Data Catalog v1 API - Class PhysicalSchema.Types.ProtobufSchema (2.7.0)

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

Reference documentation and code samples for the Data Catalog v1 API class PhysicalSchema.Types.ProtobufSchema.

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(ProtobufSchema)

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

Properties

Text

public string Text { get; set; }

Protocol buffer source of the schema.

Property Value
TypeDescription
string