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/model/big_query_dataset_source.ex
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.AnalyticsHub.V1.Model.BigQueryDatasetSource do
21
21
22
22
## Attributes
23
23
24
-
* `dataset` (*type:* `String.t`, *default:* `nil`) - Resource name of the dataset source for this listing. e.g. `projects/myproject/datasets/123`
24
+
* `dataset` (*type:* `String.t`, *default:* `nil`) - Optional. Resource name of the dataset source for this listing. e.g. `projects/myproject/datasets/123`
25
25
* `restrictedExportPolicy` (*type:* `GoogleApi.AnalyticsHub.V1.Model.RestrictedExportPolicy.t`, *default:* `nil`) - Optional. If set, restricted export policy will be propagated and enforced on the linked dataset.
26
26
* `selectedResources` (*type:* `list(GoogleApi.AnalyticsHub.V1.Model.SelectedResource.t)`, *default:* `nil`) - Optional. Resource in this dataset that is selectively shared. This field is required for data clean room exchanges.
Copy file name to clipboardExpand all lines: clients/analytics_hub/lib/google_api/analytics_hub/v1/model/google_pubsub_v1_subscription.ex
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ defmodule GoogleApi.AnalyticsHub.V1.Model.GooglePubsubV1Subscription do
33
33
* `filter` (*type:* `String.t`, *default:* `nil`) - Optional. An expression written in the Pub/Sub [filter language](https://cloud.google.com/pubsub/docs/filtering). If non-empty, then only `PubsubMessage`s whose `attributes` field matches the filter are delivered on this subscription. If empty, then no messages are filtered out.
34
34
* `labels` (*type:* `map()`, *default:* `nil`) - Optional. See [Creating and managing labels](https://cloud.google.com/pubsub/docs/labels).
35
35
* `messageRetentionDuration` (*type:* `String.t`, *default:* `nil`) - Optional. How long to retain unacknowledged messages in the subscription's backlog, from the moment a message is published. If `retain_acked_messages` is true, then this also configures the retention of acknowledged messages, and thus configures how far back in time a `Seek` can be done. Defaults to 7 days. Cannot be more than 31 days or less than 10 minutes.
36
+
* `messageTransforms` (*type:* `list(GoogleApi.AnalyticsHub.V1.Model.MessageTransform.t)`, *default:* `nil`) - Optional. Transforms to be applied to messages before they are delivered to subscribers. Transforms are applied in the order specified.
36
37
* `name` (*type:* `String.t`, *default:* `nil`) - Required. Name of the subscription. Format is `projects/{project}/subscriptions/{sub}`.
37
38
* `pushConfig` (*type:* `GoogleApi.AnalyticsHub.V1.Model.PushConfig.t`, *default:* `nil`) - Optional. If push delivery is used with this subscription, this field is used to configure it.
38
39
* `retainAckedMessages` (*type:* `boolean()`, *default:* `nil`) - Optional. Indicates whether to retain acknowledged messages. If true, then messages are not expunged from the subscription's backlog, even if they are acknowledged, until they fall out of the `message_retention_duration` window. This must be true if you would like to [`Seek` to a timestamp] (https://cloud.google.com/pubsub/docs/replay-overview#seek_to_a_time) in the past to replay previously-acknowledged messages.
@@ -57,6 +58,7 @@ defmodule GoogleApi.AnalyticsHub.V1.Model.GooglePubsubV1Subscription do
* `enabled` (*type:* `boolean()`, *default:* `nil`) - Optional. If set to true, the transform is enabled. If false, the transform is disabled and will not be applied to messages. Defaults to `true`.
25
+
* `javascriptUdf` (*type:* `GoogleApi.AnalyticsHub.V1.Model.JavaScriptUDF.t`, *default:* `nil`) - Optional. JavaScript User Defined Function. If multiple JavaScriptUDF's are specified on a resource, each must have a unique `function_name`.
0 commit comments