Class: Google::Cloud::Bigquery::AnalyticsHub::V1::ListSharedResourceSubscriptionsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb

Overview

Message for listing subscriptions of a shared resource.

Instance Attribute Summary collapse

Instance Attribute Details

#include_deleted_subscriptions::Boolean

Returns If selected, includes deleted subscriptions in the response (up to 63 days after deletion).

Returns:

  • (::Boolean)

    If selected, includes deleted subscriptions in the response (up to 63 days after deletion).



766
767
768
769
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 766

class ListSharedResourceSubscriptionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Returns The maximum number of results to return in a single response page.

Returns:

  • (::Integer)

    The maximum number of results to return in a single response page.



766
767
768
769
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 766

class ListSharedResourceSubscriptionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns Page token, returned by a previous call.

Returns:

  • (::String)

    Page token, returned by a previous call.



766
767
768
769
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 766

class ListSharedResourceSubscriptionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#resource::String

Returns Required. Resource name of the requested target. This resource may be either a Listing or a DataExchange. e.g. projects/123/locations/US/dataExchanges/456 OR e.g. projects/123/locations/US/dataExchanges/456/listings/789.

Returns:

  • (::String)

    Required. Resource name of the requested target. This resource may be either a Listing or a DataExchange. e.g. projects/123/locations/US/dataExchanges/456 OR e.g. projects/123/locations/US/dataExchanges/456/listings/789



766
767
768
769
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 766

class ListSharedResourceSubscriptionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end