Skip to content

Commit f84c6ce

Browse files
Google APIscopybara-github
authored andcommitted
docs: minor fixes to the reference documentation
PiperOrigin-RevId: 755565942
1 parent 0508422 commit f84c6ce

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

google/cloud/storagebatchoperations/v1/storage_batch_operations.proto

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ message CreateJobRequest {
157157

158158
// Optional. An optional request ID to identify requests. Specify a unique
159159
// request ID in case you need to retry your request. Requests with same
160-
// `request_id` will ignored for at least 60 minutes since the first request.
161-
// The request ID must be a valid UUID with the exception that zero UUID is
162-
// not supported (00000000-0000-0000-0000-000000000000).
160+
// `request_id` will be ignored for at least 60 minutes since the first
161+
// request. The request ID must be a valid UUID with the exception that zero
162+
// UUID is not supported (00000000-0000-0000-0000-000000000000).
163163
string request_id = 4 [(google.api.field_behavior) = OPTIONAL];
164164
}
165165

@@ -176,9 +176,9 @@ message CancelJobRequest {
176176

177177
// Optional. An optional request ID to identify requests. Specify a unique
178178
// request ID in case you need to retry your request. Requests with same
179-
// `request_id` will ignored for at least 60 minutes since the first request.
180-
// The request ID must be a valid UUID with the exception that zero UUID is
181-
// not supported (00000000-0000-0000-0000-000000000000).
179+
// `request_id` will be ignored for at least 60 minutes since the first
180+
// request. The request ID must be a valid UUID with the exception that zero
181+
// UUID is not supported (00000000-0000-0000-0000-000000000000).
182182
string request_id = 3 [(google.api.field_behavior) = OPTIONAL];
183183
}
184184

@@ -195,9 +195,9 @@ message DeleteJobRequest {
195195

196196
// Optional. An optional request ID to identify requests. Specify a unique
197197
// request ID in case you need to retry your request. Requests with same
198-
// `request_id` will ignored for at least 60 minutes since the first request.
199-
// The request ID must be a valid UUID with the exception that zero UUID is
200-
// not supported (00000000-0000-0000-0000-000000000000).
198+
// `request_id` will be ignored for at least 60 minutes since the first
199+
// request. The request ID must be a valid UUID with the exception that zero
200+
// UUID is not supported (00000000-0000-0000-0000-000000000000).
201201
string request_id = 2 [(google.api.field_behavior) = OPTIONAL];
202202
}
203203

@@ -223,7 +223,8 @@ message OperationMetadata {
223223
// have
224224
// [google.longrunning.Operation.error][google.longrunning.Operation.error]
225225
// value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
226-
// corresponding to `Code.CANCELLED`.
226+
// corresponding to
227+
// `[Code.CANCELLED][google.rpc.Code.CANCELLED]`.
227228
bool requested_cancellation = 7 [(google.api.field_behavior) = OUTPUT_ONLY];
228229

229230
// Output only. API version used to start the operation.

google/cloud/storagebatchoperations/v1/storage_batch_operations_types.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ message Manifest {
153153
// upon.
154154
// `manifest_location` should either be
155155
// 1) An absolute path to the object in the format of
156-
// gs://bucket_name/path/file_name.csv.
156+
// `gs://bucket_name/path/file_name.csv`.
157157
// 2) An absolute path with a single wildcard character in the file name, for
158-
// example gs://bucket_name/path/file_name*.csv.
158+
// example `gs://bucket_name/path/file_name*.csv`.
159159
// If manifest location is specified with a wildcard, objects in all manifest
160160
// files matching the pattern will be acted upon.
161161
string manifest_location = 2 [(google.api.field_behavior) = REQUIRED];

0 commit comments

Comments
 (0)