Skip to content

Commit ad806bc

Browse files
feat(healthcare): update the api
#### healthcare:v1 The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3) #### healthcare:v1beta1 The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes (Total Keys: 3)
1 parent fb66715 commit ad806bc

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

docs/dyn/healthcare_v1.projects.locations.html

+3-2
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.

docs/dyn/healthcare_v1beta1.projects.locations.html

+3-2
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.

googleapiclient/discovery_cache/documents/healthcare.v1.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,12 @@
147147
"name"
148148
],
149149
"parameters": {
150+
"extraLocationTypes": {
151+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
152+
"location": "query",
153+
"repeated": true,
154+
"type": "string"
155+
},
150156
"filter": {
151157
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
152158
"location": "query",
@@ -5088,7 +5094,7 @@
50885094
}
50895095
}
50905096
},
5091-
"revision": "20250219",
5097+
"revision": "20250327",
50925098
"rootUrl": "https://healthcare.googleapis.com/",
50935099
"schemas": {
50945100
"AccessDeterminationLogConfig": {

googleapiclient/discovery_cache/documents/healthcare.v1beta1.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,12 @@
147147
"name"
148148
],
149149
"parameters": {
150+
"extraLocationTypes": {
151+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
152+
"location": "query",
153+
"repeated": true,
154+
"type": "string"
155+
},
150156
"filter": {
151157
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
152158
"location": "query",
@@ -6011,7 +6017,7 @@
60116017
}
60126018
}
60136019
},
6014-
"revision": "20250306",
6020+
"revision": "20250327",
60156021
"rootUrl": "https://healthcare.googleapis.com/",
60166022
"schemas": {
60176023
"AccessDeterminationLogConfig": {

0 commit comments

Comments
 (0)