8000 feat(all): auto-regenerate discovery clients (#3087) · googleapis/google-api-go-client@3c387cd · GitHub
[go: up one dir, main page]

Skip to content

Commit 3c387cd

Browse files
feat(all): auto-regenerate discovery clients (#3087)
1 parent 9c927b6 commit 3c387cd

12 files changed

+1367
-58
lines changed

container/v1/container-api.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2660,7 +2660,7 @@
26602660
}
26612661
}
26622662
},
2663-
"revision": "20250311",
2663+
"revision": "20250318",
26642664
"rootUrl": "https://container.googleapis.com/",
26652665
"schemas": {
26662666
"AcceleratorConfig": {
@@ -4539,6 +4539,11 @@
45394539
"description": "EphemeralStorageLocalSsdConfig contains configuration for the node ephemeral storage using Local SSDs.",
45404540
"id": "EphemeralStorageLocalSsdConfig",
45414541
"properties": {
4542+
"dataCacheCount": {
4543+
"description": "Number of local SSDs to use for GKE Data Cache.",
4544+
"format": "int32",
4545+
"type": "integer"
4546+
},
45424547
"localSsdCount": {
45434548
"description": "Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. A zero (or unset) value has different meanings depending on machine type being used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds, zero (or unset) means to disable using local SSDs as ephemeral storage. The limit for this value is dependent upon the maximum number of disk available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information. 2. For Gen3 machines which dictate a specific number of local ssds, zero (or unset) means to use the default number of local ssds that goes with that machine type. For example, for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't support local ssds), 0 will be provisioned. See https://cloud.google.com/compute/docs/disks/local-ssd#choose_number_local_ssds for more info.",
45444549
"format": "int32",
@@ -5854,6 +5859,10 @@
58545859
"$ref": "FastSocket",
58555860
"description": "Enable or disable NCCL fast socket for the node pool."
58565861
},
5862+
"flexStart": {
5863+
"description": "Flex Start flag for enabling Flex Start VM.",
5864+
"type": "boolean"
5865+
},
58575866
"gcfsConfig": {
58585867
"$ref": "GcfsConfig",
58595868
"description": "Google Container File System (image streaming) configs."
@@ -6196,7 +6205,7 @@
61966205
"properties": {
61976206
"autopilotConfig": {
61986207
"$ref": "AutopilotConfig",
6199-
"description": "Specifies the autopilot configuration for this node pool. This field is exclusively reserved for Cluster Autoscaler to implement go/gke-managed-nodes-ccc-api"
6208+
"description": "Specifies the autopilot configuration for this node pool. This field is exclusively reserved for Cluster Autoscaler."
62006209
},
62016210
"autoscaling": {
62026211
"$ref": "NodePoolAutoscaling",
@@ -8212,6 +8221,10 @@
82128221
"$ref": "FastSocket",
82138222
"description": "Enable or disable NCCL fast socket for the node pool."
82148223
},
8224+
"flexStart": {
8225+
"description": "Flex Start flag for enabling Flex Start VM.",
8226+
"type": "boolean"
8227+
},
82158228
"gcfsConfig": {
82168229
"$ref": "GcfsConfig",
82178230
"description": "GCFS config."

container/v1/container-gen.go

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

jobs/v4/jobs-api.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@
903903
}
904904
}
905905
},
906-
"revision": "20241217",
906+
"revision": "20250326",
907907
"rootUrl": "https://jobs.googleapis.com/",
908908
"schemas": {
909909
"ApplicationInfo": {
@@ -1896,7 +1896,7 @@
18961896
],
18971897
"enumDescriptions": [
18981898
"Default value.",
1899-
"The resource is only visible to the GCP account who owns it.",
1899+
"The resource is only visible to the Google Cloud account who owns it.",
19001900
"The resource is visible to the owner and may be visible to other applications and processes at Google.",
19011901
"The resource is visible to the owner and may be visible to all other API clients."
19021902
],
@@ -2500,34 +2500,34 @@
25002500
"type": "object"
25012501
},
25022502
"PostalAddress": {
2503-
"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",
2503+
"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 or 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.",
25042504
"id": "PostalAddress",
25052505
"properties": {
25062506
"addressLines": {
2507-
"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).",
2507+
"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 or 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). In 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).",
25082508
"items": {
25092509
"type": "string"
25102510
},
25112511
"type": "array"
25122512
},
25132513
"administrativeArea": {
2514-
"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.",
2514+
"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. 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.",
25152515
"type": "string"
25162516
},
25172517
"languageCode": {
25182518
"description": "Optional. BCP-47 language code of the contents of this address (if known). This is often the UI language of the input form or is expected to match one of the languages used in the address' country/region, or their transliterated equivalents. This can affect formatting in certain countries, but is not critical to the correctness of the data and will never affect any validation or other non-formatting related operations. If this value is not known, it should be omitted (rather than specifying a possibly incorrect default). Examples: \"zh-Hant\", \"ja\", \"ja-Latn\", \"en\".",
25192519
"type": "string"
25202520
},
25212521
"locality": {
2522-
"description": "Optional. Generally refers to the city/town portion of the address. Examples: US city, IT comune, UK post town. In regions of the world where localities are not well defined or do not fit into this structure well, leave locality empty and use address_lines.",
2522+
"description": "Optional. Generally refers to the city or town portion of the address. Examples: US city, IT comune, UK post town. In regions of the world where localities are not well defined or do not fit into this structure well, leave `locality` empty and use `address_lines`.",
25232523
"type": "string"
25242524
},
25252525
"organization": {
25262526
"description": "Optional. The name of the organization at the address.",
25272527
"type": "string"
25282528
},
25292529
"postalCode": {
2530-
"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.).",
2530+
"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 or zip code validation in the United States).",
25312531
"type": "string"
25322532
},
25332533
"recipients": {
@@ -2547,11 +2547,11 @@
25472547
"type": "integer"
25482548
},
25492549
"sortingCode": {
2550-
"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).",
2550+
"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\" (Côte d'Ivoire).",
25512551
"type": "string"
25522552
},
25532553
"sublocality": {
2554-
"description": "Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.",
2554+
"description": "Optional. Sublocality of the address. For example, this can be a neighborhood, borough, or district.",
25552555
"type": "string"
25562556
}
25572557
},

0 commit comments

Comments
 (0)
0