@@ -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.
0 commit comments