Skip to content

Commit

Permalink
feat: Add ctype=CORD for ChecksummedData.content
Browse files Browse the repository at this point in the history
docs: Add documentation about quantum write alignment, use of ObjectChecksums, Bucket.name format, and Object.delete_time

PiperOrigin-RevId: 534116186

Source-Link: googleapis/googleapis@117be9d

Source-Link: https://github.com/googleapis/googleapis-gen/commit/8b2ea9267295839c03b6b129a8f9d9c48d59861c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOGIyZWE5MjY3Mjk1ODM5YzAzYjZiMTI5YThmOWQ5YzQ4ZDU5ODYxYyJ9

chore: upgrading Protobuf to 23.1 and gRPC to 1.55.0 in code generation

PiperOrigin-RevId: 534084593

Source-Link: googleapis/googleapis@aa4559a

Source-Link: https://github.com/googleapis/googleapis-gen/commit/370325af8236732f5885f5940e0ef481fee83003
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzcwMzI1YWY4MjM2NzMyZjU4ODVmNTk0MGUwZWY0ODFmZWU4MzAwMyJ9
  • Loading branch information
gcf-owl-bot[bot] committed May 25, 2023
1 parent 54d6332 commit bf49662
Show file tree
Hide file tree
Showing 136 changed files with 18,964 additions and 35,145 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2674,7 +2674,9 @@ public final UnaryCallable<UpdateObjectRequest, Object> updateObjectCallable() {
* were already persisted (without checking that it matches the previously written data), and
* write only the data starting from the persisted offset. Even though the data isn't written, it
* may still incur a performance cost over resuming at the correct write offset. This behavior can
* make client-side handling simpler in some cases.
* make client-side handling simpler in some cases. - Clients must only send data that is a
* multiple of 256 KiB per message, unless the object is being finished with `finish_write` set to
* `true`.
*
* <p>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
Expand Down
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 bf49662

Please sign in to comment.