Class: Google::Cloud::Run::V2::GetRevisionRequest

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

Overview

Request message for obtaining a Revision by its full name.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The full name of the Revision. Format: projects/{project}/locations/{location}/services/{service}/revisions/{revision}.

Returns:

  • (::String)

    Required. The full name of the Revision. Format: projects/{project}/locations/{location}/services/{service}/revisions/{revision}



30
31
32
33
# File 'proto_docs/google/cloud/run/v2/revision.rb', line 30

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