Skip to content

Commit

Permalink
feat: support public directory self service for Listings/Exchanges (#…
Browse files Browse the repository at this point in the history
…26270)

feat: support Direct Table Access Toggle (Egress GA)
docs: A comment for message `Listing` is changed
docs: A comment for message `DataExchange` is changed
  • Loading branch information
gcf-owl-bot[bot] authored Jul 8, 2024
1 parent 0e8a5f4 commit dc135cb
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@ def delete_listing request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param destination_dataset [::Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationDataset, ::Hash]
# BigQuery destination dataset to create for the subscriber.
# Input only. BigQuery destination dataset to create for the subscriber.
# @param name [::String]
# Required. Resource name of the listing that you want to subscribe to.
# e.g. `projects/myproject/locations/US/dataExchanges/123/listings/456`.
Expand Down Expand Up @@ -1605,7 +1605,21 @@ def get_subscription request, options = nil
# Required. The parent resource path of the subscription.
# e.g. projects/myproject/locations/US
# @param filter [::String]
# The filter expression may be used to filter by Data Exchange or Listing.
# An expression for filtering the results of the request. Eligible
# fields for filtering are:
#
# * `listing`
# * `data_exchange`
#
# Alternatively, a literal wrapped in double quotes may be provided.
# This will be checked for an exact match against both fields above.
#
# In all cases, the full Data Exchange or Listing resource name must
# be provided. Some example of using filters:
#
# * data_exchange="projects/myproject/locations/us/dataExchanges/123"
# * listing="projects/123/locations/us/dataExchanges/456/listings/789"
# * "projects/myproject/locations/us/dataExchanges/123"
# @param page_size [::Integer]
# The maximum number of results to return in a single response page.
# @param page_token [::String]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ def delete_listing request, options = nil
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param destination_dataset [::Google::Cloud::Bigquery::AnalyticsHub::V1::DestinationDataset, ::Hash]
# BigQuery destination dataset to create for the subscriber.
# Input only. BigQuery destination dataset to create for the subscriber.
# @param name [::String]
# Required. Resource name of the listing that you want to subscribe to.
# e.g. `projects/myproject/locations/US/dataExchanges/123/listings/456`.
Expand Down Expand Up @@ -1493,7 +1493,21 @@ def get_subscription request, options = nil
# Required. The parent resource path of the subscription.
# e.g. projects/myproject/locations/US
# @param filter [::String]
# The filter expression may be used to filter by Data Exchange or Listing.
# An expression for filtering the results of the request. Eligible
# fields for filtering are:
#
# * `listing`
# * `data_exchange`
#
# Alternatively, a literal wrapped in double quotes may be provided.
# This will be checked for an exact match against both fields above.
#
# In all cases, the full Data Exchange or Listing resource name must
# be provided. Some example of using filters:
#
# * data_exchange="projects/myproject/locations/us/dataExchanges/123"
# * listing="projects/123/locations/us/dataExchanges/456/listings/789"
# * "projects/myproject/locations/us/dataExchanges/123"
# @param page_size [::Integer]
# The maximum number of results to return in a single response page.
# @param page_token [::String]
Expand Down
Loading

0 comments on commit dc135cb

Please sign in to comment.