Skip to content

Commit a34f3f4

Browse files
feat(all): auto-regenerate discovery clients (#3013)
1 parent c454338 commit a34f3f4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+21842
-12328
lines changed

accessapproval/v1/accessapproval-api.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@
913913
}
914914
}
915915
},
916-
"revision": "20240820",
916+
"revision": "20250206",
917917
"rootUrl": "https://accessapproval.googleapis.com/",
918918
"schemas": {
919919
"AccessApprovalServiceAccount": {
@@ -1294,7 +1294,9 @@
12941294
"HMAC_SHA384",
12951295
"HMAC_SHA512",
12961296
"HMAC_SHA224",
1297-
"EXTERNAL_SYMMETRIC_ENCRYPTION"
1297+
"EXTERNAL_SYMMETRIC_ENCRYPTION",
1298+
"PQ_SIGN_ML_DSA_65",
1299+
"PQ_SIGN_SLH_DSA_SHA2_128S"
12981300
],
12991301
"enumDescriptions": [
13001302
"Not specified.",
@@ -1332,7 +1334,9 @@
13321334
"HMAC-SHA384 signing with a 384 bit key.",
13331335
"HMAC-SHA512 signing with a 512 bit key.",
13341336
"HMAC-SHA224 signing with a 224 bit key.",
1335-
"Algorithm representing symmetric encryption by an external key manager."
1337+
"Algorithm representing symmetric encryption by an external key manager.",
1338+
"The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 3. Randomized version.",
1339+
"The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized version."
13361340
],
13371341
"type": "string"
13381342
},

accessapproval/v1/accessapproval-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.

aiplatform/v1/aiplatform-api.json

