Data Catalog v1 API - Class InlineSource (2.12.0)

public sealed class InlineSource : IMessage<InlineSource>, IEquatable<InlineSource>, IDeepCloneable<InlineSource>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Catalog v1 API class InlineSource.

Inline source containing taxonomies to import.

Inheritance

object > InlineSource

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

InlineSource()

public InlineSource()

InlineSource(InlineSource)

public InlineSource(InlineSource other)
Parameter
Name Description
other InlineSource

Properties

Taxonomies

public RepeatedField<SerializedTaxonomy> Taxonomies { get; }

Required. Taxonomies to import.

Property Value
Type Description
RepeatedFieldSerializedTaxonomy