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.
857 858 859 860 861 862 863 864 865 866 867 868 869 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 857 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 |