Parameter Manager v1 API - Class Parameter (1.0.0-beta02)

public sealed class Parameter : IMessage<Parameter>, IEquatable<Parameter>, IDeepCloneable<Parameter>, IBufferMessage, IMessage

Reference documentation and code samples for the Parameter Manager v1 API class Parameter.

Message describing Parameter resource

Inheritance

object > Parameter

Namespace

Google.Cloud.ParameterManager.V1

Assembly

Google.Cloud.ParameterManager.V1.dll

Constructors

Parameter()

public Parameter()

Parameter(Parameter)

public Parameter(Parameter other)
Parameter
Name Description
other Parameter

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. [Output only] Create time stamp

Property Value
Type Description
Timestamp

Format

public ParameterFormat Format { get; set; }

Optional. Specifies the format of a Parameter.

Property Value
Type Description
ParameterFormat

HasKmsKey

public bool HasKmsKey { get; }

Gets whether the "kms_key" field is set

Property Value
Type Description
bool

KmsKey

public string KmsKey { get; set; }

Optional. Customer managed encryption key (CMEK) to use for encrypting the Parameter Versions. If not set, the default Google-managed encryption key will be used. Cloud KMS CryptoKeys must reside in the same location as the Parameter. The expected format is projects/*/locations/*/keyRings/*/cryptoKeys/*.

Property Value
Type Description
string

Labels

public MapField<string, string> Labels { get; }

Optional. Labels as key value pairs

Property Value
Type Description
MapFieldstringstring

Name

public string Name { get; set; }

Identifier. [Output only] The resource name of the Parameter in the format projects/*/locations/*/parameters/*.

Property Value
Type Description
string

ParameterName

public ParameterName ParameterName { get; set; }

ParameterName-typed view over the Name resource name property.

Property Value
Type Description
ParameterName

PolicyMember

public ResourcePolicyMember PolicyMember { get; set; }

Output only. [Output-only] policy member strings of a Google Cloud resource.

Property Value
Type Description
ResourcePolicyMember

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. [Output only] Update time stamp

Property Value
Type Description
Timestamp