public sealed class Type.Types.Proto : IMessage<Type.Types.Proto>, IEquatable<Type.Types.Proto>, IDeepCloneable<Type.Types.Proto>, IBufferMessage, IMessageReference documentation and code samples for the Google Bigtable v2 API class Type.Types.Proto.
A protobuf message type.
Values of type Proto are stored in Value.bytes_value.
Implements
IMessageTypeTypesProto, IEquatableTypeTypesProto, IDeepCloneableTypeTypesProto, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
Proto()
public Proto()Proto(Proto)
public Proto(Type.Types.Proto other)| Parameter | |
|---|---|
| Name | Description |
other |
TypeTypesProto |
Properties
MessageName
public string MessageName { get; set; }The fully qualified name of the protobuf message, including package. In the format of "foo.bar.Message".
| Property Value | |
|---|---|
| Type | Description |
string |
|
SchemaBundleId
public string SchemaBundleId { get; set; }The ID of the schema bundle that this proto is defined in.
| Property Value | |
|---|---|
| Type | Description |
string |
|