Skip to content

Commit e7cf469

Browse files
feat(all): auto-regenerate discovery clients (#3446)
1 parent ff4f52b commit e7cf469

40 files changed

Lines changed: 2948 additions & 2231 deletions

analyticshub/v1/analyticshub-api.json

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1247,9 +1247,28 @@
12471247
}
12481248
}
12491249
},
1250-
"revision": "20251208",
1250+
"revision": "20260111",
12511251
"rootUrl": "https://analyticshub.googleapis.com/",
12521252
"schemas": {
1253+
"AIInference": {
1254+
"description": "Configuration for making inference requests against Vertex AI models.",
1255+
"id": "AIInference",
1256+
"properties": {
1257+
"endpoint": {
1258+
"description": "Required. An endpoint to a Vertex AI model of the form `projects/{project}/locations/{location}/endpoints/{endpoint}` or `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}`. Vertex AI API requests will be sent to this endpoint.",
1259+
"type": "string"
1260+
},
1261+
"serviceAccountEmail": {
1262+
"description": "Optional. The service account to use to make prediction requests against endpoints. The resource creator or updater that specifies this field must have `iam.serviceAccounts.actAs` permission on the service account. If not specified, the Pub/Sub [service agent]({$universe.dns_names.final_documentation_domain}/iam/docs/service-agents), service-{project_number}@gcp-sa-pubsub.iam.gserviceaccount.com, is used.",
1263+
"type": "string"
1264+
},
1265+
"unstructuredInference": {
1266+
"$ref": "UnstructuredInference",
1267+
"description": "Optional. Requests and responses can be any arbitrary JSON object."
1268+
}
1269+
},
1270+
"type": "object"
1271+
},
12531272
"ApproveQueryTemplateRequest": {
12541273
"description": "Message for approving a QueryTemplate.",
12551274
"id": "ApproveQueryTemplateRequest",
@@ -2166,6 +2185,10 @@
21662185
"description": "All supported message transforms types.",
21672186
"id": "MessageTransform",
21682187
"properties": {
2188+
"aiInference": {
2189+
"$ref": "AIInference",
2190+
"description": "Optional. AI Inference."
2191+
},
21692192
"disabled": {
21702193
"description": "Optional. If true, the transform is disabled and will not be applied to messages. Defaults to `false`.",
21712194
"type": "boolean"
@@ -2917,6 +2940,21 @@
29172940
"id": "TextConfig",
29182941
"properties": {},
29192942
"type": "object"
2943+
},
2944+
"UnstructuredInference": {
2945+
"description": "Configuration for making inferences using arbitrary JSON payloads.",
2946+
"id": "UnstructuredInference",
2947+
"properties": {
2948+
"parameters": {
2949+
"additionalProperties": {
2950+
"description": "Properties of the object.",
2951+
"type": "any"
2952+
},
2953+
"description": "Optional. A parameters object to be included in each inference request. The parameters object is combined with the data field of the Pub/Sub message to form the inference request.",
2954+
"type": "object"
2955+
}
2956+
},
2957+
"type": "object"
29202958
}
29212959
},
29222960
"servicePath": "",

analyticshub/v1/analyticshub-gen.go

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

androidmanagement/v1/androidmanagement-api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@
370370
"This value is ignored.",
371371
"Preserve the factory reset protection data on the device.",
372372
"Additionally wipe the device's external storage (such as SD cards).",
373-
"For company-owned devices, this removes all eSIMs from the device when the device is wiped. In personally-owned devices, this will remove managed eSIMs (eSIMs which are added via the ADD_ESIM command) on the devices and no personally owned eSIMs will be removed."
373+
"For company-owned devices, this removes all eSIMs from the device when the device is wiped. In personally-owned devices, this will remove managed eSIMs (eSIMs which are added via the ADD_ESIM command) on the devices and no personally owned eSIMs will be removed. For devices running on Android 16 or higher, managed eSIMs are always wiped when work profile is removed for personally-owned devices, whether this flag is provided or not."
374374
],
375375
"location": "query",
376376
"repeated": true,
@@ -1265,7 +1265,7 @@
12651265
}
12661266
}
12671267
},
1268-
"revision": "20260113",
1268+
"revision": "20260119",
12691269
"rootUrl": "https://androidmanagement.googleapis.com/",
12701270
"schemas": {
12711271
"AdbShellCommandEvent": {
@@ -6685,7 +6685,7 @@
66856685
],
66866686
"enumDescriptions": [
66876687
"This value must not be used.",
6688-
"For company-owned devices, setting this in wipeDataFlags will remove all eSIMs on the device when wipe is triggered due to any reason. On personally-owned devices, this will remove only managed eSIMs on the device. (eSIMs which are added via the ADD_ESIM command). This is supported on devices running Android 15 and above. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 15."
6688+
"For company-owned devices, setting this in wipeDataFlags will remove all eSIMs on the device when wipe is triggered due to any reason. On personally-owned devices, this will remove only managed eSIMs on the device (eSIMs which are added via the ADD_ESIM command). This is supported on devices running Android 15 and above. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 15. For devices running on Android 16 or higher, managed eSIMs are always wiped when work profile is removed for personally-owned devices, whether this flag is provided or not."
66896689
],
66906690
"type": "string"
66916691
},
@@ -8198,7 +8198,7 @@
81988198
"This value is ignored.",
81998199
"Preserve the factory reset protection data on the device.",
82008200
"Additionally wipe the device's external storage (such as SD cards).",
8201-
"For company-owned devices, this removes all eSIMs from the device when the device is wiped. In personally-owned devices, this will remove managed eSIMs (eSIMs which are added via the ADD_ESIM command) on the devices and no personally owned eSIMs will be removed."
8201+
"For company-owned devices, this removes all eSIMs from the device when the device is wiped. In personally-owned devices, this will remove managed eSIMs (eSIMs which are added via the ADD_ESIM command) on the devices and no personally owned eSIMs will be removed. For devices running on Android 16 or higher, managed eSIMs are always wiped when work profile is removed for personally-owned devices, whether this flag is provided or not."
82028202
],
82038203
"type": "string"
82048204
},

