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
734 735 736 737 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 734 class ListSharedResourceSubscriptionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
734 735 736 737 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 734 class ListSharedResourceSubscriptionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
734 735 736 737 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 734 class ListSharedResourceSubscriptionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource ⇒ ::String
734 735 736 737 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 734 class ListSharedResourceSubscriptionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |