You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/analytics_hub/lib/google_api/analytics_hub/v1/api/projects.ex
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -850,6 +850,7 @@ defmodule GoogleApi.AnalyticsHub.V1.Api.Projects do
850
850
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
851
851
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
852
852
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
853
+
* `:deleteCommercial` (*type:* `boolean()`) - Optional. If the listing is commercial then this field must be set to true, otherwise a failure is thrown. This acts as a safety guard to avoid deleting commercial listings accidentally.
853
854
* `opts` (*type:* `keyword()`) - Call options
854
855
855
856
## Returns
@@ -884,7 +885,8 @@ defmodule GoogleApi.AnalyticsHub.V1.Api.Projects do
* `categories` (*type:* `list(String.t)`, *default:* `nil`) - Optional. Categories of the listing. Up to two categories are allowed.
26
26
* `commercialInfo` (*type:* `GoogleApi.AnalyticsHub.V1.Model.GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfo.t`, *default:* `nil`) - Output only. Commercial info contains the information about the commercial data products associated with the listing.
27
27
* `dataProvider` (*type:* `GoogleApi.AnalyticsHub.V1.Model.DataProvider.t`, *default:* `nil`) - Optional. Details of the data provider who owns the source data.
@@ -34,7 +34,7 @@ defmodule GoogleApi.AnalyticsHub.V1.Model.Listing do
34
34
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. The resource name of the listing. e.g. `projects/myproject/locations/US/dataExchanges/123/listings/456`
35
35
* `primaryContact` (*type:* `String.t`, *default:* `nil`) - Optional. Email or URL of the primary point of contact of the listing. Max Length: 1000 bytes.
36
36
* `publisher` (*type:* `GoogleApi.AnalyticsHub.V1.Model.Publisher.t`, *default:* `nil`) - Optional. Details of the publisher who owns the listing and who can share the source data.
* `requestAccess` (*type:* `String.t`, *default:* `nil`) - Optional. Email or URL of the request access of the listing. Subscribers can use this reference to request access. Max Length: 1000 bytes.
* `restrictedExportConfig` (*type:* `GoogleApi.AnalyticsHub.V1.Model.RestrictedExportConfig.t`, *default:* `nil`) - Optional. If set, restricted export configuration will be propagated and enforced on the linked dataset.
Copy file name to clipboardExpand all lines: clients/analytics_hub/lib/google_api/analytics_hub/v1/model/revoke_subscription_request.ex
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,16 @@ defmodule GoogleApi.AnalyticsHub.V1.Model.RevokeSubscriptionRequest do
21
21
22
22
## Attributes
23
23
24
+
* `revokeCommercial` (*type:* `boolean()`, *default:* `nil`) - Optional. If the subscription is commercial then this field must be set to true, otherwise a failure is thrown. This acts as a safety guard to avoid revoking commercial subscriptions accidentally.
0 commit comments