Skip to content

Commit a606deb

Browse files
feat(all): auto-regenerate discovery clients (#3036)
1 parent a6fb5d5 commit a606deb

12 files changed

+2730
-75
lines changed

analyticshub/v1/analyticshub-api.json

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@
10221022
}
10231023
}
10241024
},
1025-
"revision": "20250203",
1025+
"revision": "20250217",
10261026
"rootUrl": "https://analyticshub.googleapis.com/",
10271027
"schemas": {
10281028
"AnalyticsHubSubscriptionInfo": {
@@ -1229,7 +1229,7 @@
12291229
"type": "string"
12301230
},
12311231
"maxDuration": {
1232-
"description": "Optional. The maximum duration that can elapse before a new Cloud Storage file is created. Min 1 minute, max 10 minutes, default 5 minutes. May not exceed the subscription's acknowledgement deadline.",
1232+
"description": "Optional. The maximum duration that can elapse before a new Cloud Storage file is created. Min 1 minute, max 10 minutes, default 5 minutes. May not exceed the subscription's acknowledgment deadline.",
12331233
"format": "google-duration",
12341234
"type": "string"
12351235
},
@@ -1311,6 +1311,10 @@
13111311
"readOnly": true,
13121312
"type": "integer"
13131313
},
1314+
"logLinkedDatasetQueryUserEmail": {
1315+
"description": "Optional. By default, false. If true, the DataExchange has an email sharing mandate enabled.",
1316+
"type": "boolean"
1317+
},
13141318
"name": {
13151319
"description": "Output only. The resource name of the data exchange. e.g. `projects/myproject/locations/US/dataExchanges/123`.",
13161320
"readOnly": true,
@@ -1368,7 +1372,7 @@
13681372
"type": "string"
13691373
},
13701374
"maxDeliveryAttempts": {
1371-
"description": "Optional. The maximum number of delivery attempts for any message. The value must be between 5 and 100. The number of delivery attempts is defined as 1 + (the sum of number of NACKs and number of times the acknowledgement deadline has been exceeded for the message). A NACK is any call to ModifyAckDeadline with a 0 deadline. Note that client libraries may automatically extend ack_deadlines. This field will be honored on a best effort basis. If this parameter is 0, a default value of 5 is used.",
1375+
"description": "Optional. The maximum number of delivery attempts for any message. The value must be between 5 and 100. The number of delivery attempts is defined as 1 + (the sum of number of NACKs and number of times the acknowledgment deadline has been exceeded for the message). A NACK is any call to ModifyAckDeadline with a 0 deadline. Note that client libraries may automatically extend ack_deadlines. This field will be honored on a best effort basis. If this parameter is 0, a default value of 5 is used.",
13721376
"format": "int32",
13731377
"type": "integer"
13741378
}
@@ -1593,7 +1597,7 @@
15931597
"type": "boolean"
15941598
},
15951599
"enableExactlyOnceDelivery": {
1596-
"description": "Optional. If true, Pub/Sub provides the following guarantees for the delivery of a message with a given value of `message_id` on this subscription: * The message sent to a subscriber is guaranteed not to be resent before the message's acknowledgement deadline expires. * An acknowledged message will not be resent to a subscriber. Note that subscribers may still receive multiple copies of a message when `enable_exactly_once_delivery` is true if the message was published multiple times by a publisher client. These copies are considered distinct by Pub/Sub and have distinct `message_id` values.",
1600+
"description": "Optional. If true, Pub/Sub provides the following guarantees for the delivery of a message with a given value of `message_id` on this subscription: * The message sent to a subscriber is guaranteed not to be resent before the message's acknowledgment deadline expires. * An acknowledged message will not be resent to a subscriber. Note that subscribers may still receive multiple copies of a message when `enable_exactly_once_delivery` is true if the message was published multiple times by a publisher client. These copies are considered distinct by Pub/Sub and have distinct `message_id` values.",
15971601
"type": "boolean"
15981602
},
15991603
"enableMessageOrdering": {
@@ -1641,7 +1645,7 @@
16411645
},
16421646
"retryPolicy": {
16431647
"$ref": "RetryPolicy",
1644-
"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."
1648+
"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 acknowledgment deadline exceeded events for a given message."
16451649
},
16461650
"state": {
16471651
"description": "Output only. An output-only field indicating whether or not the subscription can receive messages.",
@@ -1893,6 +1897,10 @@
18931897
"format": "byte",
18941898
"type": "string"
18951899
},
1900+
"logLinkedDatasetQueryUserEmail": {
1901+
"description": "Optional. By default, false. If true, the Listing has an email sharing mandate enabled.",
1902+
"type": "boolean"
1903+
},
18961904
"name": {
18971905
"description": "Output only. The resource name of the listing. e.g. `projects/myproject/locations/US/dataExchanges/123/listings/456`",
18981906
"readOnly": true,
@@ -2226,7 +2234,7 @@
22262234
"type": "object"
22272235
},
22282236
"RetryPolicy": {
2229-
"description": "A policy that specifies how Pub/Sub retries message delivery. Retry delay will be exponential based on provided minimum and maximum backoffs. https://en.wikipedia.org/wiki/Exponential_backoff. RetryPolicy will be triggered on NACKs or acknowledgement deadline exceeded events for a given message. Retry Policy is implemented on a best effort basis. At times, the delay between consecutive deliveries may not match the configuration. That is, delay can be more or less than configured backoff.",
2237+
"description": "A policy that specifies how Pub/Sub retries message delivery. Retry delay will be exponential based on provided minimum and maximum backoffs. https://en.wikipedia.org/wiki/Exponential_backoff. RetryPolicy will be triggered on NACKs or acknowledgment deadline exceeded events for a given message. Retry Policy is implemented on a best effort basis. At times, the delay between consecutive deliveries may not match the configuration. That is, delay can be more or less than configured backoff.",
22302238
"id": "RetryPolicy",
22312239
"properties": {
22322240
"maximumBackoff": {
@@ -2434,6 +2442,11 @@
24342442
"readOnly": true,
24352443
"type": "string"
24362444
},
2445+
"logLinkedDatasetQueryUserEmail": {
2446+
"description": "Output only. By default, false. If true, the Subscriber agreed to the email sharing mandate that is enabled for DataExchange/Listing.",
2447+
"readOnly": true,
2448+
"type": "boolean"
2449+
},
24372450
"name": {
24382451
"description": "Output only. The resource name of the subscription. e.g. `projects/myproject/locations/US/subscriptions/123`.",
24392452
"readOnly": true,

analyticshub/v1/analyticshub-gen.go

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

analyticshub/v1beta1/analyticshub-api.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@
695695
}
696696
}
697697
},
698-
"revision": "20250126",
698+
"revision": "20250217",
699699
"rootUrl": "https://analyticshub.googleapis.com/",
700700
"schemas": {
701701
"AuditConfig": {
@@ -1357,6 +1357,11 @@
13571357
"readOnly": true,
13581358
"type": "string"
13591359
},
1360+
"logLinkedDatasetQueryUserEmail": {
1361+
"description": "Output only. By default, false. If true, the Subscriber agreed to the email sharing mandate that is enabled for DataExchange/Listing.",
1362+
"readOnly": true,
1363+
"type": "boolean"
1364+
},
13601365
"name": {
13611366
"description": "Output only. The resource name of the subscription. e.g. `projects/myproject/locations/US/subscriptions/123`.",
13621367
"readOnly": true,

analyticshub/v1beta1/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.

connectors/v1/connectors-api.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2560,7 +2560,7 @@
25602560
}
25612561
}
25622562
},
2563-
"revision": "20250205",
2563+
"revision": "20250218",
25642564
"rootUrl": "https://connectors.googleapis.com/",
25652565
"schemas": {
25662566
"AuditConfig": {
@@ -5569,6 +5569,14 @@
55695569
"description": "JsonSchema representation of schema metadata",
55705570
"id": "JsonSchema",
55715571
"properties": {
5572+
"additionalDetails": {
5573+
"additionalProperties": {
5574+
"description": "Properties of the object.",
5575+
"type": "any"
5576+
},
5577+
"description": "Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema",
5578+
"type": "object"
5579+
},
55725580
"default": {
55735581
"description": "The default value of the field or object described by this schema.",
55745582
"type": "any"
@@ -7298,7 +7306,7 @@
72987306
"type": "string"
72997307
},
73007308
"principal": {
7301-
"description": "Optional. Prinicipal/Identity for whom the role need to assigned.",
7309+
"description": "Optional. Principal/Identity for whom the role need to assigned.",
73027310
"enum": [
73037311
"PRINCIPAL_UNSPECIFIED",
73047312
"CONNECTOR_SA"
@@ -7710,7 +7718,7 @@
77107718
"id": "Source",
77117719
"properties": {
77127720
"fieldId": {
7713-
"description": "Field identifier. For example config vaiable name.",
7721+
"description": "Field identifier. For example config variable name.",
77147722
"type": "string"
77157723
},
77167724
"sourceType": {

connectors/v1/connectors-gen.go

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

0 commit comments

Comments
 (0)