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: branches/autosynth-redis/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/Binding.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ public List<String> getFieldMask() {
76
76
}
77
77
78
78
/**
79
-
* The condition that is associated with this binding. NOTE: an unsatisfied condition will not
79
+
* The condition that is associated with this binding. NOTE: An unsatisfied condition will not
80
80
* allow user access via current binding. Different bindings, including their conditions, are
81
81
* examined independently.
82
82
*/
@@ -168,7 +168,7 @@ public Builder mergeFrom(Binding other) {
168
168
}
169
169
170
170
/**
171
-
* The condition that is associated with this binding. NOTE: an unsatisfied condition will not
171
+
* The condition that is associated with this binding. NOTE: An unsatisfied condition will not
172
172
* allow user access via current binding. Different bindings, including their conditions, are
173
173
* examined independently.
174
174
*/
@@ -177,7 +177,7 @@ public Expr getCondition() {
177
177
}
178
178
179
179
/**
180
-
* The condition that is associated with this binding. NOTE: an unsatisfied condition will not
180
+
* The condition that is associated with this binding. NOTE: An unsatisfied condition will not
181
181
* allow user access via current binding. Different bindings, including their conditions, are
Copy file name to clipboardExpand all lines: branches/autosynth-redis/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/FixedOrPercent.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ public List<String> getFieldMask() {
77
77
/**
78
78
* [Output Only] Absolute value of VM instances calculated based on the specific mode.
79
79
*
80
-
* <p>- If the value is fixed, then the caculated value is equal to the fixed value. - If the
80
+
* <p>- If the value is fixed, then the calculated value is equal to the fixed value. - If the
81
81
* value is a percent, then the calculated value is percent/100 * targetSize. For example, the
82
82
* calculated value of a 80% of a managed instance group with 150 instances would be (80/100 *
83
83
* 150) = 120 VM instances. If there is a remainder, the number is rounded up.
@@ -151,7 +151,7 @@ public Builder mergeFrom(FixedOrPercent other) {
151
151
/**
152
152
* [Output Only] Absolute value of VM instances calculated based on the specific mode.
153
153
*
154
-
* <p>- If the value is fixed, then the caculated value is equal to the fixed value. - If the
154
+
* <p>- If the value is fixed, then the calculated value is equal to the fixed value. - If the
155
155
* value is a percent, then the calculated value is percent/100 * targetSize. For example,
156
156
* the calculated value of a 80% of a managed instance group with 150 instances would be (80/100
157
157
* * 150) = 120 VM instances. If there is a remainder, the number is rounded up.
@@ -163,7 +163,7 @@ public Integer getCalculated() {
163
163
/**
164
164
* [Output Only] Absolute value of VM instances calculated based on the specific mode.
165
165
*
166
-
* <p>- If the value is fixed, then the caculated value is equal to the fixed value. - If the
166
+
* <p>- If the value is fixed, then the calculated value is equal to the fixed value. - If the
167
167
* value is a percent, then the calculated value is percent/100 * targetSize. For example,
168
168
* the calculated value of a 80% of a managed instance group with 150 instances would be (80/100
169
169
* * 150) = 120 VM instances. If there is a remainder, the number is rounded up.
Copy file name to clipboardExpand all lines: branches/autosynth-redis/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/HealthCheck.java
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -253,8 +253,8 @@ public Integer getTimeoutSec() {
253
253
}
254
254
255
255
/**
256
-
* Specifies the type of the healthCheck, either TCP, SSL, HTTPor HTTPS. If not specified, the
257
-
* default is TCP. Exactly one of the protocol-specific health check field must be specified,
256
+
* Specifies the type of the healthCheck, either TCP, SSL, HTTP, HTTPS or HTTP2. If not specified,
257
+
* the default is TCP. Exactly one of the protocol-specific health check field must be specified,
258
258
* which must match type field.
259
259
*/
260
260
publicStringgetType() {
@@ -562,18 +562,18 @@ public Builder setTimeoutSec(Integer timeoutSec) {
562
562
}
563
563
564
564
/**
565
-
* Specifies the type of the healthCheck, either TCP, SSL, HTTPor HTTPS. If not specified, the
566
-
* default is TCP. Exactly one of the protocol-specific health check field must be specified,
567
-
* which must match type field.
565
+
* Specifies the type of the healthCheck, either TCP, SSL, HTTP, HTTPS or HTTP2. If not
566
+
* specified, the default is TCP. Exactly one of the protocol-specific health check field must
567
+
* be specified, which must match type field.
568
568
*/
569
569
publicStringgetType() {
570
570
returntype;
571
571
}
572
572
573
573
/**
574
-
* Specifies the type of the healthCheck, either TCP, SSL, HTTPor HTTPS. If not specified, the
575
-
* default is TCP. Exactly one of the protocol-specific health check field must be specified,
576
-
* which must match type field.
574
+
* Specifies the type of the healthCheck, either TCP, SSL, HTTP, HTTPS or HTTP2. If not
575
+
* specified, the default is TCP. Exactly one of the protocol-specific health check field must
Copy file name to clipboardExpand all lines: branches/autosynth-redis/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InsertNodeGroupHttpRequest.java
Copy file name to clipboardExpand all lines: branches/autosynth-redis/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InsertNodeTemplateHttpRequest.java
+15-3Lines changed: 15 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,11 @@ public String getKey() {
149
149
returnkey;
150
150
}
151
151
152
-
/** A Node Template resource. */
152
+
/**
153
+
* A Node Template resource. To learn more about node templates and sole-tenant nodes, read the
Copy file name to clipboardExpand all lines: branches/autosynth-redis/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstanceGroupManager.java
+20-20Lines changed: 20 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -346,11 +346,11 @@ public InstanceGroupManagerUpdatePolicy getUpdatePolicy() {
346
346
/**
347
347
* Specifies the instance templates used by this managed instance group to create instances.
348
348
*
349
-
* <p>Each version is defined by an instanceTemplate. Every template can appear at most once per
350
-
* instance group. This field overrides the top-level instanceTemplate field. Read more about the
351
-
* relationships between these fields. Exactly one version must leave the targetSize field unset.
352
-
* That version will be applied to all remaining instances. For more information, read about
353
-
* canary updates.
349
+
* <p>Each version is defined by an instanceTemplate and a name. Every version can appear at most
350
+
* once per instance group. This field overrides the top-level instanceTemplate field. Read more
351
+
* about the relationships between these fields. Exactly one version must leave the targetSize
352
+
* field unset. That version will be applied to all remaining instances. For more information,
Copy file name to clipboardExpand all lines: branches/autosynth-redis/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/InstanceGroupManagerVersion.java
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,11 @@ public List<String> getFieldMask() {
74
74
returnnull;
75
75
}
76
76
77
+
/**
78
+
* The URL of the instance template that is specified for this managed instance group. The group
79
+
* uses this template to create new instances in the managed instance group until the `targetSize`
80
+
* for this version is reached.
81
+
*/
77
82
publicStringgetInstanceTemplate() {
78
83
returninstanceTemplate;
79
84
}
@@ -145,10 +150,20 @@ public Builder mergeFrom(InstanceGroupManagerVersion other) {
145
150
this.targetSize = source.targetSize;
146
151
}
147
152
153
+
/**
154
+
* The URL of the instance template that is specified for this managed instance group. The group
155
+
* uses this template to create new instances in the managed instance group until the
156
+
* `targetSize` for this version is reached.
157
+
*/
148
158
publicStringgetInstanceTemplate() {
149
159
returninstanceTemplate;
150
160
}
151
161
162
+
/**
163
+
* The URL of the instance template that is specified for this managed instance group. The group
164
+
* uses this template to create new instances in the managed instance group until the
Copy file name to clipboardExpand all lines: branches/autosynth-redis/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NodeGroup.java
Copy file name to clipboardExpand all lines: branches/autosynth-redis/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NodeGroupClient.java
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -838,8 +838,10 @@ public final Policy getIamPolicyNodeGroup(GetIamPolicyNodeGroupHttpRequest reque
838
838
*
839
839
* @param initialNodeCount Initial count of nodes in the node group.
840
840
* @param zone The name of the zone for this request.
0 commit comments