Reference documentation and code samples for the Data Analytics API with Gemini V1 API class Google::Cloud::GeminiDataAnalytics::V1::BigQueryRoutine.
A reference to a BigQuery routine.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#description
def description() -> ::String
Returns
- (::String) — User override or addition to description, to tell the agent when to use the UDF.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — User override or addition to description, to tell the agent when to use the UDF.
Returns
- (::String) — User override or addition to description, to tell the agent when to use the UDF.
#routine_reference
def routine_reference() -> ::Google::Cloud::GeminiDataAnalytics::V1::BigQueryRoutineReference
Returns
- (::Google::Cloud::GeminiDataAnalytics::V1::BigQueryRoutineReference) — The reference to the BigQuery routine.
#routine_reference=
def routine_reference=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1::BigQueryRoutineReference
Parameter
- value (::Google::Cloud::GeminiDataAnalytics::V1::BigQueryRoutineReference) — The reference to the BigQuery routine.
Returns
- (::Google::Cloud::GeminiDataAnalytics::V1::BigQueryRoutineReference) — The reference to the BigQuery routine.