Skip to content

Commit e853cdc

Browse files
chore(networkservices): update the api
1 parent 51746b5 commit e853cdc

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

docs/dyn/networkservices_v1beta1.projects.locations.endpointPolicies.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ <h3>Method Details</h3>
138138
&quot;labels&quot;: { # Optional. Set of label tags associated with the EndpointPolicy resource.
139139
&quot;a_key&quot;: &quot;A String&quot;,
140140
},
141-
&quot;name&quot;: &quot;A String&quot;, # Required. Name of the EndpointPolicy resource. It matches pattern `projects/*/locations/global/endpointPolicies/`.
141+
&quot;name&quot;: &quot;A String&quot;, # Required. Name of the EndpointPolicy resource. It matches pattern `projects/{project}/locations/global/endpointPolicies/{endpoint_policy}`.
142142
&quot;serverTlsPolicy&quot;: &quot;A String&quot;, # Optional. A URL referring to ServerTlsPolicy resource. ServerTlsPolicy is used to determine the authentication policy to be applied to terminate the inbound traffic at the identified backends. If this field is not set, authentication is disabled(open) for this endpoint.
143143
&quot;trafficPortSelector&quot;: { # Specification of a port-based selector. # Optional. Port selector for the (matched) endpoints. If no port selector is provided, the matched config is applied to all ports.
144144
&quot;ports&quot;: [ # Optional. A list of ports. Can be port numbers or port range (example, [80-90] specifies all ports from 80 to 90, including 80 and 90) or named ports or * to specify all ports. If the list is empty, all ports are selected.
@@ -247,7 +247,7 @@ <h3>Method Details</h3>
247247
&quot;labels&quot;: { # Optional. Set of label tags associated with the EndpointPolicy resource.
248248
&quot;a_key&quot;: &quot;A String&quot;,
249249
},
250-
&quot;name&quot;: &quot;A String&quot;, # Required. Name of the EndpointPolicy resource. It matches pattern `projects/*/locations/global/endpointPolicies/`.
250+
&quot;name&quot;: &quot;A String&quot;, # Required. Name of the EndpointPolicy resource. It matches pattern `projects/{project}/locations/global/endpointPolicies/{endpoint_policy}`.
251251
&quot;serverTlsPolicy&quot;: &quot;A String&quot;, # Optional. A URL referring to ServerTlsPolicy resource. ServerTlsPolicy is used to determine the authentication policy to be applied to terminate the inbound traffic at the identified backends. If this field is not set, authentication is disabled(open) for this endpoint.
252252
&quot;trafficPortSelector&quot;: { # Specification of a port-based selector. # Optional. Port selector for the (matched) endpoints. If no port selector is provided, the matched config is applied to all ports.
253253
&quot;ports&quot;: [ # Optional. A list of ports. Can be port numbers or port range (example, [80-90] specifies all ports from 80 to 90, including 80 and 90) or named ports or * to specify all ports. If the list is empty, all ports are selected.
@@ -344,7 +344,7 @@ <h3>Method Details</h3>
344344
&quot;labels&quot;: { # Optional. Set of label tags associated with the EndpointPolicy resource.
345345
&quot;a_key&quot;: &quot;A String&quot;,
346346
},
347-
&quot;name&quot;: &quot;A String&quot;, # Required. Name of the EndpointPolicy resource. It matches pattern `projects/*/locations/global/endpointPolicies/`.
347+
&quot;name&quot;: &quot;A String&quot;, # Required. Name of the EndpointPolicy resource. It matches pattern `projects/{project}/locations/global/endpointPolicies/{endpoint_policy}`.
348348
&quot;serverTlsPolicy&quot;: &quot;A String&quot;, # Optional. A URL referring to ServerTlsPolicy resource. ServerTlsPolicy is used to determine the authentication policy to be applied to terminate the inbound traffic at the identified backends. If this field is not set, authentication is disabled(open) for this endpoint.
349349
&quot;trafficPortSelector&quot;: { # Specification of a port-based selector. # Optional. Port selector for the (matched) endpoints. If no port selector is provided, the matched config is applied to all ports.
350350
&quot;ports&quot;: [ # Optional. A list of ports. Can be port numbers or port range (example, [80-90] specifies all ports from 80 to 90, including 80 and 90) or named ports or * to specify all ports. If the list is empty, all ports are selected.
@@ -378,7 +378,7 @@ <h3>Method Details</h3>
378378
<pre>Updates the parameters of a single EndpointPolicy.
379379

380380
Args:
381-
name: string, Required. Name of the EndpointPolicy resource. It matches pattern `projects/*/locations/global/endpointPolicies/`. (required)
381+
name: string, Required. Name of the EndpointPolicy resource. It matches pattern `projects/{project}/locations/global/endpointPolicies/{endpoint_policy}`. (required)
382382
body: object, The request body.
383383
The object takes the form of:
384384

@@ -401,7 +401,7 @@ <h3>Method Details</h3>
401401
&quot;labels&quot;: { # Optional. Set of label tags associated with the EndpointPolicy resource.
402402
&quot;a_key&quot;: &quot;A String&quot;,
403403
},
404-
&quot;name&quot;: &quot;A String&quot;, # Required. Name of the EndpointPolicy resource. It matches pattern `projects/*/locations/global/endpointPolicies/`.
404+
&quot;name&quot;: &quot;A String&quot;, # Required. Name of the EndpointPolicy resource. It matches pattern `projects/{project}/locations/global/endpointPolicies/{endpoint_policy}`.
405405
&quot;serverTlsPolicy&quot;: &quot;A String&quot;, # Optional. A URL referring to ServerTlsPolicy resource. ServerTlsPolicy is used to determine the authentication policy to be applied to terminate the inbound traffic at the identified backends. If this field is not set, authentication is disabled(open) for this endpoint.
406406
&quot;trafficPortSelector&quot;: { # Specification of a port-based selector. # Optional. Port selector for the (matched) endpoints. If no port selector is provided, the matched config is applied to all ports.
407407
&quot;ports&quot;: [ # Optional. A list of ports. Can be port numbers or port range (example, [80-90] specifies all ports from 80 to 90, including 80 and 90) or named ports or * to specify all ports. If the list is empty, all ports are selected.

googleapiclient/discovery_cache/documents/networkservices.v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"oauth2": {
44
"scopes": {
55
"https://www.googleapis.com/auth/cloud-platform": {
6-
"description": "See, edit, configure, and delete your Google Cloud Platform data"
6+
"description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
77
}
88
}
99
}
@@ -578,7 +578,7 @@
578578
}
579579
}
580580
},
581-
"revision": "20210721",
581+
"revision": "20210728",
582582
"rootUrl": "https://networkservices.googleapis.com/",
583583
"schemas": {
584584
"AuditConfig": {

googleapiclient/discovery_cache/documents/networkservices.v1beta1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"oauth2": {
44
"scopes": {
55
"https://www.googleapis.com/auth/cloud-platform": {
6-
"description": "See, edit, configure, and delete your Google Cloud Platform data"
6+
"description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
77
}
88
}
99
}
@@ -339,7 +339,7 @@
339339
],
340340
"parameters": {
341341
"name": {
342-
"description": "Required. Name of the EndpointPolicy resource. It matches pattern `projects/*/locations/global/endpointPolicies/`.",
342+
"description": "Required. Name of the EndpointPolicy resource. It matches pattern `projects/{project}/locations/global/endpointPolicies/{endpoint_policy}`.",
343343
"location": "path",
344344
"pattern": "^projects/[^/]+/locations/[^/]+/endpointPolicies/[^/]+$",
345345
"required": true,
@@ -549,7 +549,7 @@
549549
}
550550
}
551551
},
552-
"revision": "20210721",
552+
"revision": "20210728",
553553
"rootUrl": "https://networkservices.googleapis.com/",
554554
"schemas": {
555555
"AuditConfig": {
@@ -679,7 +679,7 @@
679679
"type": "object"
680680
},
681681
"name": {
682-
"description": "Required. Name of the EndpointPolicy resource. It matches pattern `projects/*/locations/global/endpointPolicies/`.",
682+
"description": "Required. Name of the EndpointPolicy resource. It matches pattern `projects/{project}/locations/global/endpointPolicies/{endpoint_policy}`.",
683683
"type": "string"
684684
},
685685
"serverTlsPolicy": {

0 commit comments

Comments
 (0)