Lines changed: 63 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4900,7 +4900,7 @@
49004900
"type": "string"
49014901
},
49024902
"updateMask": {
4903-
"description": "Field mask is used to specify the fields to be overwritten in the FeatureGroup resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` * `description` * `big_query` * `big_query.entity_id_columns`",
4903+
"description": "Field mask is used to specify the fields to be overwritten in the FeatureGroup resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` * `description` * `big_query` * `big_query.entity_id_columns` * `service_agent_type`",
49044904
"format": "google-fieldmask",
49054905
"location": "query",
49064906
"type": "string"
@@ -19421,7 +19421,7 @@
1942119421
}
1942219422
}
1942319423
},
19424-
"revision": "20250131",
19424+
"revision": "20250205",
1942519425
"rootUrl": "https://aiplatform.googleapis.com/",
1942619426
"schemas": {
1942719427
"CloudAiLargeModelsVisionGenerateVideoResponse": {
@@ -20273,6 +20273,26 @@
2027320273
},
2027420274
"type": "object"
2027520275
},
20276+
"GoogleCloudAiplatformV1AutoraterConfig": {
20277+
"description": "The configs for autorater. This is applicable to both EvaluateInstances and EvaluateDataset.",
20278+
"id": "GoogleCloudAiplatformV1AutoraterConfig",
20279+
"properties": {
20280+
"autoraterModel": {
20281+
"description": "Optional. The fully qualified name of the publisher model or tuned autorater endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}`",
20282+
"type": "string"
20283+
},
20284+
"flipEnabled": {
20285+
"description": "Optional. Whether to flip the candidate and baseline responses. This is only applicable to the pairwise metric. If enabled, also provide PairwiseMetricSpec.candidate_response_field_name and PairwiseMetricSpec.baseline_response_field_name. When rendering PairwiseMetricSpec.metric_prompt_template, the candidate and baseline fields will be flipped for half of the samples to reduce bias.",
20286+
"type": "boolean"
20287+
},
20288+
"samplingCount": {
20289+
"description": "Optional. Number of samples for each instance in the dataset. If not specified, the default is 4. Minimum value is 1, maximum value is 32.",
20290+
"format": "int32",
20291+
"type": "integer"
20292+
}
20293+
},
20294+
"type": "object"
20295+
},
2027620296
"GoogleCloudAiplatformV1AutoscalingMetricSpec": {
2027720297
"description": "The metric specification that defines the target resource utilization (CPU utilization, accelerator's duty cycle, and so on) for calculating the desired replica count.",
2027820298
"id": "GoogleCloudAiplatformV1AutoscalingMetricSpec",
@@ -23855,6 +23875,10 @@
2385523875
"description": "Request message for EvaluationService.EvaluateInstances.",
2385623876
"id": "GoogleCloudAiplatformV1EvaluateInstancesRequest",
2385723877
"properties": {
23878+
"autoraterConfig": {
23879+
"$ref": "GoogleCloudAiplatformV1AutoraterConfig",
23880+
"description": "Optional. Autorater config used for evaluation."
23881+
},
2385823882
"bleuInput": {
2385923883
"$ref": "GoogleCloudAiplatformV1BleuInput",
2386023884
"description": "Instances and metric spec for bleu metric."
@@ -29594,6 +29618,11 @@
2959429618
"description": "Immutable. The type of the machine. See the [list of machine types supported for prediction](https://cloud.google.com/vertex-ai/docs/predictions/configure-compute#machine-types) See the [list of machine types supported for custom training](https://cloud.google.com/vertex-ai/docs/training/configure-compute#machine-types). For DeployedModel this field is optional, and the default value is `n1-standard-2`. For BatchPredictionJob or as part of WorkerPoolSpec this field is required.",
2959529619
"type": "string"
2959629620
},
29621+
"multihostGpuNodeCount": {
29622+
"description": "Optional. Immutable. The number of nodes per replica for multihost GPU deployments.",
29623+
"format": "int32",
29624+
"type": "integer"
29625+
},
2959729626
"reservationAffinity": {
2959829627
"$ref": "GoogleCloudAiplatformV1ReservationAffinity",
2959929628
"description": "Optional. Immutable. Configuration controlling how this resource pool consumes reservation."
@@ -30966,7 +30995,7 @@
3096630995
"type": "array"
3096730996
},
3096830997
"id": {
30969-
"description": "Output only. The ID of the export format. The possible format IDs are: * `tflite` Used for Android mobile devices. * `edgetpu-tflite` Used for [Edge TPU](https://cloud.google.com/edge-tpu/) devices. * `tf-saved-model` A tensorflow model in SavedModel format. * `tf-js` A [TensorFlow.js](https://www.tensorflow.org/js) model that can be used in the browser and in Node.js using JavaScript. * `core-ml` Used for iOS mobile devices. * `custom-trained` A Model that was uploaded or trained by custom code.",
30998+
"description": "Output only. The ID of the export format. The possible format IDs are: * `tflite` Used for Android mobile devices. * `edgetpu-tflite` Used for [Edge TPU](https://cloud.google.com/edge-tpu/) devices. * `tf-saved-model` A tensorflow model in SavedModel format. * `tf-js` A [TensorFlow.js](https://www.tensorflow.org/js) model that can be used in the browser and in Node.js using JavaScript. * `core-ml` Used for iOS mobile devices. * `custom-trained` A Model that was uploaded or trained by custom code. * `genie` A tuned Model Garden model.",
3097030999
"readOnly": true,
3097131000
"type": "string"
3097231001
}
@@ -32701,9 +32730,21 @@
3270132730
"description": "Spec for pairwise metric.",
3270232731
"id": "GoogleCloudAiplatformV1PairwiseMetricSpec",
3270332732
"properties": {
32733+
"baselineResponseFieldName": {
32734+
"description": "Optional. The field name of the baseline response.",
32735+
"type": "string"
32736+
},
32737+
"candidateResponseFieldName": {
32738+
"description": "Optional. The field name of the candidate response.",
32739+
"type": "string"
32740+
},
3270432741
"metricPromptTemplate": {
3270532742
"description": "Required. Metric prompt template for pairwise metric.",
3270632743
"type": "string"
32744+
},
32745+
"systemInstruction": {
32746+
"description": "Optional. System instructions for pairwise metric.",
32747+
"type": "string"
3270732748
}
3270832749
},
3270932750
"type": "object"
@@ -33590,6 +33631,10 @@
3359033631
"metricPromptTemplate": {
3359133632
"description": "Required. Metric prompt template for pointwise metric.",
3359233633
"type": "string"
33634+
},
33635+
"systemInstruction": {
33636+
"description": "Optional. System instructions for pointwise metric.",
33637+
"type": "string"
3359333638
}
3359433639
},
3359533640
"type": "object"
@@ -33865,6 +33910,11 @@
3386533910
"$ref": "GoogleCloudAiplatformV1ProbeExecAction",
3386633911
"description": "ExecAction probes the health of a container by executing a command."
3386733912
},
33913+
"failureThreshold": {
33914+
"description": "Number of consecutive failures before the probe is considered failed. Defaults to 3. Minimum value is 1. Maps to Kubernetes probe argument 'failureThreshold'.",
33915+
"format": "int32",
33916+
"type": "integer"
33917+
},
3386833918
"grpc": {
3386933919
"$ref": "GoogleCloudAiplatformV1ProbeGrpcAction",
3387033920
"description": "GrpcAction probes the health of a container by sending a gRPC request."
@@ -33873,11 +33923,21 @@
3387333923
"$ref": "GoogleCloudAiplatformV1ProbeHttpGetAction",
3387433924
"description": "HttpGetAction probes the health of a container by sending an HTTP GET request."
3387533925
},
33926+
"initialDelaySeconds": {
33927+
"description": "Number of seconds to wait before starting the probe. Defaults to 0. Minimum value is 0. Maps to Kubernetes probe argument 'initialDelaySeconds'.",
33928+
"format": "int32",
33929+
"type": "integer"
33930+
},
3387633931
"periodSeconds": {
3387733932
"description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Must be less than timeout_seconds. Maps to Kubernetes probe argument 'periodSeconds'.",
3387833933
"format": "int32",
3387933934
"type": "integer"
3388033935
},
33936+
"successThreshold": {
33937+
"description": "Number of consecutive successes before the probe is considered successful. Defaults to 1. Minimum value is 1. Maps to Kubernetes probe argument 'successThreshold'.",
33938+
"format": "int32",
33939+
"type": "integer"
33940+
},
3388133941
"tcpSocket": {
3388233942
"$ref": "GoogleCloudAiplatformV1ProbeTcpSocketAction",
3388333943
"description": "TcpSocketAction probes the health of a container by opening a TCP socket connection."

0 commit comments

Comments
 (0)