@@ -426,10 +426,10 @@ public final UnaryCallable<GetBucketRequest, Bucket> getBucketCallable() {
426
426
*
427
427
* @param parent Required. The project to which this bucket will belong.
428
428
* @param bucket Properties of the new bucket being inserted. The name of the bucket is specified
429
- * in the `bucket_id` field. Populating `bucket.name` field will result in an error . The
430
- * project of the bucket must be specified in the `bucket.project` field. This field must be
431
- * in `projects/{projectIdentifier}` format, {projectIdentifier} can be the project ID or
432
- * project number. The `parent` field must be either empty or `projects/_`.
429
+ * in the `bucket_id` field. Populating `bucket.name` field will be ignored . The project of
430
+ * the bucket must be specified in the `bucket.project` field. This field must be in
431
+ * `projects/{projectIdentifier}` format, {projectIdentifier} can be the project ID or project
432
+ * number. The `parent` field must be either empty or `projects/_`.
433
433
* @param bucketId Required. The ID to use for this bucket, which will become the final component
434
434
* of the bucket's resource name. For example, the value `foo` might result in a bucket with
435
435
* the name `projects/123456/buckets/foo`.
@@ -467,10 +467,10 @@ public final Bucket createBucket(ProjectName parent, Bucket bucket, String bucke
467
467
*
468
468
* @param parent Required. The project to which this bucket will belong.
469
469
* @param bucket Properties of the new bucket being inserted. The name of the bucket is specified
470
- * in the `bucket_id` field. Populating `bucket.name` field will result in an error . The
471
- * project of the bucket must be specified in the `bucket.project` field. This field must be
472
- * in `projects/{projectIdentifier}` format, {projectIdentifier} can be the project ID or
473
- * project number. The `parent` field must be either empty or `projects/_`.
470
+ * in the `bucket_id` field. Populating `bucket.name` field will be ignored . The project of
471
+ * the bucket must be specified in the `bucket.project` field. This field must be in
472
+ * `projects/{projectIdentifier}` format, {projectIdentifier} can be the project ID or project
473
+ * number. The `parent` field must be either empty or `projects/_`.
474
474
* @param bucketId Required. The ID to use for this bucket, which will become the final component
475
475
* of the bucket's resource name. For example, the value `foo` might result in a bucket with
476
476
* the name `projects/123456/buckets/foo`.
@@ -2674,7 +2674,9 @@ public final UnaryCallable<UpdateObjectRequest, Object> updateObjectCallable() {
2674
2674
* were already persisted (without checking that it matches the previously written data), and
2675
2675
* write only the data starting from the persisted offset. Even though the data isn't written, it
2676
2676
* may still incur a performance cost over resuming at the correct write offset. This behavior can
2677
- * make client-side handling simpler in some cases.
2677
+ * make client-side handling simpler in some cases. - Clients must only send data that is a
2678
+ * multiple of 256 KiB per message, unless the object is being finished with `finish_write` set to
2679
+ * `true`.
2678
2680
*
2679
2681
* <p>The service will not view the object as complete until the client has sent a
2680
2682
* `WriteObjectRequest` with `finish_write` set to `true`. Sending any requests on a stream after
0 commit comments