public sealed class ParameterVersion : IMessage<ParameterVersion>, IEquatable<ParameterVersion>, IDeepCloneable<ParameterVersion>, IBufferMessage, IMessage
Reference documentation and code samples for the Parameter Manager v1 API class ParameterVersion.
Message describing ParameterVersion resource
Implements
IMessageParameterVersion, IEquatableParameterVersion, IDeepCloneableParameterVersion, IBufferMessage, IMessageNamespace
Google.Cloud.ParameterManager.V1Assembly
Google.Cloud.ParameterManager.V1.dll
Constructors
ParameterVersion()
public ParameterVersion()
ParameterVersion(ParameterVersion)
public ParameterVersion(ParameterVersion other)
Parameter | |
---|---|
Name | Description |
other |
ParameterVersion |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. [Output only] Create time stamp
Property Value | |
---|---|
Type | Description |
Timestamp |
Disabled
public bool Disabled { get; set; }
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.
Property Value | |
---|---|
Type | Description |
bool |
Name
public string Name { get; set; }
Identifier. [Output only] The resource name of the ParameterVersion in the
format projects/*/locations/*/parameters/*/versions/*
.
Property Value | |
---|---|
Type | Description |
string |
ParameterVersionName
public ParameterVersionName ParameterVersionName { get; set; }
ParameterVersionName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ParameterVersionName |
Payload
public ParameterVersionPayload Payload { get; set; }
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).
Property Value | |
---|---|
Type | Description |
ParameterVersionPayload |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. [Output only] Update time stamp
Property Value | |
---|---|
Type | Description |
Timestamp |