Class: Google::Cloud::Bigquery::AnalyticsHub::V1::GetSubscriptionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::AnalyticsHub::V1::GetSubscriptionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb
Overview
Message for getting a subscription.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Resource name of the subscription. e.g. projects/123/locations/US/subscriptions/456.
743 744 745 746 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 743 class GetSubscriptionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |