Skip to content

Commit

Permalink
chore: generate libraries at Fri Dec 27 02:27:08 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-java-bot committed Dec 27, 2024
1 parent d83c15b commit c54f782
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,10 @@ public com.google.protobuf.ByteString getStatusMessageBytes() {
* <pre>
* Output only. Identifies whether the user has requested cancellation
* of the operation. Operations that have successfully been cancelled
* have [Operation.error][] value with a
* [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
* `Code.CANCELLED`.
* have
* [google.longrunning.Operation.error][google.longrunning.Operation.error]
* value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
* corresponding to `Code.CANCELLED`.
* </pre>
*
* <code>bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand Down Expand Up @@ -1621,9 +1622,10 @@ public Builder setStatusMessageBytes(com.google.protobuf.ByteString value) {
* <pre>
* Output only. Identifies whether the user has requested cancellation
* of the operation. Operations that have successfully been cancelled
* have [Operation.error][] value with a
* [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
* `Code.CANCELLED`.
* have
* [google.longrunning.Operation.error][google.longrunning.Operation.error]
* value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
* corresponding to `Code.CANCELLED`.
* </pre>
*
* <code>bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -1640,9 +1642,10 @@ public boolean getRequestedCancellation() {
* <pre>
* Output only. Identifies whether the user has requested cancellation
* of the operation. Operations that have successfully been cancelled
* have [Operation.error][] value with a
* [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
* `Code.CANCELLED`.
* have
* [google.longrunning.Operation.error][google.longrunning.Operation.error]
* value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
* corresponding to `Code.CANCELLED`.
* </pre>
*
* <code>bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -1663,9 +1666,10 @@ public Builder setRequestedCancellation(boolean value) {
* <pre>
* Output only. Identifies whether the user has requested cancellation
* of the operation. Operations that have successfully been cancelled
* have [Operation.error][] value with a
* [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
* `Code.CANCELLED`.
* have
* [google.longrunning.Operation.error][google.longrunning.Operation.error]
* value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
* corresponding to `Code.CANCELLED`.
* </pre>
*
* <code>bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,10 @@ public interface OperationMetadataOrBuilder
* <pre>
* Output only. Identifies whether the user has requested cancellation
* of the operation. Operations that have successfully been cancelled
* have [Operation.error][] value with a
* [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
* `Code.CANCELLED`.
* have
* [google.longrunning.Operation.error][google.longrunning.Operation.error]
* value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
* corresponding to `Code.CANCELLED`.
* </pre>
*
* <code>bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -576,9 +576,10 @@ message OperationMetadata {

// Output only. Identifies whether the user has requested cancellation
// of the operation. Operations that have successfully been cancelled
// have [Operation.error][] value with a
// [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
// `Code.CANCELLED`.
// have
// [google.longrunning.Operation.error][google.longrunning.Operation.error]
// value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
// corresponding to `Code.CANCELLED`.
bool requested_cancellation = 6 [(google.api.field_behavior) = OUTPUT_ONLY];

// Output only. API version used to start the operation.
Expand Down

0 comments on commit c54f782

Please sign in to comment.