Class: Google::Cloud::PubSub::V1::Subscription::AnalyticsHubSubscriptionInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/pubsub/v1/pubsub.rb

Overview

Information about an associated Analytics Hub subscription.

Instance Attribute Summary collapse

Instance Attribute Details

#listing::String

Returns Optional. The name of the associated Analytics Hub listing resource. Pattern: "projects/{project}/locations/{location}/dataExchanges/{data_exchange}/listings/{listing}".

Returns:

  • (::String)

    Optional. The name of the associated Analytics Hub listing resource. Pattern: "projects/{project}/locations/{location}/dataExchanges/{data_exchange}/listings/{listing}"



1145
1146
1147
1148
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 1145

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

#subscription::String

Returns Optional. The name of the associated Analytics Hub subscription resource. Pattern: "projects/{project}/locations/{location}/subscriptions/{subscription}".

Returns:

  • (::String)

    Optional. The name of the associated Analytics Hub subscription resource. Pattern: "projects/{project}/locations/{location}/subscriptions/{subscription}"



1145
1146
1147
1148
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 1145

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