Class: Google::Cloud::GeminiDataAnalytics::V1::UserFunctions
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1::UserFunctions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1/context.rb
Overview
A collection of user functions to be included in context.
Instance Attribute Summary collapse
-
#bq_routines ⇒ ::Array<::Google::Cloud::GeminiDataAnalytics::V1::BigQueryRoutine>
A list of BigQuery routines to include in the context.
Instance Attribute Details
#bq_routines ⇒ ::Array<::Google::Cloud::GeminiDataAnalytics::V1::BigQueryRoutine>
Returns A list of BigQuery routines to include in the context.
126 127 128 129 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1/context.rb', line 126 class UserFunctions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |