public sealed class CustomMetadata : IMessage<CustomMetadata>, IEquatable<CustomMetadata>, IDeepCloneable<CustomMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class CustomMetadata.
CustomMetadata contains information from a user-defined operation.
Implements
IMessageCustomMetadata, IEquatableCustomMetadata, IDeepCloneableCustomMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
CustomMetadata()
public CustomMetadata()
CustomMetadata(CustomMetadata)
public CustomMetadata(CustomMetadata other)
Parameter | |
---|---|
Name | Description |
other | CustomMetadata |
Properties
Values
public MapField<string, string> Values { get; }
Output only. Key-value pairs provided by the user-defined operation.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |