Reference documentation and code samples for the Parameter Manager V1 API class Google::Cloud::ParameterManager::V1::GetParameterVersionRequest.
Message for getting a ParameterVersion
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. Name of the resource in the format
projects/*/locations/*/parameters/*/versions/*
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — 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/*
.
#view
def view() -> ::Google::Cloud::ParameterManager::V1::View
Returns
- (::Google::Cloud::ParameterManager::V1::View) — Optional. View of the ParameterVersion. In the default FULL view, all metadata & payload associated with the ParameterVersion will be returned.
#view=
def view=(value) -> ::Google::Cloud::ParameterManager::V1::View
Parameter
- value (::Google::Cloud::ParameterManager::V1::View) — Optional. View of the ParameterVersion. In the default FULL view, all metadata & payload associated with the ParameterVersion will be returned.
Returns
- (::Google::Cloud::ParameterManager::V1::View) — Optional. View of the ParameterVersion. In the default FULL view, all metadata & payload associated with the ParameterVersion will be returned.