-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrading protobuf to 23.2 for code generation
PiperOrigin-RevId: 537035741 Source-Link: googleapis/googleapis@640f743 Source-Link: https://github.com/googleapis/googleapis-gen/commit/5ec02ed2022878f99c94c763060ff6a018896b6e Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNWVjMDJlZDIwMjI4NzhmOTljOTRjNzYzMDYwZmY2YTAxODg5NmI2ZSJ9
- Loading branch information
1 parent
ebd40fa
commit cd31a66
Showing
136 changed files
with
20,847 additions
and
32,174 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
108 changes: 108 additions & 0 deletions
108
...apic-google-cloud-storage-v2/src/main/resources/com/google/storage/v2/gapic_metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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"] | ||
}, | ||
"CreateNotificationConfig": { | ||
"methods": ["createNotificationConfig", "createNotificationConfig", "createNotificationConfig", "createNotificationConfigCallable"] | ||
}, | ||
"DeleteBucket": { | ||
"methods": ["deleteBucket", "deleteBucket", "deleteBucket", "deleteBucketCallable"] | ||
}, | ||
"DeleteHmacKey": { | ||
"methods": ["deleteHmacKey", "deleteHmacKey", "deleteHmacKey", "deleteHmacKeyCallable"] | ||
}, | ||
"DeleteNotificationConfig": { | ||
"methods": ["deleteNotificationConfig", "deleteNotificationConfig", "deleteNotificationConfig", "deleteNotificationConfigCallable"] | ||
}, | ||
"DeleteObject": { | ||
"methods": ["deleteObject", "deleteObject", "deleteObject", "deleteObject", "deleteObject", "deleteObjectCallable"] | ||
}, | ||
"GetBucket": { | ||
"methods": ["getBucket", "getBucket", "getBucket", "getBucketCallable"] | ||
}, | ||
"GetHmacKey": { | ||
"methods": ["getHmacKey", "getHmacKey", "getHmacKey", "getHmacKeyCallable"] | ||
}, | ||
"GetIamPolicy": { | ||
"methods": ["getIamPolicy", "getIamPolicy", "getIamPolicy", "getIamPolicyCallable"] | ||
}, | ||
"GetNotificationConfig": { | ||
"methods": ["getNotificationConfig", "getNotificationConfig", "getNotificationConfig", "getNotificationConfigCallable"] | ||
}, | ||
"GetObject": { | ||
"methods": ["getObject", "getObject", "getObject", "getObject", "getObject", "getObjectCallable"] | ||
}, | ||
"GetServiceAccount": { | ||
"methods": ["getServiceAccount", "getServiceAccount", "getServiceAccount", "getServiceAccountCallable"] | ||
}, | ||
"ListBuckets": { | ||
"methods": ["listBuckets", "listBuckets", "listBuckets", "listBucketsPagedCallable", "listBucketsCallable"] | ||
}, | ||
"ListHmacKeys": { | ||
"methods": ["listHmacKeys", "listHmacKeys", "listHmacKeys", "listHmacKeysPagedCallable", "listHmacKeysCallable"] | ||
}, | ||
"ListNotificationConfigs": { | ||
"methods": ["listNotificationConfigs", "listNotificationConfigs", "listNotificationConfigs", "listNotificationConfigsPagedCallable", "listNotificationConfigsCallable"] | ||
}, | ||
"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"] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.