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-run/v1/2.0.0/com/google/api/services/run/v1/model/GoogleDevtoolsCloudbuildV1GitSourceRepository.java
Copy file name to clipboardExpand all lines: clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2TaskAttemptResult.java
+30-3Lines changed: 30 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ public final class GoogleCloudRunV2TaskAttemptResult extends com.google.api.clie
32
32
/**
33
33
* Output only. The exit code of this attempt. This may be unset if the container was unable to
34
34
* exit cleanly with a code due to some other failure. See status field for possible failure
35
-
* details.
35
+
* details. At most one of exit_code or term_signal will be set.
36
36
* The value may be {@code null}.
37
37
*/
38
38
@com.google.api.client.util.Key
@@ -45,10 +45,18 @@ public final class GoogleCloudRunV2TaskAttemptResult extends com.google.api.clie
45
45
@com.google.api.client.util.Key
46
46
privateGoogleRpcStatusstatus;
47
47
48
+
/**
49
+
* Output only. Termination signal of the container. This is set to non-zero if the container is
50
+
* terminated by the system. At most one of exit_code or term_signal will be set.
51
+
* The value may be {@code null}.
52
+
*/
53
+
@com.google.api.client.util.Key
54
+
privatejava.lang.IntegertermSignal;
55
+
48
56
/**
49
57
* Output only. The exit code of this attempt. This may be unset if the container was unable to
50
58
* exit cleanly with a code due to some other failure. See status field for possible failure
51
-
* details.
59
+
* details. At most one of exit_code or term_signal will be set.
52
60
* @return value or {@code null} for none
53
61
*/
54
62
publicjava.lang.IntegergetExitCode() {
@@ -58,7 +66,7 @@ public java.lang.Integer getExitCode() {
58
66
/**
59
67
* Output only. The exit code of this attempt. This may be unset if the container was unable to
60
68
* exit cleanly with a code due to some other failure. See status field for possible failure
61
-
* details.
69
+
* details. At most one of exit_code or term_signal will be set.
62
70
* @param exitCode exitCode or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2WorkerPoolRevisionTemplate.java
-24Lines changed: 0 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -124,13 +124,6 @@ public final class GoogleCloudRunV2WorkerPoolRevisionTemplate extends com.google
124
124
@com.google.api.client.util.Key
125
125
privateGoogleCloudRunV2ServiceMeshserviceMesh;
126
126
127
-
/**
128
-
* Optional. Enable session affinity.
129
-
* The value may be {@code null}.
130
-
*/
131
-
@com.google.api.client.util.Key
132
-
privatejava.lang.BooleansessionAffinity;
133
-
134
127
/**
135
128
* Optional. A list of Volumes to make available to containers.
136
129
* The value may be {@code null}.
@@ -358,23 +351,6 @@ public GoogleCloudRunV2WorkerPoolRevisionTemplate setServiceMesh(GoogleCloudRunV
358
351
returnthis;
359
352
}
360
353
361
-
/**
362
-
* Optional. Enable session affinity.
363
-
* @return value or {@code null} for none
364
-
*/
365
-
publicjava.lang.BooleangetSessionAffinity() {
366
-
returnsessionAffinity;
367
-
}
368
-
369
-
/**
370
-
* Optional. Enable session affinity.
371
-
* @param sessionAffinity sessionAffinity or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleDevtoolsCloudbuildV1GitSourceRepository.java
0 commit comments