Class: Google::Cloud::Billing::V1::Sku
- Inherits:
-
Object
- Object
- Google::Cloud::Billing::V1::Sku
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/billing/v1/cloud_catalog.rb
Overview
Encapsulates a single SKU in Google Cloud
Instance Attribute Summary collapse
-
#category ⇒ ::Google::Cloud::Billing::V1::Category
The category hierarchy of this SKU, purely for organizational purpose.
-
#description ⇒ ::String
A human readable description of the SKU, has a maximum length of 256 characters.
-
#geo_taxonomy ⇒ ::Google::Cloud::Billing::V1::GeoTaxonomy
The geographic taxonomy for this sku.
-
#name ⇒ ::String
The resource name for the SKU.
-
#pricing_info ⇒ ::Array<::Google::Cloud::Billing::V1::PricingInfo>
A timeline of pricing info for this SKU in chronological order.
-
#service_provider_name ⇒ ::String
Identifies the service provider.
-
#service_regions ⇒ ::Array<::String>
List of service regions this SKU is offered at.
-
#sku_id ⇒ ::String
The identifier for the SKU.
Instance Attribute Details
#category ⇒ ::Google::Cloud::Billing::V1::Category
Returns The category hierarchy of this SKU, purely for organizational purpose.
76 77 78 79 |
# File 'proto_docs/google/cloud/billing/v1/cloud_catalog.rb', line 76 class Sku include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns A human readable description of the SKU, has a maximum length of 256 characters.
76 77 78 79 |
# File 'proto_docs/google/cloud/billing/v1/cloud_catalog.rb', line 76 class Sku include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#geo_taxonomy ⇒ ::Google::Cloud::Billing::V1::GeoTaxonomy
Returns The geographic taxonomy for this sku.
76 77 78 79 |
# File 'proto_docs/google/cloud/billing/v1/cloud_catalog.rb', line 76 class Sku include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The resource name for the SKU. Example: "services/6F81-5844-456A/skus/D041-B8A1-6E0B".
76 77 78 79 |
# File 'proto_docs/google/cloud/billing/v1/cloud_catalog.rb', line 76 class Sku include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pricing_info ⇒ ::Array<::Google::Cloud::Billing::V1::PricingInfo>
Returns A timeline of pricing info for this SKU in chronological order.
76 77 78 79 |
# File 'proto_docs/google/cloud/billing/v1/cloud_catalog.rb', line 76 class Sku include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_provider_name ⇒ ::String
Returns Identifies the service provider. This is 'Google' for first party services in Google Cloud Platform.
76 77 78 79 |
# File 'proto_docs/google/cloud/billing/v1/cloud_catalog.rb', line 76 class Sku include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_regions ⇒ ::Array<::String>
Returns List of service regions this SKU is offered at. Example: "asia-east1" Service regions can be found at https://cloud.google.com/about/locations/.
76 77 78 79 |
# File 'proto_docs/google/cloud/billing/v1/cloud_catalog.rb', line 76 class Sku include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |