Data Analytics API with Gemini v1beta API - Class Context.Types.SchemaRelationship.Types.SchemaPaths (1.0.0-beta04)

public sealed class Context.Types.SchemaRelationship.Types.SchemaPaths : IMessage<Context.Types.SchemaRelationship.Types.SchemaPaths>, IEquatable<Context.Types.SchemaRelationship.Types.SchemaPaths>, IDeepCloneable<Context.Types.SchemaRelationship.Types.SchemaPaths>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class Context.Types.SchemaRelationship.Types.SchemaPaths.

Represents an ordered set of paths within the table schema.

Inheritance

object > Context.Types.SchemaRelationship.Types.SchemaPaths

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

SchemaPaths()

public SchemaPaths()

SchemaPaths(SchemaPaths)

public SchemaPaths(Context.Types.SchemaRelationship.Types.SchemaPaths other)
Parameter
Name Description
other ContextTypesSchemaRelationshipTypesSchemaPaths

Properties

Paths

public RepeatedField<string> Paths { get; }

The ordered list of paths within the table schema.

Property Value
Type Description
RepeatedFieldstring

TableFqn

public string TableFqn { get; set; }

The service-qualified full resource name of the table Ex: bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID

Property Value
Type Description
string