Skip to content

Commit f92d186

Browse files
feat(notebooks): update the api
#### notebooks:v1 The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3) #### notebooks:v2 The following keys were deleted: - schemas.ConfidentialInstanceConfig.properties.enableConfidentialCompute.type (Total Keys: 1) The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3) - schemas.GceSetup.properties.reservationAffinity.$ref (Total Keys: 1) - schemas.Instance.properties.enableDeletionProtection.type (Total Keys: 1) - schemas.ReservationAffinity (Total Keys: 6)
1 parent 51ad826 commit f92d186

File tree

5 files changed

+106
-30
lines changed

5 files changed

+106
-30
lines changed

docs/dyn/notebooks_v1.projects.locations.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h2>Instance Methods</h2>
111111
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
112112
<p class="firstline">Gets information about a location.</p>
113113
<p class="toc_element">
114-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
114+
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
115115
<p class="firstline">Lists information about the supported locations for this service.</p>
116116
<p class="toc_element">
117117
<code><a href="#list_next">list_next()</a></code></p>
@@ -150,11 +150,12 @@ <h3>Method Details</h3>
150150
</div>
151151

152152
<div class="method">
153-
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
153+
<code class="details" id="list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
154154
<pre>Lists information about the supported locations for this service.
155155

156156
Args:
157157
name: string, The resource that owns the locations collection, if applicable. (required)
158+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
158159
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `&quot;displayName=tokyo&quot;`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
159160
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
160161
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.

docs/dyn/notebooks_v2.projects.locations.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h2>Instance Methods</h2>
9191
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
9292
<p class="firstline">Gets information about a location.</p>
9393
<p class="toc_element">
94-
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
94+
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9595
<p class="firstline">Lists information about the supported locations for this service.</p>
9696
<p class="toc_element">
9797
<code><a href="#list_next">list_next()</a></code></p>
@@ -130,11 +130,12 @@ <h3>Method Details</h3>
130130
</div>
131131

132132
<div class="method">
133-
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
133+
<code class="details" id="list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
134134
<pre>Lists information about the supported locations for this service.
135135

136136
Args:
137137
name: string, The resource that owns the locations collection, if applicable. (required)
138+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
138139
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `&quot;displayName=tokyo&quot;`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
139140
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
140141
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.

0 commit comments

Comments
 (0)