Class: Google::Cloud::CloudControlsPartner::V1::Sku
- Inherits:
-
Object
- Object
- Google::Cloud::CloudControlsPartner::V1::Sku
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudcontrolspartner/v1/partners.rb
Overview
Represents the SKU a partner owns inside Google Cloud to sell to customers.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Display name of the product identified by the SKU.
-
#id ⇒ ::String
Argentum product SKU, that is associated with the partner offerings to customers used by Syntro for billing purposes.
Instance Attribute Details
#display_name ⇒ ::String
Returns Display name of the product identified by the SKU. A partner may want to show partner branded names for their offerings such as local sovereign cloud solutions.
77 78 79 80 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/partners.rb', line 77 class Sku include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
Returns Argentum product SKU, that is associated with the partner offerings to customers used by Syntro for billing purposes. SKUs can represent resold Google products or support services.
77 78 79 80 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/partners.rb', line 77 class Sku include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |