Google Bigtable v2 API - Class Type.Types.Proto (3.21.0)

public sealed class Type.Types.Proto : IMessage<Type.Types.Proto>, IEquatable<Type.Types.Proto>, IDeepCloneable<Type.Types.Proto>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > Type.Types.Proto

Namespace

Google.Cloud.Bigtable.V2

Assembly

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