Class: Google::Cloud::Bigquery::AnalyticsHub::V1::RefreshSubscriptionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::AnalyticsHub::V1::RefreshSubscriptionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb
Overview
Message for refreshing a subscription.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Resource name of the Subscription to refresh.
e.g. projects/subscriberproject/locations/us/subscriptions/123.
1141 1142 1143 1144 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 1141 class RefreshSubscriptionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |