Skip to content

Commit 459c5a8

Browse files
feat(all): auto-regenerate discovery clients (#3203)
1 parent f7c299e commit 459c5a8

32 files changed

+955
-120
lines changed

addressvalidation/v1/addressvalidation-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
}
152152
}
153153
},
154-
"revision": "20250615",
154+
"revision": "20250618",
155155
"rootUrl": "https://addressvalidation.googleapis.com/",
156156
"schemas": {
157157
"GoogleGeoTypeViewport": {
@@ -709,7 +709,7 @@
709709
"type": "boolean"
710710
},
711711
"inputGranularity": {
712-
"description": "The granularity of the **input** address. This is the result of parsing the input address and does not give any validation signals. For validation signals, refer to `validation_granularity` below. For example, if the input address includes a specific apartment number, then the `input_granularity` here will be `SUB_PREMISE`. If we cannot match the apartment number in the databases or the apartment number is invalid, the `validation_granularity` will likely be `PREMISE` or more coarse.",
712+
"description": "The granularity of the **input** address. This is the result of parsing the input address and does not give any validation signals. For validation signals, refer to `validation_granularity` below. For example, if the input address includes a specific apartment number, then the `input_granularity` here will be `SUB_PREMISE`. If the address validation service cannot match the apartment number in the databases or the apartment number is invalid, the `validation_granularity` will likely be `PREMISE` or more coarse.",
713713
"enum": [
714714
"GRANULARITY_UNSPECIFIED",
715715
"SUB_PREMISE",

addressvalidation/v1/addressvalidation-gen.go

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apihub/v1/apihub-api.json

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

apihub/v1/apihub-gen.go

Lines changed: 44 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apphub/v1alpha/apphub-api.json

Lines changed: 68 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,31 @@
162162
"https://www.googleapis.com/auth/cloud-platform"
163163
]
164164
},
165+
"getPerimeter": {
166+
"description": "Gets a perimeter",
167+
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/perimeter",
168+
"httpMethod": "GET",
169+
"id": "apphub.projects.locations.getPerimeter",
170+
"parameterOrder": [
171+
"name"
172+
],
173+
"parameters": {
174+
"name": {
175+
"description": "Required. Fully qualified name of the Perimeter Expected format: `projects/{project}/locations/{location}/perimeter`.",
176+
"location": "path",
177+
"pattern": "^projects/[^/]+/locations/[^/]+/perimeter$",
178+
"required": true,
179+
"type": "string"
180+
}
181+
},
182+
"path": "v1alpha/{+name}",
183+
"response": {
184+
"$ref": "Perimeter"
185+
},
186+
"scopes": [
187+
"https://www.googleapis.com/auth/cloud-platform"
188+
]
189+
},
165190
"list": {
166191
"description": "Lists information about the supported locations for this service.",
167192
"flatPath": "v1alpha/projects/{projectsId}/locations",
@@ -1444,7 +1469,7 @@
14441469
}
14451470
}
14461471
},
1447-
"revision": "20250414",
1472+
"revision": "20250416",
14481473
"rootUrl": "https://apphub.googleapis.com/",
14491474
"schemas": {
14501475
"Application": {
@@ -2180,6 +2205,48 @@
21802205
},
21812206
"type": "object"
21822207
},
2208+
"Perimeter": {
2209+
"description": "Perimeter is a boundary that describes application management on a `perimeter_node` (currently limited to an app-enabled folder).",
2210+
"id": "Perimeter",
2211+
"properties": {
2212+
"createTime": {
2213+
"description": "Output only. Create time.",
2214+
"format": "google-datetime",
2215+
"readOnly": true,
2216+
"type": "string"
2217+
},
2218+
"name": {
2219+
"description": "Identifier. Name of the Perimeter resource.",
2220+
"type": "string"
2221+
},
2222+
"perimeterNode": {
2223+
"description": "Immutable. Cloud Resource Manager node that determines the perimeter. Only `folders/{folder_number}` is currently supported.",
2224+
"type": "string"
2225+
},
2226+
"state": {
2227+
"description": "Output only. Perimeter state.",
2228+
"enum": [
2229+
"STATE_UNSPECIFIED",
2230+
"UPDATING",
2231+
"ACTIVE"
2232+
],
2233+
"enumDescriptions": [
2234+
"Unspecified state.",
2235+
"The Perimeter is being created or updated.",
2236+
"The Perimeter is ready."
2237+
],
2238+
"readOnly": true,
2239+
"type": "string"
2240+
},
2241+
"updateTime": {
2242+
"description": "Output only. Update time.",
2243+
"format": "google-datetime",
2244+
"readOnly": true,
2245+
"type": "string"
2246+
}
2247+
},
2248+
"type": "object"
2249+
},
21832250
"Policy": {
21842251
"description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** ``` { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:[email protected]\", \"group:[email protected]\", \"domain:google.com\", \"serviceAccount:[email protected]\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:[email protected]\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time \u003c timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } ``` **YAML example:** ``` bindings: - members: - user:[email protected] - group:[email protected] - domain:google.com - serviceAccount:[email protected] role: roles/resourcemanager.organizationAdmin - members: - user:[email protected] role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time \u003c timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).",
21852252
"id": "Policy",

0 commit comments

Comments
 (0)