Class: Google::Cloud::CommerceProducer::V1beta::Service
- Inherits:
-
Object
- Object
- Google::Cloud::CommerceProducer::V1beta::Service
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/commerceproducer/v1beta/service.rb
Overview
Message describing Service resource.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Identifier.
-
#title ⇒ ::String
readonly
Output only.
Instance Attribute Details
#name ⇒ ::String
Returns Identifier. Name of resource.
33 34 35 36 |
# File 'proto_docs/google/cloud/commerceproducer/v1beta/service.rb', line 33 class Service include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#title ⇒ ::String (readonly)
Returns Output only. Title of the service.
Not included for SERVICE_VIEW_BASIC.
33 34 35 36 |
# File 'proto_docs/google/cloud/commerceproducer/v1beta/service.rb', line 33 class Service include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |