Skip to content

Commit 395a825

Browse files
feat(container): update the api
#### container:v1 The following keys were added: - schemas.ManagedPrometheusConfig (Total Keys: 3) - schemas.MonitoringConfig.properties.managedPrometheusConfig.$ref (Total Keys: 1) - schemas.NetworkPerformanceConfig (Total Keys: 3) - schemas.NodeNetworkConfig.properties.networkPerformanceConfig.$ref (Total Keys: 1) #### container:v1beta1 The following keys were added: - schemas.NetworkPerformanceConfig (Total Keys: 4) - schemas.NodeNetworkConfig.properties.networkPerformanceConfig.$ref (Total Keys: 1)
1 parent 6915b9a commit 395a825

22 files changed

+505
-324
lines changed

docs/dyn/container_v1.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,17 @@ <h3>Method Details</h3>
9595
<code class="details" id="new_batch_http_request">new_batch_http_request()</code>
9696
<pre>Create a BatchHttpRequest object based on the discovery document.
9797

98-
Args:
99-
callback: callable, A callback to be called for each response, of the
100-
form callback(id, response, exception). The first parameter is the
101-
request id, and the second is the deserialized response object. The
102-
third is an apiclient.errors.HttpError exception object if an HTTP
103-
error occurred while processing the request, or None if no error
104-
occurred.
105-
106-
Returns:
107-
A BatchHttpRequest object based on the discovery document.
108-
</pre>
98+
Args:
99+
callback: callable, A callback to be called for each response, of the
100+
form callback(id, response, exception). The first parameter is the
101+
request id, and the second is the deserialized response object. The
102+
third is an apiclient.errors.HttpError exception object if an HTTP
103+
error occurred while processing the request, or None if no error
104+
occurred.
105+
106+
Returns:
107+
A BatchHttpRequest object based on the discovery document.
108+
</pre>
109109
</div>
110110

111111
</body></html>

docs/dyn/container_v1.projects.aggregated.usableSubnetworks.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h2>Instance Methods</h2>
8181
<code><a href="#list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
8282
<p class="firstline">Lists subnetworks that are usable for creating clusters in a project.</p>
8383
<p class="toc_element">
84-
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
84+
<code><a href="#list_next">list_next()</a></code></p>
8585
<p class="firstline">Retrieves the next page of results.</p>
8686
<h3>Method Details</h3>
8787
<div class="method">
@@ -127,17 +127,17 @@ <h3>Method Details</h3>
127127
</div>
128128

129129
<div class="method">
130-
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
130+
<code class="details" id="list_next">list_next()</code>
131131
<pre>Retrieves the next page of results.
132132

133-
Args:
134-
previous_request: The request for the previous page. (required)
135-
previous_response: The response from the request for the previous page. (required)
133+
Args:
134+
previous_request: The request for the previous page. (required)
135+
previous_response: The response from the request for the previous page. (required)
136136

137-
Returns:
138-
A request object that you can call &#x27;execute()&#x27; on to request the next
139-
page. Returns None if there are no more items in the collection.
140-
</pre>
137+
Returns:
138+
A request object that you can call &#x27;execute()&#x27; on to request the next
139+
page. Returns None if there are no more items in the collection.
140+
</pre>
141141
</div>
142142

143143
</body></html>

docs/dyn/container_v1.projects.locations.clusters.html

Lines changed: 38 additions & 17 deletions
Large diffs are not rendered by default.

docs/dyn/container_v1.projects.locations.clusters.nodePools.html

Lines changed: 18 additions & 9 deletions
Large diffs are not rendered by default.

docs/dyn/container_v1.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h3>Method Details</h3>
102102

103103
Args:
104104
name: string, The name (project and location) of the server config to get, specified in the format `projects/*/locations/*`. (required)
105-
projectId: string, Deprecated. The Google Developers Console [project ID or project number](https://support.google.com/cloud/answer/6158840). This field has been deprecated and replaced by the name field.
105+
projectId: string, Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.
106106
x__xgafv: string, V1 error format.
107107
Allowed values
108108
1 - v1 error format

docs/dyn/container_v1.projects.locations.operations.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h3>Method Details</h3>
9999
{ # CancelOperationRequest cancels a single operation.
100100
&quot;name&quot;: &quot;A String&quot;, # The name (project, location, operation id) of the operation to cancel. Specified in the format `projects/*/locations/*/operations/*`.
101101
&quot;operationId&quot;: &quot;A String&quot;, # Deprecated. The server-assigned `name` of the operation. This field has been deprecated and replaced by the name field.
102-
&quot;projectId&quot;: &quot;A String&quot;, # Deprecated. The Google Developers Console [project ID or project number](https://support.google.com/cloud/answer/6158840). This field has been deprecated and replaced by the name field.
102+
&quot;projectId&quot;: &quot;A String&quot;, # Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.
103103
&quot;zone&quot;: &quot;A String&quot;, # Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation resides. This field has been deprecated and replaced by the name field.
104104
}
105105

@@ -127,7 +127,7 @@ <h3>Method Details</h3>
127127
Args:
128128
name: string, The name (project, location, operation id) of the operation to get. Specified in the format `projects/*/locations/*/operations/*`. (required)
129129
operationId: string, Deprecated. The server-assigned `name` of the operation. This field has been deprecated and replaced by the name field.
130-
projectId: string, Deprecated. The Google Developers Console [project ID or project number](https://support.google.com/cloud/answer/6158840). This field has been deprecated and replaced by the name field.
130+
projectId: string, Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.
131131
x__xgafv: string, V1 error format.
132132
Allowed values
133133
1 - v1 error format
@@ -196,7 +196,7 @@ <h3>Method Details</h3>
196196

197197
Args:
198198
parent: string, The parent (project and location) where the operations will be listed. Specified in the format `projects/*/locations/*`. Location &quot;-&quot; matches all zones and all regions. (required)
199-
projectId: string, Deprecated. The Google Developers Console [project ID or project number](https://support.google.com/cloud/answer/6158840). This field has been deprecated and replaced by the parent field.
199+
projectId: string, Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.
200200
x__xgafv: string, V1 error format.
201201
Allowed values
202202
1 - v1 error format

0 commit comments

Comments
 (0)