Class: Google::Cloud::GeminiDataAnalytics::V1::BigQueryRoutineReference

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 reference to a BigQuery routine.

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_id::String

Returns The dataset ID of the routine.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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