Class: Google::Cloud::Billing::V1::Service
- Inherits:
-
Object
- Object
- Google::Cloud::Billing::V1::Service
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/billing/v1/cloud_catalog.rb
Overview
Encapsulates a single service in Google Cloud Platform.
Instance Attribute Summary collapse
-
#business_entity_name ⇒ ::String
The business under which the service is offered.
-
#display_name ⇒ ::String
A human readable display name for this service.
-
#name ⇒ ::String
The resource name for the service.
-
#service_id ⇒ ::String
The identifier for the service.
Instance Attribute Details
#business_entity_name ⇒ ::String
Returns The business under which the service is offered. Ex. "businessEntities/GCP", "businessEntities/Maps".
40 41 42 43 |
# File 'proto_docs/google/cloud/billing/v1/cloud_catalog.rb', line 40 class Service include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns A human readable display name for this service.
40 41 42 43 |
# File 'proto_docs/google/cloud/billing/v1/cloud_catalog.rb', line 40 class Service include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |