Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::Context::SchemaRelationship::SchemaPaths.
Represents an ordered set of paths within the table schema.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#paths
def paths() -> ::Array<::String> Returns
- (::Array<::String>) — The ordered list of paths within the table schema.
#paths=
def paths=(value) -> ::Array<::String> Parameter
- value (::Array<::String>) — The ordered list of paths within the table schema.
Returns
- (::Array<::String>) — The ordered list of paths within the table schema.
#table_fqn
def table_fqn() -> ::String Returns
- (::String) — The service-qualified full resource name of the table Ex: bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
#table_fqn=
def table_fqn=(value) -> ::String Parameter
- value (::String) — The service-qualified full resource name of the table Ex: bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
Returns
- (::String) — The service-qualified full resource name of the table Ex: bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID