Class: Google::Cloud::Billing::V1::Service

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#business_entity_name::String

Returns The business under which the service is offered. Ex. "businessEntities/GCP", "businessEntities/Maps".

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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

#name::String

Returns The resource name for the service. Example: "services/DA34-426B-A397".

Returns:

  • (::String)

    The resource name for the service. Example: "services/DA34-426B-A397"



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

#service_id::String

Returns The identifier for the service. Example: "DA34-426B-A397".

Returns:

  • (::String)

    The identifier for the service. Example: "DA34-426B-A397"



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