Class: Google::Cloud::GeminiDataAnalytics::V1::UserFunctions

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#bq_routines::Array<::Google::Cloud::GeminiDataAnalytics::V1::BigQueryRoutine>

Returns A list of BigQuery routines to include in the context.

Returns:



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