public sealed class LogTypeSchema.Types.EnumFieldSchema : IMessage<LogTypeSchema.Types.EnumFieldSchema>, IEquatable<LogTypeSchema.Types.EnumFieldSchema>, IDeepCloneable<LogTypeSchema.Types.EnumFieldSchema>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class LogTypeSchema.Types.EnumFieldSchema.
A schema for a particular value, for a particular enum details field on
the Feed proto message.
Implements
IMessageLogTypeSchemaTypesEnumFieldSchema, IEquatableLogTypeSchemaTypesEnumFieldSchema, IDeepCloneableLogTypeSchemaTypesEnumFieldSchema, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
EnumFieldSchema()
public EnumFieldSchema()EnumFieldSchema(EnumFieldSchema)
public EnumFieldSchema(LogTypeSchema.Types.EnumFieldSchema other)| Parameter | |
|---|---|
| Name | Description |
other |
LogTypeSchemaTypesEnumFieldSchema |
Properties
Description
public string Description { get; set; }A human-readable description for this value.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DisplayName
public string DisplayName { get; set; }A human-readable name for this value.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Value
public string Value { get; set; }The value to assign to the field.
| Property Value | |
|---|---|
| Type | Description |
string |
|