Skip to content

Commit

Permalink
chore: upgrading protobuf to 23.2 for code generation
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 537035741

Source-Link: googleapis/googleapis@640f743

Source-Link: https://github.com/googleapis/googleapis-gen/commit/5ec02ed2022878f99c94c763060ff6a018896b6e
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNWVjMDJlZDIwMjI4NzhmOTljOTRjNzYzMDYwZmY2YTAxODg5NmI2ZSJ9
  • Loading branch information
gcf-owl-bot[bot] committed Jun 1, 2023
1 parent ebd40fa commit cd31a66
Show file tree
Hide file tree
Showing 136 changed files with 20,847 additions and 32,174 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
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"]
}
}
}
}
}
}
}
Loading

0 comments on commit cd31a66

Please sign in to comment.