Reference documentation and code samples for the Parameter Manager V1 API class Google::Cloud::ParameterManager::V1::ParameterVersion.
Message describing ParameterVersion resource
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. [Output only] Create time stamp
#disabled
def disabled() -> ::Boolean
Returns
- (::Boolean) — Optional. Disabled boolean to determine if a ParameterVersion acts as a metadata only resource (payload is never returned if disabled is true). If true any calls will always default to BASIC view even if the user explicitly passes FULL view as part of the request. A render call on a disabled resource fails with an error. Default value is False.
#disabled=
def disabled=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. Disabled boolean to determine if a ParameterVersion acts as a metadata only resource (payload is never returned if disabled is true). If true any calls will always default to BASIC view even if the user explicitly passes FULL view as part of the request. A render call on a disabled resource fails with an error. Default value is False.
Returns
- (::Boolean) — Optional. Disabled boolean to determine if a ParameterVersion acts as a metadata only resource (payload is never returned if disabled is true). If true any calls will always default to BASIC view even if the user explicitly passes FULL view as part of the request. A render call on a disabled resource fails with an error. Default value is False.
#name
def name() -> ::String
Returns
-
(::String) — Identifier. [Output only] The resource name of the ParameterVersion in the
format
projects/*/locations/*/parameters/*/versions/*
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Identifier. [Output only] The resource name of the ParameterVersion in the
format
projects/*/locations/*/parameters/*/versions/*
.
Returns
-
(::String) — Identifier. [Output only] The resource name of the ParameterVersion in the
format
projects/*/locations/*/parameters/*/versions/*
.
#payload
def payload() -> ::Google::Cloud::ParameterManager::V1::ParameterVersionPayload
Returns
- (::Google::Cloud::ParameterManager::V1::ParameterVersionPayload) — Required. Immutable. Payload content of a ParameterVersion resource. This is only returned when the request provides the View value of FULL (default for GET request).
#payload=
def payload=(value) -> ::Google::Cloud::ParameterManager::V1::ParameterVersionPayload
Parameter
- value (::Google::Cloud::ParameterManager::V1::ParameterVersionPayload) — Required. Immutable. Payload content of a ParameterVersion resource. This is only returned when the request provides the View value of FULL (default for GET request).
Returns
- (::Google::Cloud::ParameterManager::V1::ParameterVersionPayload) — Required. Immutable. Payload content of a ParameterVersion resource. This is only returned when the request provides the View value of FULL (default for GET request).
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. [Output only] Update time stamp