Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2431)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Feb 24, 2024
1 parent 548436b commit e635a5e
Show file tree
Hide file tree
Showing 10 changed files with 962 additions and 62 deletions.
423 changes: 415 additions & 8 deletions alloydb/v1beta/alloydb-api.json

Large diffs are not rendered by default.

434 changes: 432 additions & 2 deletions alloydb/v1beta/alloydb-gen.go

Large diffs are not rendered by default.

15 changes: 13 additions & 2 deletions analyticshub/v1/analyticshub-api.json
Expand Up @@ -1022,7 +1022,7 @@
}
}
},
"revision": "20240122",
"revision": "20240219",
"rootUrl": "https://analyticshub.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1167,7 +1167,18 @@
"DcrExchangeConfig": {
"description": "Data Clean Room (DCR), used for privacy-safe and secured data sharing.",
"id": "DcrExchangeConfig",
"properties": {},
"properties": {
"singleLinkedDatasetPerCleanroom": {
"description": "Output only. If True, when subscribing to this DCR, it will create only one linked dataset containing all resources shared within the cleanroom. If False, when subscribing to this DCR, it will create 1 linked dataset per listing. This is not configurable, and by default, all new DCRs will have the restriction set to True.",
"readOnly": true,
"type": "boolean"
},
"singleSelectedResourceSharingRestriction": {
"description": "Output only. If True, this DCR restricts the contributors to sharing only a single resource in a Listing. And no two resources should have the same IDs. So if a contributor adds a view with a conflicting name, the CreateListing API will reject the request. if False, the data contributor can publish an entire dataset (as before). This is not configurable, and by default, all new DCRs will have the restriction set to True.",
"readOnly": true,
"type": "boolean"
}
},
"type": "object"
},
"DefaultExchangeConfig": {
Expand Down
40 changes: 40 additions & 0 deletions analyticshub/v1/analyticshub-gen.go

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

18 changes: 9 additions & 9 deletions chat/v1/chat-api.json
Expand Up @@ -54,7 +54,7 @@
"baseUrl": "https://chat.googleapis.com/",
"batchPath": "batch",
"canonicalName": "Hangouts Chat",
"description": "Enables apps to fetch information and perform actions in Google Chat. Authentication is a prerequisite for using the Google Chat REST API.",
"description": "The Google Chat API lets you build Chat apps to integrate your services with Google Chat and manage Chat resources such as spaces, members, and messages.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/hangouts/chat",
"fullyEncodeReservedExpansion": true,
Expand Down Expand Up @@ -990,7 +990,7 @@
}
}
},
"revision": "20240130",
"revision": "20240220",
"rootUrl": "https://chat.googleapis.com/",
"schemas": {
"ActionParameter": {
Expand Down Expand Up @@ -1393,7 +1393,7 @@
"additionalProperties": {
"$ref": "Inputs"
},
"description": "A map containing the current values of the widgets in a card. The map keys are the string IDs assigned to each widget, and the values represent inputs to the widget. Depending on the input data type, a different object represents each input: For single-value widgets, `StringInput`. For multi-value widgets, an array of `StringInput` objects. For a date-time picker, a `DateTimeInput`. For a date-only picker, a `DateInput`. For a time-only picker, a `TimeInput`. Corresponds with the data entered by a user on a card in a [dialog](https://developers.google.com/chat/how-tos/dialogs).",
"description": "A map containing the values that a user inputs in a widget from a card or dialog. The map keys are the string IDs assigned to each widget, and the values represent inputs to the widget. For details, see [Process information inputted by users](https://developers.google.com/chat/ui/read-form-data).",
"type": "object"
},
"hostApp": {
Expand Down Expand Up @@ -2890,24 +2890,24 @@
"type": "object"
},
"Inputs": {
"description": "Types of data that users can enter on cards or dialogs. To learn how to process information from users, see [Read form data input by users on cards](https://developers.google.com/chat/ui/read-form-data).",
"description": "Types of data that users can [input on cards or dialogs](https://developers.google.com/chat/ui/read-form-data). The input type depends on the type of values that the widget accepts.",
"id": "Inputs",
"properties": {
"dateInput": {
"$ref": "DateInput",
"description": "Date input values."
"description": "Date input values from a [`DateTimePicker`](https://developers.google.com/chat/api/reference/rest/v1/cards#DateTimePicker) widget that only accepts date values."
},
"dateTimeInput": {
"$ref": "DateTimeInput",
"description": "Date and time input values."
"description": "Date and time input values from a [`DateTimePicker`](https://developers.google.com/chat/api/reference/rest/v1/cards#DateTimePicker) widget that accepts both a date and time."
},
"stringInputs": {
"$ref": "StringInputs",
"description": "Input parameter for regular widgets. For single-valued widgets, it is a single value list. For multi-valued widgets, such as checkbox, all the values are presented."
"description": "A list of strings that represent the values that the user inputs in a widget. If the widget only accepts one value, such as a [`TextInput`](https://developers.google.com/chat/api/reference/rest/v1/cards#TextInput) widget, the list contains one string object. If the widget accepts multiple values, such as a [`SelectionInput`](https://developers.google.com/chat/api/reference/rest/v1/cards#selectioninput) widget of checkboxes, the list contains a string object for each value that the user inputs or selects."
},
"timeInput": {
"$ref": "TimeInput",
"description": "Time input values."
"description": "Time input values from a [`DateTimePicker`](https://developers.google.com/chat/api/reference/rest/v1/cards#DateTimePicker) widget that only accepts time values."
}
},
"type": "object"
Expand Down Expand Up @@ -3645,7 +3645,7 @@
"id": "StringInputs",
"properties": {
"value": {
"description": "An array of strings entered by the user.",
"description": "An list of strings entered by the user.",
"items": {
"type": "string"
},
Expand Down
47 changes: 27 additions & 20 deletions chat/v1/chat-gen.go

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

Expand Up @@ -435,7 +435,7 @@
}
}
},
"revision": "20240201",
"revision": "20240222",
"rootUrl": "https://paymentsresellersubscription.googleapis.com/",
"schemas": {
"GoogleCloudPaymentsResellerSubscriptionV1Amount": {
Expand Down Expand Up @@ -793,8 +793,7 @@
"description": "Optional. Details for a subscription line item with finite billing cycles. If unset, the line item will be charged indefinitely."
},
"name": {
"description": "Output only. Response only. Resource name of the product. It will have the format of \"partners/{partner_id}/products/{product_id}\"",
"readOnly": true,
"description": "Identifier. Response only. Resource name of the product. It will have the format of \"partners/{partner_id}/products/{product_id}\"",
"type": "string"
},
"priceConfigs": {
Expand Down Expand Up @@ -914,8 +913,7 @@
"description": "Optional. Specifies the introductory pricing details when the promotion_type is PROMOTION_TYPE_INTRODUCTORY_PRICING."
},
"name": {
"description": "Output only. Response only. Resource name of the subscription promotion. It will have the format of \"partners/{partner_id}/promotion/{promotion_id}\"",
"readOnly": true,
"description": "Identifier. Response only. Resource name of the subscription promotion. It will have the format of \"partners/{partner_id}/promotion/{promotion_id}\"",
"type": "string"
},
"promotionType": {
Expand Down Expand Up @@ -962,10 +960,11 @@
"id": "GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetails",
"properties": {
"introductoryPricingSpecs": {
"description": "Specifies the introductory pricing periods.",
"description": "Output only. Specifies the introductory pricing periods.",
"items": {
"$ref": "GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetailsIntroductoryPricingSpec"
},
"readOnly": true,
"type": "array"
}
},
Expand Down Expand Up @@ -1057,7 +1056,7 @@
"type": "array"
},
"name": {
"description": "Optional. Resource name of the subscription. It will have the format of \"partners/{partner_id}/subscriptions/{subscription_id}\". This is available for authorizeAddon, but otherwise is response only.",
"description": "Identifier. Resource name of the subscription. It will have the format of \"partners/{partner_id}/subscriptions/{subscription_id}\". This is available for authorizeAddon, but otherwise is response only.",
"type": "string"
},
"partnerUserToken": {
Expand Down Expand Up @@ -1156,7 +1155,7 @@
"id": "GoogleCloudPaymentsResellerSubscriptionV1SubscriptionCancellationDetails",
"properties": {
"reason": {
"description": "The reason of the cancellation.",
"description": "Output only. The reason of the cancellation.",
"enum": [
"CANCELLATION_REASON_UNSPECIFIED",
"CANCELLATION_REASON_FRAUD",
Expand All @@ -1183,6 +1182,7 @@
"Used for notification only, do not use in Cancel API. The subscription is cancelled by Google automatically since it is no longer valid.",
"Other reason."
],
"readOnly": true,
"type": "string"
}
},
Expand Down Expand Up @@ -1310,7 +1310,8 @@
"properties": {
"servicePeriod": {
"$ref": "GoogleCloudPaymentsResellerSubscriptionV1ServicePeriod",
"description": "The service period of the ONE_TIME line item."
"description": "Output only. The service period of the ONE_TIME line item.",
"readOnly": true
}
},
"type": "object"
Expand Down Expand Up @@ -1477,10 +1478,11 @@
"id": "SubscriptionLineItemBundleDetails",
"properties": {
"bundleElementDetails": {
"description": "The details for each element in the hard bundle.",
"description": "Output only. The details for each element in the hard bundle.",
"items": {
"$ref": "GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemBundleDetailsBundleElementDetails"
},
"readOnly": true,
"type": "array"
}
},
Expand Down

0 comments on commit e635a5e

Please sign in to comment.