Class: Google::Cloud::ParameterManager::V1::GetParameterVersionRequest

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

Overview

Message for getting a ParameterVersion

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the resource in the format projects/*/locations/*/parameters/*/versions/*.

Returns:

  • (::String)

    Required. Name of the resource in the format projects/*/locations/*/parameters/*/versions/*.



280
281
282
283
# File 'proto_docs/google/cloud/parametermanager/v1/service.rb', line 280

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

#view::Google::Cloud::ParameterManager::V1::View

Returns Optional. View of the ParameterVersion. In the default FULL view, all metadata & payload associated with the ParameterVersion will be returned.

Returns:



280
281
282
283
# File 'proto_docs/google/cloud/parametermanager/v1/service.rb', line 280

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