public sealed class Type.Types.Enum : IMessage<Type.Types.Enum>, IEquatable<Type.Types.Enum>, IDeepCloneable<Type.Types.Enum>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class Type.Types.Enum.
A protobuf enum type.
Values of type Enum
are stored in Value.int_value
.
Implements
IMessageTypeTypesEnum, IEquatableTypeTypesEnum, IDeepCloneableTypeTypesEnum, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
Enum()
public Enum()
Enum(Enum)
public Enum(Type.Types.Enum other)
Parameter | |
---|---|
Name | Description |
other |
TypeTypesEnum |
Properties
EnumName
public string EnumName { get; set; }
The fully qualified name of the protobuf enum message, including package. In the format of "foo.bar.EnumMessage".
Property Value | |
---|---|
Type | Description |
string |
SchemaBundleId
public string SchemaBundleId { get; set; }
The ID of the schema bundle that this enum is defined in.
Property Value | |
---|---|
Type | Description |
string |