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-dialogflow/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/BackendService.java
+47Lines changed: 47 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ public final class BackendService implements ApiMessage {
35
35
privatefinalBackendServiceCdnPolicycdnPolicy;
36
36
privatefinalConnectionDrainingconnectionDraining;
37
37
privatefinalStringcreationTimestamp;
38
+
privatefinalList<String> customRequestHeaders;
38
39
privatefinalStringdescription;
39
40
privatefinalBooleanenableCDN;
40
41
privatefinalStringfingerprint;
@@ -59,6 +60,7 @@ private BackendService() {
59
60
this.cdnPolicy = null;
60
61
this.connectionDraining = null;
61
62
this.creationTimestamp = null;
63
+
this.customRequestHeaders = null;
62
64
this.description = null;
63
65
this.enableCDN = null;
64
66
this.fingerprint = null;
@@ -84,6 +86,7 @@ private BackendService(
84
86
BackendServiceCdnPolicycdnPolicy,
85
87
ConnectionDrainingconnectionDraining,
86
88
StringcreationTimestamp,
89
+
List<String> customRequestHeaders,
87
90
Stringdescription,
88
91
BooleanenableCDN,
89
92
Stringfingerprint,
@@ -106,6 +109,7 @@ private BackendService(
106
109
this.cdnPolicy = cdnPolicy;
107
110
this.connectionDraining = connectionDraining;
108
111
this.creationTimestamp = creationTimestamp;
112
+
this.customRequestHeaders = customRequestHeaders;
109
113
this.description = description;
110
114
this.enableCDN = enableCDN;
111
115
this.fingerprint = fingerprint;
@@ -142,6 +146,9 @@ public Object getFieldValue(String fieldName) {
142
146
if ("creationTimestamp".equals(fieldName)) {
143
147
returncreationTimestamp;
144
148
}
149
+
if ("customRequestHeaders".equals(fieldName)) {
150
+
returncustomRequestHeaders;
151
+
}
145
152
if ("description".equals(fieldName)) {
146
153
returndescription;
147
154
}
@@ -244,6 +251,11 @@ public String getCreationTimestamp() {
244
251
returncreationTimestamp;
245
252
}
246
253
254
+
/** Headers that the HTTP/S load balancer should add to proxied requests. */
Copy file name to clipboardExpand all lines: branches/autosynth-dialogflow/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/Binding.java
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ public Expr getCondition() {
103
103
* <p>* `group:{emailid}`: An email address that represents a Google group. For example,
104
104
* `admins{@literal @}example.com`.
105
105
*
106
-
* <p>* `domain:{domain}`: A Google Apps domain name that represents all the users of that
106
+
* <p>* `domain:{domain}`: The G Suite domain (primary) that represents all the users of that
107
107
* domain. For example, `google.com` or `example.com`.
108
108
*/
109
109
publicList<String> getMembersList() {
@@ -205,8 +205,8 @@ public Builder setCondition(Expr condition) {
205
205
* <p>* `group:{emailid}`: An email address that represents a Google group. For example,
206
206
* `admins{@literal @}example.com`.
207
207
*
208
-
* <p>* `domain:{domain}`: A Google Apps domain name that represents all the users of that
209
-
* domain. For example, `google.com` or `example.com`.
208
+
* <p>* `domain:{domain}`: The G Suite domain (primary) that represents all the users of
209
+
* that domain. For example, `google.com` or `example.com`.
210
210
*/
211
211
publicList<String> getMembersList() {
212
212
returnmembers;
@@ -231,8 +231,8 @@ public List<String> getMembersList() {
231
231
* <p>* `group:{emailid}`: An email address that represents a Google group. For example,
232
232
* `admins{@literal @}example.com`.
233
233
*
234
-
* <p>* `domain:{domain}`: A Google Apps domain name that represents all the users of that
235
-
* domain. For example, `google.com` or `example.com`.
234
+
* <p>* `domain:{domain}`: The G Suite domain (primary) that represents all the users of
235
+
* that domain. For example, `google.com` or `example.com`.
Copy file name to clipboardExpand all lines: branches/autosynth-dialogflow/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/DeprecationStatus.java
+15-12Lines changed: 15 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -123,10 +123,11 @@ public String getReplacement() {
123
123
}
124
124
125
125
/**
126
-
* The deprecation state of this resource. This can be DEPRECATED, OBSOLETE, or DELETED.
127
-
* Operations which create a new resource using a DEPRECATED resource will return successfully,
128
-
* but with a warning indicating the deprecated resource and recommending its replacement.
129
-
* Operations which use OBSOLETE or DELETED resources will be rejected and result in an error.
126
+
* The deprecation state of this resource. This can be ACTIVE DEPRECATED, OBSOLETE, or DELETED.
127
+
* Operations which communicate the end of life date for an image, can use ACTIVE. Operations
128
+
* which create a new resource using a DEPRECATED resource will return successfully, but with a
129
+
* warning indicating the deprecated resource and recommending its replacement. Operations which
130
+
* use OBSOLETE or DELETED resources will be rejected and result in an error.
130
131
*/
131
132
publicStringgetState() {
132
133
returnstate;
@@ -266,20 +267,22 @@ public Builder setReplacement(String replacement) {
266
267
}
267
268
268
269
/**
269
-
* The deprecation state of this resource. This can be DEPRECATED, OBSOLETE, or DELETED.
270
-
* Operations which create a new resource using a DEPRECATED resource will return successfully,
271
-
* but with a warning indicating the deprecated resource and recommending its replacement.
272
-
* Operations which use OBSOLETE or DELETED resources will be rejected and result in an error.
270
+
* The deprecation state of this resource. This can be ACTIVE DEPRECATED, OBSOLETE, or DELETED.
271
+
* Operations which communicate the end of life date for an image, can use ACTIVE. Operations
272
+
* which create a new resource using a DEPRECATED resource will return successfully, but with a
273
+
* warning indicating the deprecated resource and recommending its replacement. Operations which
274
+
* use OBSOLETE or DELETED resources will be rejected and result in an error.
273
275
*/
274
276
publicStringgetState() {
275
277
returnstate;
276
278
}
277
279
278
280
/**
279
-
* The deprecation state of this resource. This can be DEPRECATED, OBSOLETE, or DELETED.
280
-
* Operations which create a new resource using a DEPRECATED resource will return successfully,
281
-
* but with a warning indicating the deprecated resource and recommending its replacement.
282
-
* Operations which use OBSOLETE or DELETED resources will be rejected and result in an error.
281
+
* The deprecation state of this resource. This can be ACTIVE DEPRECATED, OBSOLETE, or DELETED.
282
+
* Operations which communicate the end of life date for an image, can use ACTIVE. Operations
283
+
* which create a new resource using a DEPRECATED resource will return successfully, but with a
284
+
* warning indicating the deprecated resource and recommending its replacement. Operations which
285
+
* use OBSOLETE or DELETED resources will be rejected and result in an error.
Copy file name to clipboardExpand all lines: branches/autosynth-dialogflow/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/HealthCheck.java
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ public final class HealthCheck implements ApiMessage {
33
33
privatefinalStringcreationTimestamp;
34
34
privatefinalStringdescription;
35
35
privatefinalIntegerhealthyThreshold;
36
+
privatefinalHttp2HealthCheckhttp2HealthCheck;
36
37
privatefinalHttpHealthCheckhttpHealthCheck;
37
38
privatefinalHttpSHealthCheckhttpsHealthCheck;
38
39
privatefinalStringid;
@@ -50,6 +51,7 @@ private HealthCheck() {
50
51
this.creationTimestamp = null;
51
52
this.description = null;
52
53
this.healthyThreshold = null;
54
+
this.http2HealthCheck = null;
53
55
this.httpHealthCheck = null;
54
56
this.httpsHealthCheck = null;
55
57
this.id = null;
@@ -68,6 +70,7 @@ private HealthCheck(
68
70
StringcreationTimestamp,
69
71
Stringdescription,
70
72
IntegerhealthyThreshold,
73
+
Http2HealthCheckhttp2HealthCheck,
71
74
HttpHealthCheckhttpHealthCheck,
72
75
HttpSHealthCheckhttpsHealthCheck,
73
76
Stringid,
@@ -83,6 +86,7 @@ private HealthCheck(
83
86
this.creationTimestamp = creationTimestamp;
84
87
this.description = description;
85
88
this.healthyThreshold = healthyThreshold;
89
+
this.http2HealthCheck = http2HealthCheck;
86
90
this.httpHealthCheck = httpHealthCheck;
87
91
this.httpsHealthCheck = httpsHealthCheck;
88
92
this.id = id;
@@ -110,6 +114,9 @@ public Object getFieldValue(String fieldName) {
110
114
if ("healthyThreshold".equals(fieldName)) {
111
115
returnhealthyThreshold;
112
116
}
117
+
if ("http2HealthCheck".equals(fieldName)) {
118
+
returnhttp2HealthCheck;
119
+
}
113
120
if ("httpHealthCheck".equals(fieldName)) {
114
121
returnhttpHealthCheck;
115
122
}
@@ -189,6 +196,10 @@ public Integer getHealthyThreshold() {
189
196
returnhealthyThreshold;
190
197
}
191
198
199
+
publicHttp2HealthCheckgetHttp2HealthCheck() {
200
+
returnhttp2HealthCheck;
201
+
}
202
+
192
203
publicHttpHealthCheckgetHttpHealthCheck() {
193
204
returnhttpHealthCheck;
194
205
}
@@ -285,6 +296,7 @@ public static class Builder {
285
296
privateStringcreationTimestamp;
286
297
privateStringdescription;
287
298
privateIntegerhealthyThreshold;
299
+
privateHttp2HealthCheckhttp2HealthCheck;
288
300
privateHttpHealthCheckhttpHealthCheck;
289
301
privateHttpSHealthCheckhttpsHealthCheck;
290
302
privateStringid;
@@ -313,6 +325,9 @@ public Builder mergeFrom(HealthCheck other) {
313
325
if (other.getHealthyThreshold() != null) {
314
326
this.healthyThreshold = other.healthyThreshold;
315
327
}
328
+
if (other.getHttp2HealthCheck() != null) {
329
+
this.http2HealthCheck = other.http2HealthCheck;
330
+
}
316
331
if (other.getHttpHealthCheck() != null) {
317
332
this.httpHealthCheck = other.httpHealthCheck;
318
333
}
@@ -354,6 +369,7 @@ public Builder mergeFrom(HealthCheck other) {
0 commit comments