Class: Google::Cloud::GeminiDataAnalytics::V1::BigQueryRoutineReference
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1::BigQueryRoutineReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1/context.rb
Overview
A reference to a BigQuery routine.
Instance Attribute Summary collapse
-
#dataset_id ⇒ ::String
The dataset ID of the routine.
-
#project_id ⇒ ::String
The project ID of the routine.
-
#routine_id ⇒ ::String
The routine ID of the routine.
Instance Attribute Details
#dataset_id ⇒ ::String
Returns The dataset ID of the routine.
154 155 156 157 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1/context.rb', line 154 class BigQueryRoutineReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns The project ID of the routine.
154 155 156 157 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1/context.rb', line 154 class BigQueryRoutineReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#routine_id ⇒ ::String
Returns The routine ID of the routine.
154 155 156 157 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1/context.rb', line 154 class BigQueryRoutineReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |