public sealed class ProtobufSchema : IMessage<PhysicalSchema.Types.ProtobufSchema>, IEquatable<PhysicalSchema.Types.ProtobufSchema>, IDeepCloneable<PhysicalSchema.Types.ProtobufSchema>, IBufferMessage, IMessageReference documentation and code samples for the Data Catalog v1 API class PhysicalSchema.Types.ProtobufSchema.
Schema in protocol buffer format.
Implements
IMessage<PhysicalSchema.Types.ProtobufSchema>, IEquatable<PhysicalSchema.Types.ProtobufSchema>, IDeepCloneable<PhysicalSchema.Types.ProtobufSchema>, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
ProtobufSchema()
public ProtobufSchema()ProtobufSchema(PhysicalSchema.Types.ProtobufSchema)
public ProtobufSchema(PhysicalSchema.Types.ProtobufSchema other)| Parameter | |
|---|---|
| Name | Description |
other |
PhysicalSchema.Types.ProtobufSchema |
Properties
Text
public string Text { get; set; }Protocol buffer source of the schema.
| Property Value | |
|---|---|
| Type | Description |
String |
|