Skip to content

Commit a990614

Browse files
feat(all): auto-regenerate discovery clients (#2888)
1 parent f57c82d commit a990614

22 files changed

+581
-99
lines changed

accesscontextmanager/v1/accesscontextmanager-api.json

+10-2
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@
958958
"operations": {
959959
"methods": {
960960
"cancel": {
961-
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
961+
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.",
962962
"flatPath": "v1/operations/{operationsId}:cancel",
963963
"httpMethod": "POST",
964964
"id": "accesscontextmanager.operations.cancel",
@@ -1295,7 +1295,7 @@
12951295
}
12961296
}
12971297
},
1298-
"revision": "20241113",
1298+
"revision": "20241119",
12991299
"rootUrl": "https://accesscontextmanager.googleapis.com/",
13001300
"schemas": {
13011301
"AccessContextManagerOperationMetadata": {
@@ -1807,6 +1807,10 @@
18071807
"egressTo": {
18081808
"$ref": "EgressTo",
18091809
"description": "Defines the conditions on the ApiOperation and destination resources that cause this EgressPolicy to apply."
1810+
},
1811+
"title": {
1812+
"description": "Optional. Human-readable title for the egress rule. The title must be unique within the perimeter and can not exceed 100 characters. Within the access policy, the combined length of all rule titles must not exceed 240,000 characters.",
1813+
"type": "string"
18101814
}
18111815
},
18121816
"type": "object"
@@ -2003,6 +2007,10 @@
20032007
"ingressTo": {
20042008
"$ref": "IngressTo",
20052009
"description": "Defines the conditions on the ApiOperation and request destination that cause this IngressPolicy to apply."
2010+
},
2011+
"title": {
2012+
"description": "Optional. Human-readable title for the ingress rule. The title must be unique within the perimeter and can not exceed 100 characters. Within the access policy, the combined length of all rule titles must not exceed 240,000 characters.",
2013+
"type": "string"
20062014
}
20072015
},
20082016
"type": "object"

accesscontextmanager/v1/accesscontextmanager-gen.go

+11-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

addressvalidation/v1/addressvalidation-api.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
}
152152
}
153153
},
154-
"revision": "20241110",
154+
"revision": "20241120",
155155
"rootUrl": "https://addressvalidation.googleapis.com/",
156156
"schemas": {
157157
"GoogleGeoTypeViewport": {
@@ -769,18 +769,18 @@
769769
"type": "object"
770770
},
771771
"GoogleTypePostalAddress": {
772-
"description": "Represents a postal address, e.g. for postal delivery or payments addresses. Given a postal address, a postal service can deliver items to a premise, P.O. Box or similar. It is not intended to model geographical locations (roads, towns, mountains). In typical usage an address would be created via user input or from importing existing data, depending on the type of process. Advice on address input / editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput) - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, please see: https://support.google.com/business/answer/6397478",
772+
"description": "Represents a postal address. For example for postal delivery or payments addresses. Given a postal address, a postal service can deliver items to a premise, P.O. Box or similar. It is not intended to model geographical locations (roads, towns, mountains). In typical usage an address would be created by user input or from importing existing data, depending on the type of process. Advice on address input / editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput) - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, see: https://support.google.com/business/answer/6397478",
773773
"id": "GoogleTypePostalAddress",
774774
"properties": {
775775
"addressLines": {
776-
"description": "Unstructured address lines describing the lower levels of an address. Because values in address_lines do not have type information and may sometimes contain multiple values in a single field (e.g. \"Austin, TX\"), it is important that the line order is clear. The order of address lines should be \"envelope order\" for the country/region of the address. In places where this can vary (e.g. Japan), address_language is used to make it explicit (e.g. \"ja\" for large-to-small ordering and \"ja-Latn\" or \"en\" for small-to-large). This way, the most specific line of an address can be selected based on the language. The minimum permitted structural representation of an address consists of a region_code with all remaining information placed in the address_lines. It would be possible to format such an address very approximately without geocoding, but no semantic reasoning could be made about any of the address components until it was at least partially resolved. Creating an address only containing a region_code and address_lines, and then geocoding is the recommended way to handle completely unstructured addresses (as opposed to guessing which parts of the address should be localities or administrative areas).",
776+
"description": "Unstructured address lines describing the lower levels of an address. Because values in address_lines do not have type information and may sometimes contain multiple values in a single field (For example \"Austin, TX\"), it is important that the line order is clear. The order of address lines should be \"envelope order\" for the country/region of the address. In places where this can vary (For example Japan), address_language is used to make it explicit (For example \"ja\" for large-to-small ordering and \"ja-Latn\" or \"en\" for small-to-large). This way, the most specific line of an address can be selected based on the language. The minimum permitted structural representation of an address consists of a region_code with all remaining information placed in the address_lines. It would be possible to format such an address very approximately without geocoding, but no semantic reasoning could be made about any of the address components until it was at least partially resolved. Creating an address only containing a region_code and address_lines, and then geocoding is the recommended way to handle completely unstructured addresses (as opposed to guessing which parts of the address should be localities or administrative areas).",
777777
"items": {
778778
"type": "string"
779779
},
780780
"type": "array"
781781
},
782782
"administrativeArea": {
783-
"description": "Optional. Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, an oblast, or a prefecture. Specifically, for Spain this is the province and not the autonomous community (e.g. \"Barcelona\" and not \"Catalonia\"). Many countries don't use an administrative area in postal addresses. E.g. in Switzerland this should be left unpopulated.",
783+
"description": "Optional. Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, an oblast, or a prefecture. Specifically, for Spain this is the province and not the autonomous community (For example \"Barcelona\" and not \"Catalonia\"). Many countries don't use an administrative area in postal addresses. For example in Switzerland this should be left unpopulated.",
784784
"type": "string"
785785
},
786786
"languageCode": {
@@ -796,7 +796,7 @@
796796
"type": "string"
797797
},
798798
"postalCode": {
799-
"description": "Optional. Postal code of the address. Not all countries use or require postal codes to be present, but where they are used, they may trigger additional validation with other parts of the address (e.g. state/zip validation in the U.S.A.).",
799+
"description": "Optional. Postal code of the address. Not all countries use or require postal codes to be present, but where they are used, they may trigger additional validation with other parts of the address (For example state/zip validation in the U.S.A.).",
800800
"type": "string"
801801
},
802802
"recipients": {
@@ -816,7 +816,7 @@
816816
"type": "integer"
817817
},
818818
"sortingCode": {
819-
"description": "Optional. Additional, country-specific, sorting code. This is not used in most regions. Where it is used, the value is either a string like \"CEDEX\", optionally followed by a number (e.g. \"CEDEX 7\"), or just a number alone, representing the \"sector code\" (Jamaica), \"delivery area indicator\" (Malawi) or \"post office indicator\" (e.g. Côte d'Ivoire).",
819+
"description": "Optional. Additional, country-specific, sorting code. This is not used in most regions. Where it is used, the value is either a string like \"CEDEX\", optionally followed by a number (For example \"CEDEX 7\"), or just a number alone, representing the \"sector code\" (Jamaica), \"delivery area indicator\" (Malawi) or \"post office indicator\" (For example Côte d'Ivoire).",
820820
"type": "string"
821821
},
822822
"sublocality": {

addressvalidation/v1/addressvalidation-gen.go

+25-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

appengine/v1/appengine-api.json

+20-1
Original file line numberDiff line numberDiff line change
@@ -1778,7 +1778,7 @@
17781778
}
17791779
}
17801780
},
1781-
"revision": "20241007",
1781+
"revision": "20241118",
17821782
"rootUrl": "https://appengine.googleapis.com/",
17831783
"schemas": {
17841784
"ApiConfigHandler": {
@@ -3617,6 +3617,25 @@
36173617
},
36183618
"type": "object"
36193619
},
3620+
"ResourceEvent": {
3621+
"description": "The request that is passed to CLH during per-resource events. The request will be sent with update semantics in all cases except for data governance purge events. These events will be sent with delete semantics and the CLH is expected to delete the resource receiving this event.",
3622+
"id": "ResourceEvent",
3623+
"properties": {
3624+
"eventId": {
3625+
"description": "The unique ID for this per-resource event. CLHs can use this value to dedup repeated calls. required",
3626+
"type": "string"
3627+
},
3628+
"name": {
3629+
"description": "The name of the resource for which this event is. required",
3630+
"type": "string"
3631+
},
3632+
"state": {
3633+
"$ref": "ContainerState",
3634+
"description": "The state of the project that led to this event."
3635+
}
3636+
},
3637+
"type": "object"
3638+
},
36203639
"ResourceRecord": {
36213640
"description": "A DNS resource record.",
36223641
"id": "ResourceRecord",

0 commit comments

Comments
 (0)