Class PhysicalSchema.Types.ProtobufSchema (1.8.0)

public sealed class ProtobufSchema : IMessage<PhysicalSchema.Types.ProtobufSchema>, IEquatable<PhysicalSchema.Types.ProtobufSchema>, IDeepCloneable<PhysicalSchema.Types.ProtobufSchema>, IBufferMessage, IMessage

Schema in protocol buffer format.

Inheritance

Object > PhysicalSchema.Types.ProtobufSchema

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

ProtobufSchema()

public ProtobufSchema()

ProtobufSchema(PhysicalSchema.Types.ProtobufSchema)

public ProtobufSchema(PhysicalSchema.Types.ProtobufSchema other)
Parameter
NameDescription
otherPhysicalSchema.Types.ProtobufSchema

Properties

Text

public string Text { get; set; }

Protocol buffer source of the schema.

Property Value
TypeDescription
String