Skip to content

Commit 3a51a3a

Browse files
feat(all): auto-regenerate discovery clients (#3093)
1 parent 65fc9d3 commit 3a51a3a

36 files changed

+24157
-15691
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": "20250323",
154+
"revision": "20250330",
155155
"rootUrl": "https://addressvalidation.googleapis.com/",
156156
"schemas": {
157157
"GoogleGeoTypeViewport": {
@@ -705,7 +705,7 @@
705705
"type": "boolean"
706706
},
707707
"inputGranularity": {
708-
"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 below.",
708+
"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 worse.",
709709
"enum": [
710710
"GRANULARITY_UNSPECIFIED",
711711
"SUB_PREMISE",

addressvalidation/v1/addressvalidation-gen.go

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

aiplatform/v1/aiplatform-api.json

Lines changed: 205 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@
5454
"endpointUrl": "https://asia-south1-aiplatform.googleapis.com/",
5555
"location": "asia-south1"
5656
},
57+
{
58+
"description": "Locational Endpoint",
59+
"endpointUrl": "https://asia-south2-aiplatform.googleapis.com/",
60+
"location": "asia-south2"
61+
},
5762
{
5863
"description": "Locational Endpoint",
5964
"endpointUrl": "https://asia-southeast1-aiplatform.googleapis.com/",
@@ -1073,6 +1078,12 @@
10731078
"name"
10741079
],
10751080
"parameters": {
1081+
"extraLocationTypes": {
1082+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
1083+
"location": "query",
1084+
"repeated": true,
1085+
"type": "string"
1086+
},
10761087
"filter": {
10771088
"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).",
10781089
"location": "query",
@@ -15391,6 +15402,11 @@
1539115402
"name"
1539215403
],
1539315404
"parameters": {
15405+
"force": {
15406+
"description": "Optional. If set to true, child resources of this reasoning engine will also be deleted. Otherwise, the request will fail with FAILED_PRECONDITION error when the reasoning engine has undeleted child resources.",
15407+
"location": "query",
15408+
"type": "boolean"
15409+
},
1539415410
"name": {
1539515411
"description": "Required. The name of the ReasoningEngine resource to be deleted. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`",
1539615412
"location": "path",
@@ -19539,7 +19555,7 @@
1953919555
}
1954019556
}
1954119557
},
19542-
"revision": "20250319",
19558+
"revision": "20250322",
1954319559
"rootUrl": "https://aiplatform.googleapis.com/",
1954419560
"schemas": {
1954519561
"CloudAiLargeModelsVisionGenerateVideoResponse": {
@@ -21931,6 +21947,34 @@
2193121947
},
2193221948
"type": "object"
2193321949
},
21950+
"GoogleCloudAiplatformV1ContentMap": {
21951+
"description": "Map of placeholder in metric prompt template to contents of model input.",
21952+
"id": "GoogleCloudAiplatformV1ContentMap",
21953+
"properties": {
21954+
"values": {
21955+
"additionalProperties": {
21956+
"$ref": "GoogleCloudAiplatformV1ContentMapContents"
21957+
},
21958+
"description": "Optional. Map of placeholder to contents.",
21959+
"type": "object"
21960+
}
21961+
},
21962+
"type": "object"
21963+
},
21964+
"GoogleCloudAiplatformV1ContentMapContents": {
21965+
"description": "Repeated Content type.",
21966+
"id": "GoogleCloudAiplatformV1ContentMapContents",
21967+
"properties": {
21968+
"contents": {
21969+
"description": "Optional. Repeated contents.",
21970+
"items": {
21971+
"$ref": "GoogleCloudAiplatformV1Content"
21972+
},
21973+
"type": "array"
21974+
}
21975+
},
21976+
"type": "object"
21977+
},
2193421978
"GoogleCloudAiplatformV1Context": {
2193521979
"description": "Instance of a general context.",
2193621980
"id": "GoogleCloudAiplatformV1Context",
@@ -22730,6 +22774,29 @@
2273022774
},
2273122775
"type": "object"
2273222776
},
22777+
"GoogleCloudAiplatformV1CustomOutput": {
22778+
"description": "Spec for custom output.",
22779+
"id": "GoogleCloudAiplatformV1CustomOutput",
22780+
"properties": {
22781+
"rawOutputs": {
22782+
"$ref": "GoogleCloudAiplatformV1RawOutput",
22783+
"description": "Output only. List of raw output strings.",
22784+
"readOnly": true
22785+
}
22786+
},
22787+
"type": "object"
22788+
},
22789+
"GoogleCloudAiplatformV1CustomOutputFormatConfig": {
22790+
"description": "Spec for custom output format configuration.",
22791+
"id": "GoogleCloudAiplatformV1CustomOutputFormatConfig",
22792+
"properties": {
22793+
"returnRawOutput": {
22794+
"description": "Optional. Whether to return raw output.",
22795+
"type": "boolean"
22796+
}
22797+
},
22798+
"type": "object"
22799+
},
2273322800
"GoogleCloudAiplatformV1DataItem": {
2273422801
"description": "A piece of data in a Dataset. Could be an image, a video, a document or plain text.",
2273522802
"id": "GoogleCloudAiplatformV1DataItem",
@@ -23778,7 +23845,7 @@
2377823845
"type": "string"
2377923846
},
2378023847
"dedicatedEndpointDns": {
23781-
"description": "Output only. DNS of the dedicated endpoint. Will only be populated if dedicated_endpoint_enabled is true. Format: `https://{endpoint_id}.{region}-{project_number}.prediction.vertexai.goog`.",
23848+
"description": "Output only. DNS of the dedicated endpoint. Will only be populated if dedicated_endpoint_enabled is true. Depending on the features enabled, uid might be a random number or a string. For example, if fast_tryout is enabled, uid will be fasttryout. Format: `https://{endpoint_id}.{region}-{uid}.prediction.vertexai.goog`.",
2378223849
"readOnly": true,
2378323850
"type": "string"
2378423851
},
@@ -24030,7 +24097,7 @@
2403024097
"properties": {
2403124098
"autoraterConfig": {
2403224099
"$ref": "GoogleCloudAiplatformV1AutoraterConfig",
24033-
"description": "Optional. Autorater config used for evaluation."
24100+
"description": "Optional. Autorater config used for evaluation. Currently only publisher Gemini models are supported. Format: `projects/{PROJECT}/locations/{LOCATION}/publishers/google/models/{MODEL}.`"
2403424101
},
2403524102
"dataset": {
2403624103
"$ref": "GoogleCloudAiplatformV1EvaluationDataset",
@@ -24126,6 +24193,10 @@
2412624193
"$ref": "GoogleCloudAiplatformV1RougeInput",
2412724194
"description": "Instances and metric spec for rouge metric."
2412824195
},
24196+
"rubricBasedInstructionFollowingInput": {
24197+
"$ref": "GoogleCloudAiplatformV1RubricBasedInstructionFollowingInput",
24198+
"description": "Rubric Based Instruction Following metric."
24199+
},
2412924200
"safetyInput": {
2413024201
"$ref": "GoogleCloudAiplatformV1SafetyInput",
2413124202
"description": "Input for safety metric."
@@ -24257,6 +24328,10 @@
2425724328
"$ref": "GoogleCloudAiplatformV1RougeResults",
2425824329
"description": "Results for rouge metric."
2425924330
},
24331+
"rubricBasedInstructionFollowingResult": {
24332+
"$ref": "GoogleCloudAiplatformV1RubricBasedInstructionFollowingResult",
24333+
"description": "Result for rubric based instruction following metric."
24334+
},
2426024335
"safetyResult": {
2426124336
"$ref": "GoogleCloudAiplatformV1SafetyResult",
2426224337
"description": "Result for safety metric."
@@ -24405,7 +24480,7 @@
2440524480
},
2440624481
"gcsSource": {
2440724482
"$ref": "GoogleCloudAiplatformV1GcsSource",
24408-
"description": "Cloud storage source holds the dataset."
24483+
"description": "Cloud storage source holds the dataset. Currently only one Cloud Storage file path is supported."
2440924484
}
2441024485
},
2441124486
"type": "object"
@@ -27361,6 +27436,21 @@
2736127436
"description": "Total token count for prompt, response candidates, and tool-use prompts (if present).",
2736227437
"format": "int32",
2736327438
"type": "integer"
27439+
},
27440+
"trafficType": {
27441+
"description": "Output only. Traffic type. This shows whether a request consumes Pay-As-You-Go or Provisioned Throughput quota.",
27442+
"enum": [
27443+
"TRAFFIC_TYPE_UNSPECIFIED",
27444+
"ON_DEMAND",
27445+
"PROVISIONED_THROUGHPUT"
27446+
],
27447+
"enumDescriptions": [
27448+
"Unspecified request traffic type.",
27449+
"Type for Pay-As-You-Go traffic.",
27450+
"Type for Provisioned Throughput traffic."
27451+
],
27452+
"readOnly": true,
27453+
"type": "string"
2736427454
}
2736527455
},
2736627456
"type": "object"
@@ -33067,6 +33157,10 @@
3306733157
"description": "Pairwise metric instance. Usually one instance corresponds to one row in an evaluation dataset.",
3306833158
"id": "GoogleCloudAiplatformV1PairwiseMetricInstance",
3306933159
"properties": {
33160+
"contentMapInstance": {
33161+
"$ref": "GoogleCloudAiplatformV1ContentMap",
33162+
"description": "Key-value contents for the mutlimodality input, including text, image, video, audio, and pdf, etc. The key is placeholder in metric prompt template, and the value is the multimodal content."
33163+
},
3307033164
"jsonInstance": {
3307133165
"description": "Instance specified as a json string. String key-value pairs are expected in the json_instance to render PairwiseMetricSpec.instance_prompt_template.",
3307233166
"type": "string"
@@ -33078,6 +33172,11 @@
3307833172
"description": "Spec for pairwise metric result.",
3307933173
"id": "GoogleCloudAiplatformV1PairwiseMetricResult",
3308033174
"properties": {
33175+
"customOutput": {
33176+
"$ref": "GoogleCloudAiplatformV1CustomOutput",
33177+
"description": "Output only. Spec for custom output.",
33178+
"readOnly": true
33179+
},
3308133180
"explanation": {
3308233181
"description": "Output only. Explanation for pairwise metric score.",
3308333182
"readOnly": true,
@@ -33115,6 +33214,10 @@
3311533214
"description": "Optional. The field name of the candidate response.",
3311633215
"type": "string"
3311733216
},
33217+
"customOutputFormatConfig": {
33218+
"$ref": "GoogleCloudAiplatformV1CustomOutputFormatConfig",
33219+
"description": "Optional. CustomOutputFormatConfig allows customization of metric output. When this config is set, the default output is replaced with the raw output string. If a custom format is chosen, the `pairwise_choice` and `explanation` fields in the corresponding metric result will be empty."
33220+
},
3311833221
"metricPromptTemplate": {
3311933222
"description": "Required. Metric prompt template for pairwise metric.",
3312033223
"type": "string"
@@ -33976,6 +34079,10 @@
3397634079
"description": "Pointwise metric instance. Usually one instance corresponds to one row in an evaluation dataset.",
3397734080
"id": "GoogleCloudAiplatformV1PointwiseMetricInstance",
3397834081
"properties": {
34082+
"contentMapInstance": {
34083+
"$ref": "GoogleCloudAiplatformV1ContentMap",
34084+
"description": "Key-value contents for the mutlimodality input, including text, image, video, audio, and pdf, etc. The key is placeholder in metric prompt template, and the value is the multimodal content."
34085+
},
3397934086
"jsonInstance": {
3398034087
"description": "Instance specified as a json string. String key-value pairs are expected in the json_instance to render PointwiseMetricSpec.instance_prompt_template.",
3398134088
"type": "string"
@@ -33987,6 +34094,11 @@
3398734094
"description": "Spec for pointwise metric result.",
3398834095
"id": "GoogleCloudAiplatformV1PointwiseMetricResult",
3398934096
"properties": {
34097+
"customOutput": {
34098+
"$ref": "GoogleCloudAiplatformV1CustomOutput",
34099+
"description": "Output only. Spec for custom output.",
34100+
"readOnly": true
34101+
},
3399034102
"explanation": {
3399134103
"description": "Output only. Explanation for pointwise metric score.",
3399234104
"readOnly": true,
@@ -34005,6 +34117,10 @@
3400534117
"description": "Spec for pointwise metric.",
3400634118
"id": "GoogleCloudAiplatformV1PointwiseMetricSpec",
3400734119
"properties": {
34120+
"customOutputFormatConfig": {
34121+
"$ref": "GoogleCloudAiplatformV1CustomOutputFormatConfig",
34122+
"description": "Optional. CustomOutputFormatConfig allows customization of metric output. By default, metrics return a score and explanation. When this config is set, the default output is replaced with either: - The raw output string. - A parsed output based on a user-defined schema. If a custom format is chosen, the `score` and `explanation` fields in the corresponding metric result will be empty."
34123+
},
3400834124
"metricPromptTemplate": {
3400934125
"description": "Required. Metric prompt template for pointwise metric.",
3401034126
"type": "string"
@@ -35749,6 +35865,21 @@
3574935865
},
3575035866
"type": "object"
3575135867
},
35868+
"GoogleCloudAiplatformV1RawOutput": {
35869+
"description": "Raw output.",
35870+
"id": "GoogleCloudAiplatformV1RawOutput",
35871+
"properties": {
35872+
"rawOutput": {
35873+
"description": "Output only. Raw output string.",
35874+
"items": {
35875+
"type": "string"
35876+
},
35877+
"readOnly": true,
35878+
"type": "array"
35879+
}
35880+
},
35881+
"type": "object"
35882+
},
3575235883
"GoogleCloudAiplatformV1RawPredictRequest": {
3575335884
"description": "Request message for PredictionService.RawPredict.",
3575435885
"id": "GoogleCloudAiplatformV1RawPredictRequest",
@@ -36561,6 +36692,76 @@
3656136692
},
3656236693
"type": "object"
3656336694
},
36695+
"GoogleCloudAiplatformV1RubricBasedInstructionFollowingInput": {
36696+
"description": "Instance and metric spec for RubricBasedInstructionFollowing metric.",
36697+
"id": "GoogleCloudAiplatformV1RubricBasedInstructionFollowingInput",
36698+
"properties": {
36699+
"instance": {
36700+
"$ref": "GoogleCloudAiplatformV1RubricBasedInstructionFollowingInstance",
36701+
"description": "Required. Instance for RubricBasedInstructionFollowing metric."
36702+
},
36703+
"metricSpec": {
36704+
"$ref": "GoogleCloudAiplatformV1RubricBasedInstructionFollowingSpec",
36705+
"description": "Required. Spec for RubricBasedInstructionFollowing metric."
36706+
}
36707+
},
36708+
"type": "object"
36709+
},
36710+
"GoogleCloudAiplatformV1RubricBasedInstructionFollowingInstance": {
36711+
"description": "Instance for RubricBasedInstructionFollowing metric - one instance corresponds to one row in an evaluation dataset.",
36712+
"id": "GoogleCloudAiplatformV1RubricBasedInstructionFollowingInstance",
36713+
"properties": {
36714+
"jsonInstance": {
36715+
"description": "Required. Instance specified as a json string. String key-value pairs are expected in the json_instance to render RubricBasedInstructionFollowing prompt templates.",
36716+
"type": "string"
36717+
}
36718+
},
36719+
"type": "object"
36720+
},
36721+
"GoogleCloudAiplatformV1RubricBasedInstructionFollowingResult": {
36722+
"description": "Result for RubricBasedInstructionFollowing metric.",
36723+
"id": "GoogleCloudAiplatformV1RubricBasedInstructionFollowingResult",
36724+
"properties": {
36725+
"rubricCritiqueResults": {
36726+
"description": "Output only. List of per rubric critique results.",
36727+
"items": {
36728+
"$ref": "GoogleCloudAiplatformV1RubricCritiqueResult"
36729+
},
36730+
"readOnly": true,
36731+
"type": "array"
36732+
},
36733+
"score": {
36734+
"description": "Output only. Overall score for the instruction following.",
36735+
"format": "float",
36736+
"readOnly": true,
36737+
"type": "number"
36738+
}
36739+
},
36740+
"type": "object"
36741+
},
36742+
"GoogleCloudAiplatformV1RubricBasedInstructionFollowingSpec": {
36743+
"description": "Spec for RubricBasedInstructionFollowing metric - returns rubrics and verdicts corresponding to rubrics along with overall score.",
36744+
"id": "GoogleCloudAiplatformV1RubricBasedInstructionFollowingSpec",
36745+
"properties": {},
36746+
"type": "object"
36747+
},
36748+
"GoogleCloudAiplatformV1RubricCritiqueResult": {
36749+
"description": "Rubric critique result.",
36750+
"id": "GoogleCloudAiplatformV1RubricCritiqueResult",
36751+
"properties": {
36752+
"rubric": {
36753+
"description": "Output only. Rubric to be evaluated.",
36754+
"readOnly": true,
36755+
"type": "string"
36756+
},
36757+
"verdict": {
36758+
"description": "Output only. Verdict for the rubric - true if the rubric is met, false otherwise.",
36759+
"readOnly": true,
36760+
"type": "boolean"
36761+
}
36762+
},
36763+
"type": "object"
36764+
},
3656436765
"GoogleCloudAiplatformV1SafetyInput": {
3656536766
"description": "Input for safety metric.",
3656636767
"id": "GoogleCloudAiplatformV1SafetyInput",

0 commit comments

Comments
 (0)