Class: Google::Cloud::Run::V2::GetServiceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/run/v2/service.rb

Overview

Request message for obtaining a Service by its full name.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The full name of the Service. Format: projects/{project}/locations/{location}/services/{service}, where {project} can be project id or number.

Returns:

  • (::String)

    Required. The full name of the Service. Format: projects/{project}/locations/{location}/services/{service}, where {project} can be project id or number.



106
107
108
109
# File 'proto_docs/google/cloud/run/v2/service.rb', line 106

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