Class: Google::Cloud::AgentRegistry::V1::GetServiceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/agentregistry/v1/agentregistry_service.rb

Overview

Message for getting a Service

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the Service. Format: projects/{project}/locations/{location}/services/{service}.

Returns:

  • (::String)

    Required. The name of the Service. Format: projects/{project}/locations/{location}/services/{service}.



370
371
372
373
# File 'proto_docs/google/cloud/agentregistry/v1/agentregistry_service.rb', line 370

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