Skip to content

Commit 7a7d581

Browse files
fix(parametermanager): update the api
#### parametermanager:v1 The following keys were changed: - endpoints (Total Keys: 1)
1 parent ca6458d commit 7a7d581

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

docs/dyn/parametermanager_v1.projects.locations.parameters.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ <h3>Method Details</h3>
214214
filter: string, Optional. Filtering results
215215
orderBy: string, Optional. Hint for how to order the results
216216
pageSize: integer, Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
217-
pageToken: string, Optional. A token identifying a page of results the server should return.
217+
pageToken: string, Optional. A page token, received from a previous `ListParameters` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListParameters` must match the call that provided the page token.
218218
x__xgafv: string, V1 error format.
219219
Allowed values
220220
1 - v1 error format

docs/dyn/parametermanager_v1.projects.locations.parameters.versions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h3>Method Details</h3>
173173
name: string, Required. Name of the resource in the format `projects/*/locations/*/parameters/*/versions/*`. (required)
174174
view: string, Optional. View of the ParameterVersion. In the default FULL view, all metadata &amp; payload associated with the ParameterVersion will be returned.
175175
Allowed values
176-
VIEW_UNSPECIFIED - The default / unset value. The API will default to the FULL view..
176+
VIEW_UNSPECIFIED - The default / unset value. The API will default to the FULL view.
177177
BASIC - Include only the metadata for the resource.
178178
FULL - Include metadata &amp; other relevant payload data as well. This is the default view.
179179
x__xgafv: string, V1 error format.
@@ -205,7 +205,7 @@ <h3>Method Details</h3>
205205
filter: string, Optional. Filtering results
206206
orderBy: string, Optional. Hint for how to order the results
207207
pageSize: integer, Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
208-
pageToken: string, Optional. A token identifying a page of results the server should return.
208+
pageToken: string, Optional. A page token, received from a previous `ListParameterVersions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListParameterVersions` must match the call that provided the page token.
209209
x__xgafv: string, V1 error format.
210210
Allowed values
211211
1 - v1 error format

googleapiclient/discovery_cache/documents/parametermanager.v1.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,16 @@
250250
"description": "Regional Endpoint",
251251
"endpointUrl": "https://parametermanager.eu.rep.googleapis.com/",
252252
"location": "eu"
253+
},
254+
{
255+
"description": "Regional Endpoint",
256+
"endpointUrl": "https://parametermanager.ca.rep.googleapis.com/",
257+
"location": "ca"
258+
},
259+
{
260+
"description": "Regional Endpoint",
261+
"endpointUrl": "https://parametermanager.in.rep.googleapis.com/",
262+
"location": "in"
253263
}
254264
],
255265
"fullyEncodeReservedExpansion": true,
@@ -541,7 +551,7 @@
541551
"type": "integer"
542552
},
543553
"pageToken": {
544-
"description": "Optional. A token identifying a page of results the server should return.",
554+
"description": "Optional. A page token, received from a previous `ListParameters` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListParameters` must match the call that provided the page token.",
545555
"location": "query",
546556
"type": "string"
547557
},
@@ -696,7 +706,7 @@
696706
"FULL"
697707
],
698708
"enumDescriptions": [
699-
"The default / unset value. The API will default to the FULL view..",
709+
"The default / unset value. The API will default to the FULL view.",
700710
"Include only the metadata for the resource.",
701711
"Include metadata & other relevant payload data as well. This is the default view."
702712
],
@@ -738,7 +748,7 @@
738748
"type": "integer"
739749
},
740750
"pageToken": {
741-
"description": "Optional. A token identifying a page of results the server should return.",
751+
"description": "Optional. A page token, received from a previous `ListParameterVersions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListParameterVersions` must match the call that provided the page token.",
742752
"location": "query",
743753
"type": "string"
744754
},
@@ -831,7 +841,7 @@
831841
}
832842
}
833843
},
834-
"revision": "20251110",
844+
"revision": "20260107",
835845
"rootUrl": "https://parametermanager.googleapis.com/",
836846
"schemas": {
837847
"Empty": {

0 commit comments

Comments
 (0)