@@ -426,10 +426,10 @@ public final UnaryCallable<GetBucketRequest, Bucket> getBucketCallable() {
426426 *
427427 * @param parent Required. The project to which this bucket will belong.
428428 * @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/_`.
433433 * @param bucketId Required. The ID to use for this bucket, which will become the final component
434434 * of the bucket's resource name. For example, the value `foo` might result in a bucket with
435435 * the name `projects/123456/buckets/foo`.
@@ -467,10 +467,10 @@ public final Bucket createBucket(ProjectName parent, Bucket bucket, String bucke
467467 *
468468 * @param parent Required. The project to which this bucket will belong.
469469 * @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/_`.
474474 * @param bucketId Required. The ID to use for this bucket, which will become the final component
475475 * of the bucket's resource name. For example, the value `foo` might result in a bucket with
476476 * the name `projects/123456/buckets/foo`.
@@ -2674,7 +2674,9 @@ public final UnaryCallable<UpdateObjectRequest, Object> updateObjectCallable() {
26742674 * were already persisted (without checking that it matches the previously written data), and
26752675 * write only the data starting from the persisted offset. Even though the data isn't written, it
26762676 * 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`.
26782680 *
26792681 * <p>The service will not view the object as complete until the client has sent a
26802682 * `WriteObjectRequest` with `finish_write` set to `true`. Sending any requests on a stream after
0 commit comments