Class ParameterVersion (0.1.0)

ParameterVersion(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message describing ParameterVersion resource

Attributes

Name Description
name str
Identifier. [Output only] The resource name of the ParameterVersion in the format projects/*/locations/*/parameters/*/versions/*.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. [Output only] Create time stamp
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. [Output only] Update time stamp
disabled bool
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.
payload google.cloud.parametermanager_v1.types.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).