Class: Google::Cloud::ParameterManager::V1::GetParameterRequest

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 Parameter

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

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



109
110
111
112
# File 'proto_docs/google/cloud/parametermanager/v1/service.rb', line 109

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