Skip to content

Commit db8f0ff

Browse files
feat(networkmanagement): update the api
#### networkmanagement:v1beta1 The following keys were added: - schemas.Endpoint.properties.forwardingRule (Total Keys: 3) - schemas.Endpoint.properties.loadBalancerId (Total Keys: 2) - schemas.Endpoint.properties.loadBalancerType (Total Keys: 2)
1 parent 6443076 commit db8f0ff

5 files changed

+99
-8
lines changed

docs/dyn/networkmanagement_v1.projects.locations.global_.operations.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h2>Instance Methods</h2>
8888
<p class="firstline">Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.</p>
8989
<p class="toc_element">
9090
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
91-
<p class="firstline">Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.</p>
91+
<p class="firstline">Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.</p>
9292
<p class="toc_element">
9393
<code><a href="#list_next">list_next()</a></code></p>
9494
<p class="firstline">Retrieves the next page of results.</p>
@@ -177,7 +177,7 @@ <h3>Method Details</h3>
177177

178178
<div class="method">
179179
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
180-
<pre>Lists operations that match the specified filter in the request. If the server doesn&#x27;t support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `&quot;/v1/{name=users/*}/operations&quot;` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.
180+
<pre>Lists operations that match the specified filter in the request. If the server doesn&#x27;t support this method, it returns `UNIMPLEMENTED`.
181181

182182
Args:
183183
name: string, The name of the operation&#x27;s parent resource. (required)

