Skip to content

Commit 52e4108

Browse files
Google APIscopybara-github
authored andcommitted
chore: fix links in documentation
docs: A comment for field `requested_cancellation` in message `.google.cloud.parallelstore.v1beta.OperationMetadata` is changed docs: A comment for field `requested_cancellation` in message `.google.cloud.parallelstore.v1beta.ImportDataMetadata` is changed docs: A comment for field `requested_cancellation` in message `.google.cloud.parallelstore.v1beta.ExportDataMetadata` is changed PiperOrigin-RevId: 710797407
1 parent 9c586e8 commit 52e4108

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

google/cloud/parallelstore/v1beta/parallelstore.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ message OperationMetadata {
496496

497497
// Output only. Identifies whether the user has requested cancellation
498498
// of the operation. Operations that have been cancelled successfully
499-
// have [Operation.error][] value with a
499+
// have [Operation.error][google.longrunning.Operation.error] value with a
500500
// [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
501501
// `Code.CANCELLED`.
502502
bool requested_cancellation = 6 [(google.api.field_behavior) = OUTPUT_ONLY];
@@ -679,7 +679,7 @@ message ImportDataMetadata {
679679

680680
// Output only. Identifies whether the user has requested cancellation
681681
// of the operation. Operations that have successfully been cancelled
682-
// have [Operation.error][] value with a
682+
// have [Operation.error][google.longrunning.Operation.error] value with a
683683
// [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
684684
// `Code.CANCELLED`.
685685
bool requested_cancellation = 7 [(google.api.field_behavior) = OUTPUT_ONLY];
@@ -715,7 +715,7 @@ message ExportDataMetadata {
715715

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

0 commit comments

Comments
 (0)