Class: Google::Cloud::Config::V1::GetRevisionRequest

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

Overview

A request to get a Revision from a 'GetRevision' call.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the Revision in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}/revisions/{revision}'.

Returns:

  • (::String)

    Required. The name of the Revision in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}/revisions/{revision}'.



419
420
421
422
# File 'proto_docs/google/cloud/config/v1/config.rb', line 419

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