Class: Google::Cloud::Channel::V1::BillableSku
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::BillableSku
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Represents the Billable SKU information.
Instance Attribute Summary collapse
-
#service ⇒ ::String
Resource name of Service which contains Repricing SKU.
-
#service_display_name ⇒ ::String
Unique human readable name for the Service.
-
#sku ⇒ ::String
Resource name of Billable SKU.
-
#sku_display_name ⇒ ::String
Unique human readable name for the SKU.
Instance Attribute Details
#service ⇒ ::String
Returns Resource name of Service which contains Repricing SKU. Format: services/{service}. Example: "services/B7D9-FDCB-15D8".
834 835 836 837 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 834 class BillableSku include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_display_name ⇒ ::String
Returns Unique human readable name for the Service.
834 835 836 837 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 834 class BillableSku include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sku ⇒ ::String
Returns Resource name of Billable SKU. Format: billableSkus/{sku}. Example: billableSkus/6E1B-6634-470F".
834 835 836 837 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 834 class BillableSku include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sku_display_name ⇒ ::String
Returns Unique human readable name for the SKU.
834 835 836 837 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 834 class BillableSku include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |