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, IMessageReference 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.
Implements
IMessageContextTypesSchemaRelationshipTypesSchemaPaths, IEquatableContextTypesSchemaRelationshipTypesSchemaPaths, IDeepCloneableContextTypesSchemaRelationshipTypesSchemaPaths, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
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 |
|