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-clouddeploy/v1/2.0.0/com/google/api/services/clouddeploy/v1/model/CanaryDeployment.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ public final class CanaryDeployment extends com.google.api.client.json.GenericJs
55
55
privatePredeploypredeploy;
56
56
57
57
/**
58
-
* Optional. Whether to run verify tests after each percentage deployment.
58
+
* Optional. Whether to run verify tests after each percentage deployment via `skaffold verify`.
59
59
* The value may be {@code null}.
60
60
*/
61
61
@com.google.api.client.util.Key
@@ -121,15 +121,15 @@ public CanaryDeployment setPredeploy(Predeploy predeploy) {
121
121
}
122
122
123
123
/**
124
-
* Optional. Whether to run verify tests after each percentage deployment.
124
+
* Optional. Whether to run verify tests after each percentage deployment via `skaffold verify`.
125
125
* @return value or {@code null} for none
126
126
*/
127
127
publicjava.lang.BooleangetVerify() {
128
128
returnverify;
129
129
}
130
130
131
131
/**
132
-
* Optional. Whether to run verify tests after each percentage deployment.
132
+
* Optional. Whether to run verify tests after each percentage deployment via `skaffold verify`.
Copy file name to clipboardExpand all lines: clients/google-api-services-clouddeploy/v1/2.0.0/com/google/api/services/clouddeploy/v1/model/DeployPolicy.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ public final class DeployPolicy extends com.google.api.client.json.GenericJson {
61
61
privatejava.lang.Stringdescription;
62
62
63
63
/**
64
-
* The weak etag of the `Automation` resource. This checksum is computed by the server based on
64
+
* The weak etag of the `DeployPolicy` resource. This checksum is computed by the server based on
65
65
* the value of other fields, and may be sent on update and delete requests to ensure the client
66
66
* has an up-to-date value before proceeding.
67
67
* The value may be {@code null}.
@@ -199,7 +199,7 @@ public DeployPolicy setDescription(java.lang.String description) {
199
199
}
200
200
201
201
/**
202
-
* The weak etag of the `Automation` resource. This checksum is computed by the server based on
202
+
* The weak etag of the `DeployPolicy` resource. This checksum is computed by the server based on
203
203
* the value of other fields, and may be sent on update and delete requests to ensure the client
204
204
* has an up-to-date value before proceeding.
205
205
* @return value or {@code null} for none
@@ -209,7 +209,7 @@ public java.lang.String getEtag() {
209
209
}
210
210
211
211
/**
212
-
* The weak etag of the `Automation` resource. This checksum is computed by the server based on
212
+
* The weak etag of the `DeployPolicy` resource. This checksum is computed by the server based on
213
213
* the value of other fields, and may be sent on update and delete requests to ensure the client
Copy file name to clipboardExpand all lines: clients/google-api-services-clouddeploy/v1/2.0.0/com/google/api/services/clouddeploy/v1/model/PhaseConfig.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ public final class PhaseConfig extends com.google.api.client.json.GenericJson {
71
71
privatejava.util.List<java.lang.String> profiles;
72
72
73
73
/**
74
-
* Optional. Whether to run verify tests after the deployment.
74
+
* Optional. Whether to run verify tests after the deployment via `skaffold verify`.
75
75
* The value may be {@code null}.
76
76
*/
77
77
@com.google.api.client.util.Key
@@ -175,15 +175,15 @@ public PhaseConfig setProfiles(java.util.List<java.lang.String> profiles) {
175
175
}
176
176
177
177
/**
178
-
* Optional. Whether to run verify tests after the deployment.
178
+
* Optional. Whether to run verify tests after the deployment via `skaffold verify`.
179
179
* @return value or {@code null} for none
180
180
*/
181
181
publicjava.lang.BooleangetVerify() {
182
182
returnverify;
183
183
}
184
184
185
185
/**
186
-
* Optional. Whether to run verify tests after the deployment.
186
+
* Optional. Whether to run verify tests after the deployment via `skaffold verify`.
Copy file name to clipboardExpand all lines: clients/google-api-services-clouddeploy/v1/2.0.0/com/google/api/services/clouddeploy/v1/model/Standard.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ public final class Standard extends com.google.api.client.json.GenericJson {
46
46
privatePredeploypredeploy;
47
47
48
48
/**
49
-
* Optional. Whether to verify a deployment.
49
+
* Optional. Whether to verify a deployment via `skaffold verify`.
50
50
* The value may be {@code null}.
51
51
*/
52
52
@com.google.api.client.util.Key
@@ -91,15 +91,15 @@ public Standard setPredeploy(Predeploy predeploy) {
91
91
}
92
92
93
93
/**
94
-
* Optional. Whether to verify a deployment.
94
+
* Optional. Whether to verify a deployment via `skaffold verify`.
95
95
* @return value or {@code null} for none
96
96
*/
97
97
publicjava.lang.BooleangetVerify() {
98
98
returnverify;
99
99
}
100
100
101
101
/**
102
-
* Optional. Whether to verify a deployment.
102
+
* Optional. Whether to verify a deployment via `skaffold verify`.
0 commit comments