Class: Google::Cloud::Bigquery::AnalyticsHub::V1::ListSharedResourceSubscriptionsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::AnalyticsHub::V1::ListSharedResourceSubscriptionsRequest
- 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
-
#include_deleted_subscriptions ⇒ ::Boolean
If selected, includes deleted subscriptions in the response (up to 63 days after deletion).
-
#page_size ⇒ ::Integer
The maximum number of results to return in a single response page.
-
#page_token ⇒ ::String
Page token, returned by a previous call.
-
#resource ⇒ ::String
Required.
Instance Attribute Details
#include_deleted_subscriptions ⇒ ::Boolean
Returns If selected, includes deleted subscriptions in the response (up to 63 days after deletion).
810 811 812 813 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 810 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.
810 811 812 813 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 810 class ListSharedResourceSubscriptionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Page token, returned by a previous call.
810 811 812 813 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 810 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.
810 811 812 813 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 810 class ListSharedResourceSubscriptionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |