Class: Google::Cloud::Bigquery::AnalyticsHub::V1::RefreshSubscriptionRequest

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 refreshing a subscription.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Resource name of the Subscription to refresh. e.g. projects/subscriberproject/locations/US/subscriptions/123.

Returns:

  • (::String)

    Required. Resource name of the Subscription to refresh. e.g. projects/subscriberproject/locations/US/subscriptions/123



694
695
696
697
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 694

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