Class: Google::Cloud::Channel::V1::ProvisionedService
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ProvisionedService
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/entitlements.rb
Overview
Service provisioned for an entitlement.
Instance Attribute Summary collapse
-
#product_id ⇒ ::String
readonly
Output only.
-
#provisioning_id ⇒ ::String
readonly
Output only.
-
#sku_id ⇒ ::String
readonly
Output only.
Instance Attribute Details
#product_id ⇒ ::String (readonly)
Returns Output only. The product pertaining to the provisioning resource as specified in the Offer.
173 174 175 176 |
# File 'proto_docs/google/cloud/channel/v1/entitlements.rb', line 173 class ProvisionedService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#provisioning_id ⇒ ::String (readonly)
Returns Output only. Provisioning ID of the entitlement. For Google Workspace, this is the underlying Subscription ID. For Google Cloud, this is the Billing Account ID of the billing subaccount.
173 174 175 176 |
# File 'proto_docs/google/cloud/channel/v1/entitlements.rb', line 173 class ProvisionedService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sku_id ⇒ ::String (readonly)
Returns Output only. The SKU pertaining to the provisioning resource as specified in the Offer.
173 174 175 176 |
# File 'proto_docs/google/cloud/channel/v1/entitlements.rb', line 173 class ProvisionedService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |