You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-dataform/v1beta1/2.0.0/com/google/api/services/dataform/v1beta1/model/OperationMetadata.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,8 @@ public final class OperationMetadata extends com.google.api.client.json.GenericJ
38
38
39
39
/**
40
40
* Output only. Identifies whether the user has requested cancellation of the operation.
41
-
* Operations that have been cancelled successfully have Operation.error value with a
42
-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
41
+
* Operations that have been cancelled successfully have google.longrunning.Operation.error value
42
+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
43
43
* The value may be {@code null}.
44
44
*/
45
45
@com.google.api.client.util.Key
@@ -99,8 +99,8 @@ public OperationMetadata setApiVersion(java.lang.String apiVersion) {
99
99
100
100
/**
101
101
* Output only. Identifies whether the user has requested cancellation of the operation.
102
-
* Operations that have been cancelled successfully have Operation.error value with a
103
-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
102
+
* Operations that have been cancelled successfully have google.longrunning.Operation.error value
103
+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
104
104
* @return value or {@code null} for none
105
105
*/
106
106
publicjava.lang.BooleangetCancelRequested() {
@@ -109,8 +109,8 @@ public java.lang.Boolean getCancelRequested() {
109
109
110
110
/**
111
111
* Output only. Identifies whether the user has requested cancellation of the operation.
112
-
* Operations that have been cancelled successfully have Operation.error value with a
113
-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
112
+
* Operations that have been cancelled successfully have google.longrunning.Operation.error value
113
+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
114
114
* @param cancelRequested cancelRequested or {@code null} for none
0 commit comments