Skip to content

Commit cff2ae6

Browse files
feat(all): auto-regenerate discovery clients (#3352)
1 parent 470f33c commit cff2ae6

26 files changed

+8673
-3323
lines changed

‎analyticshub/v1/analyticshub-api.json‎

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,7 @@
12471247
}
12481248
}
12491249
},
1250-
"revision": "20250901",
1250+
"revision": "20251020",
12511251
"rootUrl": "https://analyticshub.googleapis.com/",
12521252
"schemas": {
12531253
"ApproveQueryTemplateRequest": {
@@ -1837,6 +1837,13 @@
18371837
"retryPolicy": {
18381838
"$ref": "RetryPolicy",
18391839
"description": "Optional. A policy that specifies how Pub/Sub retries message delivery for this subscription. If not set, the default retry policy is applied. This generally implies that messages will be retried as soon as possible for healthy subscribers. RetryPolicy will be triggered on NACKs or acknowledgement deadline exceeded events for a given message."
1840+
},
1841+
"tags": {
1842+
"additionalProperties": {
1843+
"type": "string"
1844+
},
1845+
"description": "Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
1846+
"type": "object"
18401847
}
18411848
},
18421849
"type": "object"
@@ -2147,6 +2154,10 @@
21472154
],
21482155
"readOnly": true,
21492156
"type": "string"
2157+
},
2158+
"storedProcedureConfig": {
2159+
"$ref": "StoredProcedureConfig",
2160+
"description": "Optional. If set, stored procedure configuration will be propagated and enforced on the linked dataset."
21502161
}
21512162
},
21522163
"type": "object"
@@ -2669,6 +2680,33 @@
26692680
},
26702681
"type": "object"
26712682
},
2683+
"StoredProcedureConfig": {
2684+
"description": "Stored procedure configuration, used to configure stored procedure sharing on linked dataset.",
2685+
"id": "StoredProcedureConfig",
2686+
"properties": {
2687+
"allowedStoredProcedureTypes": {
2688+
"description": "Output only. Types of stored procedure supported to share.",
2689+
"items": {
2690+
"enum": [
2691+
"STORED_PROCEDURE_TYPE_UNSPECIFIED",
2692+
"SQL_PROCEDURE"
2693+
],
2694+
"enumDescriptions": [
2695+
"Default value. This value is unused.",
2696+
"SQL stored procedure."
2697+
],
2698+
"type": "string"
2699+
},
2700+
"readOnly": true,
2701+
"type": "array"
2702+
},
2703+
"enabled": {
2704+
"description": "Optional. If true, enable sharing of stored procedure.",
2705+
"type": "boolean"
2706+
}
2707+
},
2708+
"type": "object"
2709+
},
26722710
"SubmitQueryTemplateRequest": {
26732711
"description": "Message for submitting a QueryTemplate.",
26742712
"id": "SubmitQueryTemplateRequest",

‎analyticshub/v1/analyticshub-gen.go‎

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

‎bigquerydatatransfer/v1/bigquerydatatransfer-api.json‎

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1488,7 +1488,7 @@
14881488
}
14891489
}
14901490
},
1491-
"revision": "20250906",
1491+
"revision": "20251020",
14921492
"rootUrl": "https://bigquerydatatransfer.googleapis.com/",
14931493
"schemas": {
14941494
"CheckValidCredsRequest": {
@@ -2134,6 +2134,20 @@
21342134
"description": "Output only. Error code with detailed information about reason of the latest config failure.",
21352135
"readOnly": true
21362136
},
2137+
"managedTableType": {
2138+
"description": "The classification of the destination table.",
2139+
"enum": [
2140+
"MANAGED_TABLE_TYPE_UNSPECIFIED",
2141+
"NATIVE",
2142+
"BIGLAKE"
2143+
],
2144+
"enumDescriptions": [
2145+
"Type unspecified. This defaults to `NATIVE` table.",
2146+
"The managed table is a native BigQuery table. This is the default value.",
2147+
"The managed table is a BigQuery table for Apache Iceberg (formerly BigLake managed tables), with a BigLake configuration."
2148+
],
2149+
"type": "string"
2150+
},
21372151
"name": {
21382152
"description": "Identifier. The resource name of the transfer config. Transfer config names have the form either `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or `projects/{project_id}/transferConfigs/{config_id}`, where `config_id` is usually a UUID, even though it is not guaranteed or required. The name is ignored when creating a transfer config.",
21392153
"type": "string"

‎bigquerydatatransfer/v1/bigquerydatatransfer-gen.go‎

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

0 commit comments

Comments
 (0)