androidmanagement/v1/androidmanagement-gen.go

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

androidpublisher/v3/androidpublisher-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5555,7 +5555,7 @@
55555555
}
55565556
}
55575557
},
5558-
"revision": "20260105",
5558+
"revision": "20260119",
55595559
"rootUrl": "https://androidpublisher.googleapis.com/",
55605560
"schemas": {
55615561
"Abi": {
@@ -8749,7 +8749,7 @@
87498749
"properties": {
87508750
"listingPrice": {
87518751
"$ref": "Money",
8752-
"description": "Item's listed price on Play Store, this may or may not include tax. Excludes any discounts or promotions."
8752+
"description": "Item's listed price on Play Store, this may or may not include tax. Excludes Google-funded discounts only."
87538753
},
87548754
"oneTimePurchaseDetails": {
87558755
"$ref": "OneTimePurchaseDetails",

androidpublisher/v3/androidpublisher-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.

artifactregistry/v1/artifactregistry-api.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2493,7 +2493,7 @@
24932493
}
24942494
}
24952495
},
2496-
"revision": "20251201",
2496+
"revision": "20260102",
24972497
"rootUrl": "https://artifactregistry.googleapis.com/",
24982498
"schemas": {
24992499
"AptArtifact": {
@@ -4757,6 +4757,14 @@
47574757
"description": "Optional. Description of the version, as specified in its metadata.",
47584758
"type": "string"
47594759
},
4760+
"fingerprints": {
4761+
"description": "Output only. Immutable reference for the version, calculated based on the version's content. Currently we only support dirsum_sha256 hash algorithm. Additional hash algorithms may be added in the future.",
4762+
"items": {
4763+
"$ref": "Hash"
4764+
},
4765+
"readOnly": true,
4766+
"type": "array"
4767+
},
47604768
"metadata": {
47614769
"additionalProperties": {
47624770
"description": "Properties of the object.",

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

baremetalsolution/v2/baremetalsolution-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
],
144144
"parameters": {
145145
"extraLocationTypes": {
146-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
146+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
147147
"location": "query",
148148
"repeated": true,
149149
"type": "string"
@@ -1728,7 +1728,7 @@
17281728
}
17291729
}
17301730
},
1731-
"revision": "20251008",
1731+
"revision": "20260112",
17321732
"rootUrl": "https://baremetalsolution.googleapis.com/",
17331733
"schemas": {
17341734
"AllowedClient": {

baremetalsolution/v2/baremetalsolution-gen.go

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

0 commit comments

Comments
 (0)