docs/dyn/networkmanagement_v1beta1.projects.locations.global_.connectivityTests.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,13 @@ <h3>Method Details</h3>
136136
&quot;uri&quot;: &quot;A String&quot;, # A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get) URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
137137
},
138138
&quot;cloudSqlInstance&quot;: &quot;A String&quot;, # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
139+
&quot;forwardingRule&quot;: &quot;A String&quot;, # Forwarding rule URI. Forwarding rules are frontends for load balancers, PSC endpoints and Protocol Forwarding. Format: projects/{project}/global/forwardingRules/{id} or projects/{project}/regions/{region}/forwardingRules/{id}
140+
&quot;forwardingRuleTarget&quot;: &quot;A String&quot;, # Output only. Specifies the type of the target of the forwarding rule.
139141
&quot;gkeMasterCluster&quot;: &quot;A String&quot;, # A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
140142
&quot;instance&quot;: &quot;A String&quot;, # A Compute Engine instance URI.
141143
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address of the endpoint, which can be an external or internal IP. An IPv6 address is only allowed when the test&#x27;s destination is a [global load balancer VIP](https://cloud.google.com/load-balancing/docs/load-balancing-overview).
144+
&quot;loadBalancerId&quot;: &quot;A String&quot;, # Output only. ID of the load balancer the forwarding rule points to. Empty for forwarding rules not related to load balancers.
145+
&quot;loadBalancerType&quot;: &quot;A String&quot;, # Output only. Type of the load balancer the forwarding rule points to.
142146
&quot;network&quot;: &quot;A String&quot;, # A Compute Engine network URI.
143147
&quot;networkType&quot;: &quot;A String&quot;, # Type of the network where the endpoint is located. Applicable only to source endpoint, as destination network type can be inferred from the source.
144148
&quot;port&quot;: 42, # The IP protocol port of the endpoint. Only applicable when protocol is TCP or UDP.
@@ -406,9 +410,13 @@ <h3>Method Details</h3>
406410
&quot;uri&quot;: &quot;A String&quot;, # A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get) URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
407411
},
408412
&quot;cloudSqlInstance&quot;: &quot;A String&quot;, # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
413+
&quot;forwardingRule&quot;: &quot;A String&quot;, # Forwarding rule URI. Forwarding rules are frontends for load balancers, PSC endpoints and Protocol Forwarding. Format: projects/{project}/global/forwardingRules/{id} or projects/{project}/regions/{region}/forwardingRules/{id}
414+
&quot;forwardingRuleTarget&quot;: &quot;A String&quot;, # Output only. Specifies the type of the target of the forwarding rule.
409415
&quot;gkeMasterCluster&quot;: &quot;A String&quot;, # A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
410416
&quot;instance&quot;: &quot;A String&quot;, # A Compute Engine instance URI.
411417
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address of the endpoint, which can be an external or internal IP. An IPv6 address is only allowed when the test&#x27;s destination is a [global load balancer VIP](https://cloud.google.com/load-balancing/docs/load-balancing-overview).
418+
&quot;loadBalancerId&quot;: &quot;A String&quot;, # Output only. ID of the load balancer the forwarding rule points to. Empty for forwarding rules not related to load balancers.
419+
&quot;loadBalancerType&quot;: &quot;A String&quot;, # Output only. Type of the load balancer the forwarding rule points to.
412420
&quot;network&quot;: &quot;A String&quot;, # A Compute Engine network URI.
413421
&quot;networkType&quot;: &quot;A String&quot;, # Type of the network where the endpoint is located. Applicable only to source endpoint, as destination network type can be inferred from the source.
414422
&quot;port&quot;: 42, # The IP protocol port of the endpoint. Only applicable when protocol is TCP or UDP.
@@ -510,9 +518,13 @@ <h3>Method Details</h3>
510518
&quot;uri&quot;: &quot;A String&quot;, # A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get) URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
511519
},
512520
&quot;cloudSqlInstance&quot;: &quot;A String&quot;, # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
521+
&quot;forwardingRule&quot;: &quot;A String&quot;, # Forwarding rule URI. Forwarding rules are frontends for load balancers, PSC endpoints and Protocol Forwarding. Format: projects/{project}/global/forwardingRules/{id} or projects/{project}/regions/{region}/forwardingRules/{id}
522+
&quot;forwardingRuleTarget&quot;: &quot;A String&quot;, # Output only. Specifies the type of the target of the forwarding rule.
513523
&quot;gkeMasterCluster&quot;: &quot;A String&quot;, # A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
514524
&quot;instance&quot;: &quot;A String&quot;, # A Compute Engine instance URI.
515525
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address of the endpoint, which can be an external or internal IP. An IPv6 address is only allowed when the test&#x27;s destination is a [global load balancer VIP](https://cloud.google.com/load-balancing/docs/load-balancing-overview).
526+
&quot;loadBalancerId&quot;: &quot;A String&quot;, # Output only. ID of the load balancer the forwarding rule points to. Empty for forwarding rules not related to load balancers.
527+
&quot;loadBalancerType&quot;: &quot;A String&quot;, # Output only. Type of the load balancer the forwarding rule points to.
516528
&quot;network&quot;: &quot;A String&quot;, # A Compute Engine network URI.
517529
&quot;networkType&quot;: &quot;A String&quot;, # Type of the network where the endpoint is located. Applicable only to source endpoint, as destination network type can be inferred from the source.
518530
&quot;port&quot;: 42, # The IP protocol port of the endpoint. Only applicable when protocol is TCP or UDP.
@@ -780,9 +792,13 @@ <h3>Method Details</h3>
780792
&quot;uri&quot;: &quot;A String&quot;, # A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get) URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
781793
},
782794
&quot;cloudSqlInstance&quot;: &quot;A String&quot;, # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
795+
&quot;forwardingRule&quot;: &quot;A String&quot;, # Forwarding rule URI. Forwarding rules are frontends for load balancers, PSC endpoints and Protocol Forwarding. Format: projects/{project}/global/forwardingRules/{id} or projects/{project}/regions/{region}/forwardingRules/{id}
796+
&quot;forwardingRuleTarget&quot;: &quot;A String&quot;, # Output only. Specifies the type of the target of the forwarding rule.
783797
&quot;gkeMasterCluster&quot;: &quot;A String&quot;, # A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
784798
&quot;instance&quot;: &quot;A String&quot;, # A Compute Engine instance URI.
785799
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address of the endpoint, which can be an external or internal IP. An IPv6 address is only allowed when the test&#x27;s destination is a [global load balancer VIP](https://cloud.google.com/load-balancing/docs/load-balancing-overview).
800+
&quot;loadBalancerId&quot;: &quot;A String&quot;, # Output only. ID of the load balancer the forwarding rule points to. Empty for forwarding rules not related to load balancers.
801+
&quot;loadBalancerType&quot;: &quot;A String&quot;, # Output only. Type of the load balancer the forwarding rule points to.
786802
&quot;network&quot;: &quot;A String&quot;, # A Compute Engine network URI.
787803
&quot;networkType&quot;: &quot;A String&quot;, # Type of the network where the endpoint is located. Applicable only to source endpoint, as destination network type can be inferred from the source.
788804
&quot;port&quot;: 42, # The IP protocol port of the endpoint. Only applicable when protocol is TCP or UDP.
@@ -875,9 +891,13 @@ <h3>Method Details</h3>
875891
&quot;uri&quot;: &quot;A String&quot;, # A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get) URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
876892
},
877893
&quot;cloudSqlInstance&quot;: &quot;A String&quot;, # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
894+
&quot;forwardingRule&quot;: &quot;A String&quot;, # Forwarding rule URI. Forwarding rules are frontends for load balancers, PSC endpoints and Protocol Forwarding. Format: projects/{project}/global/forwardingRules/{id} or projects/{project}/regions/{region}/forwardingRules/{id}
895+
&quot;forwardingRuleTarget&quot;: &quot;A String&quot;, # Output only. Specifies the type of the target of the forwarding rule.
878896
&quot;gkeMasterCluster&quot;: &quot;A String&quot;, # A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
879897
&quot;instance&quot;: &quot;A String&quot;, # A Compute Engine instance URI.
880898
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address of the endpoint, which can be an external or internal IP. An IPv6 address is only allowed when the test&#x27;s destination is a [global load balancer VIP](https://cloud.google.com/load-balancing/docs/load-balancing-overview).
899+
&quot;loadBalancerId&quot;: &quot;A String&quot;, # Output only. ID of the load balancer the forwarding rule points to. Empty for forwarding rules not related to load balancers.
900+
&quot;loadBalancerType&quot;: &quot;A String&quot;, # Output only. Type of the load balancer the forwarding rule points to.
881901
&quot;network&quot;: &quot;A String&quot;, # A Compute Engine network URI.
882902
&quot;networkType&quot;: &quot;A String&quot;, # Type of the network where the endpoint is located. Applicable only to source endpoint, as destination network type can be inferred from the source.
883903
&quot;port&quot;: 42, # The IP protocol port of the endpoint. Only applicable when protocol is TCP or UDP.
@@ -1145,9 +1165,13 @@ <h3>Method Details</h3>
11451165
&quot;uri&quot;: &quot;A String&quot;, # A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get) URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
11461166
},
11471167
&quot;cloudSqlInstance&quot;: &quot;A String&quot;, # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
1168+
&quot;forwardingRule&quot;: &quot;A String&quot;, # Forwarding rule URI. Forwarding rules are frontends for load balancers, PSC endpoints and Protocol Forwarding. Format: projects/{project}/global/forwardingRules/{id} or projects/{project}/regions/{region}/forwardingRules/{id}
1169+
&quot;forwardingRuleTarget&quot;: &quot;A String&quot;, # Output only. Specifies the type of the target of the forwarding rule.
11481170
&quot;gkeMasterCluster&quot;: &quot;A String&quot;, # A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
11491171
&quot;instance&quot;: &quot;A String&quot;, # A Compute Engine instance URI.
11501172
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address of the endpoint, which can be an external or internal IP. An IPv6 address is only allowed when the test&#x27;s destination is a [global load balancer VIP](https://cloud.google.com/load-balancing/docs/load-balancing-overview).
1173+
&quot;loadBalancerId&quot;: &quot;A String&quot;, # Output only. ID of the load balancer the forwarding rule points to. Empty for forwarding rules not related to load balancers.
1174+
&quot;loadBalancerType&quot;: &quot;A String&quot;, # Output only. Type of the load balancer the forwarding rule points to.
11511175
&quot;network&quot;: &quot;A String&quot;, # A Compute Engine network URI.
11521176
&quot;networkType&quot;: &quot;A String&quot;, # Type of the network where the endpoint is located. Applicable only to source endpoint, as destination network type can be inferred from the source.
11531177
&quot;port&quot;: 42, # The IP protocol port of the endpoint. Only applicable when protocol is TCP or UDP.
@@ -1199,9 +1223,13 @@ <h3>Method Details</h3>
11991223
&quot;uri&quot;: &quot;A String&quot;, # A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get) URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
12001224
},
12011225
&quot;cloudSqlInstance&quot;: &quot;A String&quot;, # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
1226+
&quot;forwardingRule&quot;: &quot;A String&quot;, # Forwarding rule URI. Forwarding rules are frontends for load balancers, PSC endpoints and Protocol Forwarding. Format: projects/{project}/global/forwardingRules/{id} or projects/{project}/regions/{region}/forwardingRules/{id}
1227+
&quot;forwardingRuleTarget&quot;: &quot;A String&quot;, # Output only. Specifies the type of the target of the forwarding rule.
12021228
&quot;gkeMasterCluster&quot;: &quot;A String&quot;, # A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
12031229
&quot;instance&quot;: &quot;A String&quot;, # A Compute Engine instance URI.
12041230
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address of the endpoint, which can be an external or internal IP. An IPv6 address is only allowed when the test&#x27;s destination is a [global load balancer VIP](https://cloud.google.com/load-balancing/docs/load-balancing-overview).
1231+
&quot;loadBalancerId&quot;: &quot;A String&quot;, # Output only. ID of the load balancer the forwarding rule points to. Empty for forwarding rules not related to load balancers.
1232+
&quot;loadBalancerType&quot;: &quot;A String&quot;, # Output only. Type of the load balancer the forwarding rule points to.
12051233
&quot;network&quot;: &quot;A String&quot;, # A Compute Engine network URI.
12061234
&quot;networkType&quot;: &quot;A String&quot;, # Type of the network where the endpoint is located. Applicable only to source endpoint, as destination network type can be inferred from the source.
12071235
&quot;port&quot;: 42, # The IP protocol port of the endpoint. Only applicable when protocol is TCP or UDP.
@@ -1469,9 +1497,13 @@ <h3>Method Details</h3>
14691497
&quot;uri&quot;: &quot;A String&quot;, # A [Cloud Run](https://cloud.google.com/run) [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get) URI. The format is: projects/{project}/locations/{location}/revisions/{revision}
14701498
},
14711499
&quot;cloudSqlInstance&quot;: &quot;A String&quot;, # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
1500+
&quot;forwardingRule&quot;: &quot;A String&quot;, # Forwarding rule URI. Forwarding rules are frontends for load balancers, PSC endpoints and Protocol Forwarding. Format: projects/{project}/global/forwardingRules/{id} or projects/{project}/regions/{region}/forwardingRules/{id}
1501+
&quot;forwardingRuleTarget&quot;: &quot;A String&quot;, # Output only. Specifies the type of the target of the forwarding rule.
14721502
&quot;gkeMasterCluster&quot;: &quot;A String&quot;, # A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
14731503
&quot;instance&quot;: &quot;A String&quot;, # A Compute Engine instance URI.
14741504
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address of the endpoint, which can be an external or internal IP. An IPv6 address is only allowed when the test&#x27;s destination is a [global load balancer VIP](https://cloud.google.com/load-balancing/docs/load-balancing-overview).
1505+
&quot;loadBalancerId&quot;: &quot;A String&quot;, # Output only. ID of the load balancer the forwarding rule points to. Empty for forwarding rules not related to load balancers.
1506+
&quot;loadBalancerType&quot;: &quot;A String&quot;, # Output only. Type of the load balancer the forwarding rule points to.
14751507
&quot;network&quot;: &quot;A String&quot;, # A Compute Engine network URI.
14761508
&quot;networkType&quot;: &quot;A String&quot;, # Type of the network where the endpoint is located. Applicable only to source endpoint, as destination network type can be inferred from the source.
14771509
&quot;port&quot;: 42, # The IP protocol port of the endpoint. Only applicable when protocol is TCP or UDP.

0 commit comments

Comments
 (0)