Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 19 additions & 6 deletions analyticshub/v1/analyticshub-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@
}
}
},
"revision": "20250203",
"revision": "20250217",
"rootUrl": "https://analyticshub.googleapis.com/",
"schemas": {
"AnalyticsHubSubscriptionInfo": {
Expand Down Expand Up @@ -1229,7 +1229,7 @@
"type": "string"
},
"maxDuration": {
"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.",
"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.",
"format": "google-duration",
"type": "string"
},
Expand Down Expand Up @@ -1311,6 +1311,10 @@
"readOnly": true,
"type": "integer"
},
"logLinkedDatasetQueryUserEmail": {
"description": "Optional. By default, false. If true, the DataExchange has an email sharing mandate enabled.",
"type": "boolean"
},
"name": {
"description": "Output only. The resource name of the data exchange. e.g. `projects/myproject/locations/US/dataExchanges/123`.",
"readOnly": true,
Expand Down Expand Up @@ -1368,7 +1372,7 @@
"type": "string"
},
"maxDeliveryAttempts": {
"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.",
"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.",
"format": "int32",
"type": "integer"
}
Expand Down Expand Up @@ -1593,7 +1597,7 @@
"type": "boolean"
},
"enableExactlyOnceDelivery": {
"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.",
"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.",
"type": "boolean"
},
"enableMessageOrdering": {
Expand Down Expand Up @@ -1641,7 +1645,7 @@
},
"retryPolicy": {
"$ref": "RetryPolicy",
"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."
"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."
},
"state": {
"description": "Output only. An output-only field indicating whether or not the subscription can receive messages.",
Expand Down Expand Up @@ -1893,6 +1897,10 @@
"format": "byte",
"type": "string"
},
"logLinkedDatasetQueryUserEmail": {
"description": "Optional. By default, false. If true, the Listing has an email sharing mandate enabled.",
"type": "boolean"
},
"name": {
"description": "Output only. The resource name of the listing. e.g. `projects/myproject/locations/US/dataExchanges/123/listings/456`",
"readOnly": true,
Expand Down Expand Up @@ -2226,7 +2234,7 @@
"type": "object"
},
"RetryPolicy": {
"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.",
"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.",
"id": "RetryPolicy",
"properties": {
"maximumBackoff": {
Expand Down Expand Up @@ -2434,6 +2442,11 @@
"readOnly": true,
"type": "string"
},
"logLinkedDatasetQueryUserEmail": {
"description": "Output only. By default, false. If true, the Subscriber agreed to the email sharing mandate that is enabled for DataExchange/Listing.",
"readOnly": true,
"type": "boolean"
},
"name": {
"description": "Output only. The resource name of the subscription. e.g. `projects/myproject/locations/US/subscriptions/123`.",
"readOnly": true,
Expand Down
20 changes: 15 additions & 5 deletions analyticshub/v1/analyticshub-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion analyticshub/v1beta1/analyticshub-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@
}
}
},
"revision": "20250126",
"revision": "20250217",
"rootUrl": "https://analyticshub.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1357,6 +1357,11 @@
"readOnly": true,
"type": "string"
},
"logLinkedDatasetQueryUserEmail": {
"description": "Output only. By default, false. If true, the Subscriber agreed to the email sharing mandate that is enabled for DataExchange/Listing.",
"readOnly": true,
"type": "boolean"
},
"name": {
"description": "Output only. The resource name of the subscription. e.g. `projects/myproject/locations/US/subscriptions/123`.",
"readOnly": true,
Expand Down
4 changes: 4 additions & 0 deletions analyticshub/v1beta1/analyticshub-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions connectors/v1/connectors-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2560,7 +2560,7 @@
}
}
},
"revision": "20250205",
"revision": "20250218",
"rootUrl": "https://connectors.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -5569,6 +5569,14 @@
"description": "JsonSchema representation of schema metadata",
"id": "JsonSchema",
"properties": {
"additionalDetails": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"description": "Additional details apart from standard json schema fields, this gives flexibility to store metadata about the schema",
"type": "object"
},
"default": {
"description": "The default value of the field or object described by this schema.",
"type": "any"
Expand Down Expand Up @@ -7298,7 +7306,7 @@
"type": "string"
},
"principal": {
"description": "Optional. Prinicipal/Identity for whom the role need to assigned.",
"description": "Optional. Principal/Identity for whom the role need to assigned.",
"enum": [
"PRINCIPAL_UNSPECIFIED",
"CONNECTOR_SA"
Expand Down Expand Up @@ -7710,7 +7718,7 @@
"id": "Source",
"properties": {
"fieldId": {
"description": "Field identifier. For example config vaiable name.",
"description": "Field identifier. For example config variable name.",
"type": "string"
},
"sourceType": {
Expand Down
19 changes: 11 additions & 8 deletions connectors/v1/connectors-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading