public sealed class Template : IMessage<Template>, IEquatable<Template>, IDeepCloneable<Template>, IBufferMessage, IMessageReference documentation and code samples for the Parameter Manager v1 API class Template.
Message describing Template resource
Namespace
Google.Cloud.ParameterManager.V1Assembly
Google.Cloud.ParameterManager.V1.dll
Constructors
Template()
public Template()Template(Template)
public Template(Template other)| Parameter | |
|---|---|
| Name | Description |
other |
Template |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. Create time stamp
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Format
public TemplateFormat Format { get; set; }Optional. Specifies the format of a Template.
| Property Value | |
|---|---|
| Type | Description |
TemplateFormat |
|
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. The resource name of the Template in the format
projects/*/locations/*/templates/*.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TemplateName
public TemplateName TemplateName { get; set; }TemplateName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
TemplateName |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. Update time stamp
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|