Class: Google::Cloud::GeminiDataAnalytics::V1beta::Context::SchemaRelationship::SchemaPaths
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::Context::SchemaRelationship::SchemaPaths
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/context.rb
Overview
Represents an ordered set of paths within the table schema.
Instance Attribute Summary collapse
-
#paths ⇒ ::Array<::String>
The ordered list of paths within the table schema.
-
#table_fqn ⇒ ::String
The service-qualified full resource name of the table Ex: bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID.
Instance Attribute Details
#paths ⇒ ::Array<::String>
Returns The ordered list of paths within the table schema.
90 91 92 93 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/context.rb', line 90 class SchemaPaths include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_fqn ⇒ ::String
Returns The service-qualified full resource name of the table Ex: bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID.
90 91 92 93 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/context.rb', line 90 class SchemaPaths include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |