Skip to content

Commit ab1e35b

Browse files
feat(all): auto-regenerate discovery clients (#3082)
1 parent bac81c6 commit ab1e35b

30 files changed

+3195
-34
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": "20250318",
154+
"revision": "20250323",
155155
"rootUrl": "https://addressvalidation.googleapis.com/",
156156
"schemas": {
157157
"GoogleGeoTypeViewport": {
@@ -185,7 +185,7 @@
185185
"type": "string"
186186
},
187187
"missingComponentTypes": {
188-
"description": "The types of components that were expected to be present in a correctly formatted mailing address but were not found in the input AND could not be inferred. Components of this type are not present in `formatted_address`, `postal_address`, or `address_components`. An example might be `['street_number', 'route']` for an input like \"Boulder, Colorado, 80301, USA\". The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).",
188+
"description": "The types of components that were expected to be present in a correctly formatted mailing address but were not found in the input AND could not be inferred. An example might be `['street_number', 'route']` for an input like \"Boulder, Colorado, 80301, USA\". The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types). **Note: you might see a missing component type when you think you've already supplied the missing component.** For example, this can happen when the input address contains the building name, but not the premise number. In the address \"渋谷区渋谷3丁目 Shibuya Stream\", the building name \"Shibuya Stream\" has the component type `premise`, but the premise number is missing, so `missing_component_types` will contain `premise`.",
189189
"items": {
190190
"type": "string"
191191
},

addressvalidation/v1/addressvalidation-gen.go

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

analyticshub/v1/analyticshub-api.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@
10271027
}
10281028
}
10291029
},
1030-
"revision": "20250310",
1030+
"revision": "20250315",
10311031
"rootUrl": "https://analyticshub.googleapis.com/",
10321032
"schemas": {
10331033
"AnalyticsHubSubscriptionInfo": {
@@ -1416,6 +1416,13 @@
14161416
"location": {
14171417
"description": "Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.",
14181418
"type": "string"
1419+
},
1420+
"replicaLocations": {
1421+
"description": "Optional. The geographic locations where the dataset should be replicated. See https://cloud.google.com/bigquery/docs/locations for supported locations.",
1422+
"items": {
1423+
"type": "string"
1424+
},
1425+
"type": "array"
14191426
}
14201427
},
14211428
"type": "object"

analyticshub/v1/analyticshub-gen.go

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

cloudbuild/v2/cloudbuild-api.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,12 @@
365365
"name"
366366
],
367367
"parameters": {
368+
"extraLocationTypes": {
369+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
370+
"location": "query",
371+
"repeated": true,
372+
"type": "string"
373+
},
368374
"filter": {
369375
"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).",
370376
"location": "query",
@@ -1076,7 +1082,7 @@
10761082
}
10771083
}
10781084
},
1079-
"revision": "20250303",
1085+
"revision": "20250321",
10801086
"rootUrl": "https://cloudbuild.googleapis.com/",
10811087
"schemas": {
10821088
"AuditConfig": {

cloudbuild/v2/cloudbuild-gen.go

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

cloudfunctions/v1/cloudfunctions-api.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,12 @@
184184
"name"
185185
],
186186
"parameters": {
187+
"extraLocationTypes": {
188+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
189+
"location": "query",
190+
"repeated": true,
191+
"type": "string"
192+
},
187193
"filter": {
188194
"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).",
189195
"location": "query",
@@ -552,7 +558,7 @@
552558
}
553559
}
554560
},
555-
"revision": "20250124",
561+
"revision": "20250320",
556562
"rootUrl": "https://cloudfunctions.googleapis.com/",
557563
"schemas": {
558564
"AuditConfig": {

cloudfunctions/v1/cloudfunctions-gen.go

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

cloudfunctions/v2/cloudfunctions-api.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@
118118
"name"
119119
],
120120
"parameters": {
121+
"extraLocationTypes": {
122+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
123+
"location": "query",
124+
"repeated": true,
125+
"type": "string"
126+
},
121127
"filter": {
122128
"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).",
123129
"location": "query",
@@ -744,7 +750,7 @@
744750
}
745751
}
746752
},
747-
"revision": "20250228",
753+
"revision": "20250320",
748754
"rootUrl": "https://cloudfunctions.googleapis.com/",
749755
"schemas": {
750756
"AbortFunctionUpgradeRequest": {

cloudfunctions/v2/cloudfunctions-gen.go

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

cloudfunctions/v2alpha/cloudfunctions-api.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@
118118
"name"
119119
],
120120
"parameters": {
121+
"extraLocationTypes": {
122+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
123+
"location": "query",
124+
"repeated": true,
125+
"type": "string"
126+
},
121127
"filter": {
122128
"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).",
123129
"location": "query",
@@ -744,7 +750,7 @@
744750
}
745751
}
746752
},
747-
"revision": "20250228",
753+
"revision": "20250320",
748754
"rootUrl": "https://cloudfunctions.googleapis.com/",
749755
"schemas": {
750756
"AbortFunctionUpgradeRequest": {

cloudfunctions/v2alpha/cloudfunctions-gen.go

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

cloudfunctions/v2beta/cloudfunctions-api.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@
118118
"name"
119119
],
120120
"parameters": {
121+
"extraLocationTypes": {
122+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
123+
"location": "query",
124+
"repeated": true,
125+
"type": "string"
126+
},
121127
"filter": {
122128
"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).",
123129
"location": "query",
@@ -744,7 +750,7 @@
744750
}
745751
}
746752
},
747-
"revision": "20250228",
753+
"revision": "20250320",
748754
"rootUrl": "https://cloudfunctions.googleapis.com/",
749755
"schemas": {
750756
"AbortFunctionUpgradeRequest": {

cloudfunctions/v2beta/cloudfunctions-gen.go

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

firebase/v1beta1/firebase-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,7 @@
13241324
}
13251325
}
13261326
},
1327-
"revision": "20250319",
1327+
"revision": "20250321",
13281328
"rootUrl": "https://firebase.googleapis.com/",
13291329
"schemas": {
13301330
"AddFirebaseRequest": {
@@ -1919,7 +1919,7 @@
19191919
"type": "object"
19201920
},
19211921
"MessageSet": {
1922-
"description": "LINT.ThenChange( //depot/google3/third_party/protobuf/github/src/google/protobuf/bridge/message_set.proto ) This is proto2's version of MessageSet.",
1922+
"description": "This is proto2's version of MessageSet.",
19231923
"id": "MessageSet",
19241924
"properties": {},
19251925
"type": "object"

firebase/v1beta1/firebase-gen.go

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

firebaseml/v2beta/firebaseml-api.json

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
}
207207
}
208208
},
209-
"revision": "20250312",
209+
"revision": "20250323",
210210
"rootUrl": "https://firebaseml.googleapis.com/",
211211
"schemas": {
212212
"Date": {
@@ -865,6 +865,21 @@
865865
"description": "Total token count for prompt, response candidates, and tool-use prompts (if present).",
866866
"format": "int32",
867867
"type": "integer"
868+
},
869+
"trafficType": {
870+
"description": "Output only. Traffic type. This shows whether a request consumes Pay-As-You-Go or Provisioned Throughput quota.",
871+
"enum": [
872+
"TRAFFIC_TYPE_UNSPECIFIED",
873+
"ON_DEMAND",
874+
"PROVISIONED_THROUGHPUT"
875+
],
876+
"enumDescriptions": [
877+
"Unspecified request traffic type.",
878+
"Type for Pay-As-You-Go traffic.",
879+
"Type for Provisioned Throughput traffic."
880+
],
881+
"readOnly": true,
882+
"type": "string"
868883
}
869884
},
870885
"type": "object"
@@ -913,6 +928,10 @@
913928
],
914929
"type": "string"
915930
},
931+
"modelConfig": {
932+
"$ref": "GoogleCloudAiplatformV1beta1GenerationConfigModelConfig",
933+
"description": "Optional. Config for model selection."
934+
},
916935
"presencePenalty": {
917936
"description": "Optional. Positive penalties.",
918937
"format": "float",
@@ -987,6 +1006,29 @@
9871006
},
9881007
"type": "object"
9891008
},
1009+
"GoogleCloudAiplatformV1beta1GenerationConfigModelConfig": {
1010+
"description": "Config for model selection.",
1011+
"id": "GoogleCloudAiplatformV1beta1GenerationConfigModelConfig",
1012+
"properties": {
1013+
"featureSelectionPreference": {
1014+
"description": "Required. Feature selection preference.",
1015+
"enum": [
1016+
"FEATURE_SELECTION_PREFERENCE_UNSPECIFIED",
1017+
"PRIORITIZE_QUALITY",
1018+
"BALANCED",
1019+
"PRIORITIZE_COST"
1020+
],
1021+
"enumDescriptions": [
1022+
"Unspecified feature selection preference.",
1023+
"Prefer higher quality over lower cost.",
1024+
"Balanced feature selection preference.",
1025+
"Prefer lower cost over higher quality."
1026+
],
1027+
"type": "string"
1028+
}
1029+
},
1030+
"type": "object"
1031+
},
9901032
"GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfig": {
9911033
"description": "The configuration for routing the request to a specific model.",
9921034
"id": "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfig",

0 commit comments

Comments
 (0)