Class: Google::Cloud::Bigquery::AnalyticsHub::V1::Subscription::CommercialInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::AnalyticsHub::V1::Subscription::CommercialInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb
Overview
Commercial info metadata for this subscription.
Defined Under Namespace
Classes: GoogleCloudMarketplaceInfo
Instance Attribute Summary collapse
-
#cloud_marketplace ⇒ ::Google::Cloud::Bigquery::AnalyticsHub::V1::Subscription::CommercialInfo::GoogleCloudMarketplaceInfo
readonly
Output only.
Instance Attribute Details
#cloud_marketplace ⇒ ::Google::Cloud::Bigquery::AnalyticsHub::V1::Subscription::CommercialInfo::GoogleCloudMarketplaceInfo (readonly)
Returns Output only. This is set when the subscription is commercialised via Cloud Marketplace.
831 832 833 834 835 836 837 838 839 840 841 842 843 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 831 class CommercialInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Cloud Marketplace commercial metadata for this subscription. # @!attribute [rw] order # @return [::String] # Resource name of the Marketplace Order. class GoogleCloudMarketplaceInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |