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

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

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