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: docs/dyn/networksecurity_v1beta1.organizations.locations.firewallEndpoints.html
+29-5
Original file line number
Diff line number
Diff line change
@@ -114,13 +114,19 @@ <h3>Method Details</h3>
114
114
"associatedNetworks": [ # Output only. List of networks that are associated with this endpoint in the local zone. This is a projection of the FirewallEndpointAssociations pointing at this endpoint. A network will only appear in this list after traffic routing is fully configured. Format: projects/{project}/global/networks/{name}.
115
115
"A String",
116
116
],
117
+
"associations": [ # Output only. List of FirewallEndpointAssociations that are associated to this endpoint. An association will only appear in this list after traffic routing is fully configured.
118
+
{ # This is a subset of the FirewallEndpointAssociation message, containing fields to be used by the consumer.
119
+
"name": "A String", # Output only. The resource name of the FirewallEndpointAssociation. Format: projects/{project}/locations/{location}/firewallEndpointAssociations/{id}
"billingProjectId": "A String", # Optional. Project to bill on endpoint uptime usage.
118
124
"createTime": "A String", # Output only. Create time stamp
119
125
"description": "A String", # Optional. Description of the firewall endpoint. Max length 2048 characters.
120
126
"labels": { # Optional. Labels as key value pairs
121
127
"a_key": "A String",
122
128
},
123
-
"name": "A String", # Output only. name of resource
129
+
"name": "A String", # Immutable. Identifier. name of resource
124
130
"reconciling": True or False, # Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.
125
131
"state": "A String", # Output only. Current state of the endpoint.
126
132
"updateTime": "A String", # Output only. Update time stamp
@@ -211,13 +217,19 @@ <h3>Method Details</h3>
211
217
"associatedNetworks": [ # Output only. List of networks that are associated with this endpoint in the local zone. This is a projection of the FirewallEndpointAssociations pointing at this endpoint. A network will only appear in this list after traffic routing is fully configured. Format: projects/{project}/global/networks/{name}.
212
218
"A String",
213
219
],
220
+
"associations": [ # Output only. List of FirewallEndpointAssociations that are associated to this endpoint. An association will only appear in this list after traffic routing is fully configured.
221
+
{ # This is a subset of the FirewallEndpointAssociation message, containing fields to be used by the consumer.
222
+
"name": "A String", # Output only. The resource name of the FirewallEndpointAssociation. Format: projects/{project}/locations/{location}/firewallEndpointAssociations/{id}
"billingProjectId": "A String", # Optional. Project to bill on endpoint uptime usage.
215
227
"createTime": "A String", # Output only. Create time stamp
216
228
"description": "A String", # Optional. Description of the firewall endpoint. Max length 2048 characters.
217
229
"labels": { # Optional. Labels as key value pairs
218
230
"a_key": "A String",
219
231
},
220
-
"name": "A String", # Output only. name of resource
232
+
"name": "A String", # Immutable. Identifier. name of resource
221
233
"reconciling": True or False, # Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.
222
234
"state": "A String", # Output only. Current state of the endpoint.
223
235
"updateTime": "A String", # Output only. Update time stamp
@@ -248,13 +260,19 @@ <h3>Method Details</h3>
248
260
"associatedNetworks": [ # Output only. List of networks that are associated with this endpoint in the local zone. This is a projection of the FirewallEndpointAssociations pointing at this endpoint. A network will only appear in this list after traffic routing is fully configured. Format: projects/{project}/global/networks/{name}.
249
261
"A String",
250
262
],
263
+
"associations": [ # Output only. List of FirewallEndpointAssociations that are associated to this endpoint. An association will only appear in this list after traffic routing is fully configured.
264
+
{ # This is a subset of the FirewallEndpointAssociation message, containing fields to be used by the consumer.
265
+
"name": "A String", # Output only. The resource name of the FirewallEndpointAssociation. Format: projects/{project}/locations/{location}/firewallEndpointAssociations/{id}
"billingProjectId": "A String", # Optional. Project to bill on endpoint uptime usage.
252
270
"createTime": "A String", # Output only. Create time stamp
253
271
"description": "A String", # Optional. Description of the firewall endpoint. Max length 2048 characters.
254
272
"labels": { # Optional. Labels as key value pairs
255
273
"a_key": "A String",
256
274
},
257
-
"name": "A String", # Output only. name of resource
275
+
"name": "A String", # Immutable. Identifier. name of resource
258
276
"reconciling": True or False, # Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.
259
277
"state": "A String", # Output only. Current state of the endpoint.
260
278
"updateTime": "A String", # Output only. Update time stamp
@@ -286,21 +304,27 @@ <h3>Method Details</h3>
286
304
<pre>Update a single Endpoint.
287
305
288
306
Args:
289
-
name: string, Output only. name of resource (required)
307
+
name: string, Immutable. Identifier. name of resource (required)
290
308
body: object, The request body.
291
309
The object takes the form of:
292
310
293
311
{ # Message describing Endpoint object
294
312
"associatedNetworks": [ # Output only. List of networks that are associated with this endpoint in the local zone. This is a projection of the FirewallEndpointAssociations pointing at this endpoint. A network will only appear in this list after traffic routing is fully configured. Format: projects/{project}/global/networks/{name}.
295
313
"A String",
296
314
],
315
+
"associations": [ # Output only. List of FirewallEndpointAssociations that are associated to this endpoint. An association will only appear in this list after traffic routing is fully configured.
316
+
{ # This is a subset of the FirewallEndpointAssociation message, containing fields to be used by the consumer.
317
+
"name": "A String", # Output only. The resource name of the FirewallEndpointAssociation. Format: projects/{project}/locations/{location}/firewallEndpointAssociations/{id}
Copy file name to clipboardexpand all lines: docs/dyn/networksecurity_v1beta1.projects.locations.firewallEndpointAssociations.html
+6-6
Original file line number
Diff line number
Diff line change
@@ -116,15 +116,15 @@ <h3>Method Details</h3>
116
116
"labels": { # Optional. Labels as key value pairs
117
117
"a_key": "A String",
118
118
},
119
-
"name": "A String", # Output only. name of resource
119
+
"name": "A String", # Immutable. Identifier. name of resource
120
120
"network": "A String", # Required. The URL of the network that is being associated.
121
121
"reconciling": True or False, # Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.
122
122
"state": "A String", # Output only. Current state of the association.
123
123
"tlsInspectionPolicy": "A String", # Optional. The URL of the TlsInspectionPolicy that is being associated.
124
124
"updateTime": "A String", # Output only. Update time stamp
125
125
}
126
126
127
-
firewallEndpointAssociationId: string, Required. Id of the requesting object. If auto-generating Id server-side, remove this field and firewall_endpoint_association_id from the method_signature of Create RPC.
127
+
firewallEndpointAssociationId: string, Optional. Id of the requesting object. If auto-generating Id server-side, remove this field and firewall_endpoint_association_id from the method_signature of Create RPC.
128
128
requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
129
129
x__xgafv: string, V1 error format.
130
130
Allowed values
@@ -211,7 +211,7 @@ <h3>Method Details</h3>
211
211
"labels": { # Optional. Labels as key value pairs
212
212
"a_key": "A String",
213
213
},
214
-
"name": "A String", # Output only. name of resource
214
+
"name": "A String", # Immutable. Identifier. name of resource
215
215
"network": "A String", # Required. The URL of the network that is being associated.
216
216
"reconciling": True or False, # Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.
217
217
"state": "A String", # Output only. Current state of the association.
@@ -246,7 +246,7 @@ <h3>Method Details</h3>
246
246
"labels": { # Optional. Labels as key value pairs
247
247
"a_key": "A String",
248
248
},
249
-
"name": "A String", # Output only. name of resource
249
+
"name": "A String", # Immutable. Identifier. name of resource
250
250
"network": "A String", # Required. The URL of the network that is being associated.
251
251
"reconciling": True or False, # Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.
252
252
"state": "A String", # Output only. Current state of the association.
@@ -280,7 +280,7 @@ <h3>Method Details</h3>
280
280
<pre>Update a single FirewallEndpointAssociation.
281
281
282
282
Args:
283
-
name: string, Output only. name of resource (required)
283
+
name: string, Immutable. Identifier. name of resource (required)
284
284
body: object, The request body.
285
285
The object takes the form of:
286
286
@@ -290,7 +290,7 @@ <h3>Method Details</h3>
290
290
"labels": { # Optional. Labels as key value pairs
291
291
"a_key": "A String",
292
292
},
293
-
"name": "A String", # Output only. name of resource
293
+
"name": "A String", # Immutable. Identifier. name of resource
294
294
"network": "A String", # Required. The URL of the network that is being associated.
295
295
"reconciling": True or False, # Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.
296
296
"state": "A String", # Output only. Current state of the association.
"description": "Output only. List of networks that are associated with this endpoint in the local zone. This is a projection of the FirewallEndpointAssociations pointing at this endpoint. A network will only appear in this list after traffic routing is fully configured. Format: projects/{project}/global/networks/{name}.",
3455
3456
"items": {
3456
3457
"type": "string"
3457
3458
},
3458
3459
"readOnly": true,
3459
3460
"type": "array"
3460
3461
},
3462
+
"associations": {
3463
+
"description": "Output only. List of FirewallEndpointAssociations that are associated to this endpoint. An association will only appear in this list after traffic routing is fully configured.",
3464
+
"items": {
3465
+
"$ref": "FirewallEndpointAssociationReference"
3466
+
},
3467
+
"readOnly": true,
3468
+
"type": "array"
3469
+
},
3461
3470
"billingProjectId": {
3462
3471
"description": "Optional. Project to bill on endpoint uptime usage.",
3463
3472
"type": "string"
@@ -3480,8 +3489,7 @@
3480
3489
"type": "object"
3481
3490
},
3482
3491
"name": {
3483
-
"description": "Output only. name of resource",
3484
-
"readOnly": true,
3492
+
"description": "Immutable. Identifier. name of resource",
3485
3493
"type": "string"
3486
3494
},
3487
3495
"reconciling": {
@@ -3539,8 +3547,7 @@
3539
3547
"type": "object"
3540
3548
},
3541
3549
"name": {
3542
-
"description": "Output only. name of resource",
3543
-
"readOnly": true,
3550
+
"description": "Immutable. Identifier. name of resource",
3544
3551
"type": "string"
3545
3552
},
3546
3553
"network": {
@@ -3584,6 +3591,23 @@
3584
3591
},
3585
3592
"type": "object"
3586
3593
},
3594
+
"FirewallEndpointAssociationReference": {
3595
+
"description": "This is a subset of the FirewallEndpointAssociation message, containing fields to be used by the consumer.",
3596
+
"id": "FirewallEndpointAssociationReference",
3597
+
"properties": {
3598
+
"name": {
3599
+
"description": "Output only. The resource name of the FirewallEndpointAssociation. Format: projects/{project}/locations/{location}/firewallEndpointAssociations/{id}",
3600
+
"readOnly": true,
3601
+
"type": "string"
3602
+
},
3603
+
"network": {
3604
+
"description": "Output only. The VPC network associated. Format: projects/{project}/global/networks/{name}.",
3605
+
"readOnly": true,
3606
+
"type": "string"
3607
+
}
3608
+
},
3609
+
"type": "object"
3610
+
},
3587
3611
"GatewaySecurityPolicy": {
3588
3612
"description": "The GatewaySecurityPolicy resource contains a collection of GatewaySecurityPolicyRules and associated metadata.",
0 commit comments