Reference documentation and code samples for the Analytics Hub V1 API class Google::Cloud::Bigquery::AnalyticsHub::V1::Routine.
Represents a bigquery routine.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#definition_body
def definition_body() -> ::String
Returns
- (::String) — Optional. The definition body of the routine.
#definition_body=
def definition_body=(value) -> ::String
Parameter
- value (::String) — Optional. The definition body of the routine.
Returns
- (::String) — Optional. The definition body of the routine.
#routine_type
def routine_type() -> ::Google::Cloud::Bigquery::AnalyticsHub::V1::Routine::RoutineType
Returns
- (::Google::Cloud::Bigquery::AnalyticsHub::V1::Routine::RoutineType) — Required. The type of routine.
#routine_type=
def routine_type=(value) -> ::Google::Cloud::Bigquery::AnalyticsHub::V1::Routine::RoutineType
Parameter
- value (::Google::Cloud::Bigquery::AnalyticsHub::V1::Routine::RoutineType) — Required. The type of routine.
Returns
- (::Google::Cloud::Bigquery::AnalyticsHub::V1::Routine::RoutineType) — Required. The type of routine.