Class: Google::Cloud::CommerceProducer::V1beta::GetServiceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/commerceproducer/v1beta/commerce_transaction.rb

Overview

Message for getting a Service

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the resource.

Returns:

  • (::String)

    Required. Name of the resource



330
331
332
333
# File 'proto_docs/google/cloud/commerceproducer/v1beta/commerce_transaction.rb', line 330

class GetServiceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#view::Google::Cloud::CommerceProducer::V1beta::ServiceView

Returns Optional. The view of the Service to return. If unspecified, the default view is BASIC.

Returns:



330
331
332
333
# File 'proto_docs/google/cloud/commerceproducer/v1beta/commerce_transaction.rb', line 330

class GetServiceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end