public interface RoutineOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDefinitionBody()
public abstract String getDefinitionBody()Optional. The definition body of the routine.
string definition_body = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The definitionBody. |
getDefinitionBodyBytes()
public abstract ByteString getDefinitionBodyBytes()Optional. The definition body of the routine.
string definition_body = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for definitionBody. |
getRoutineType()
public abstract Routine.RoutineType getRoutineType()Required. The type of routine.
.google.cloud.bigquery.analyticshub.v1.Routine.RoutineType routine_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Routine.RoutineType |
The routineType. |
getRoutineTypeValue()
public abstract int getRoutineTypeValue()Required. The type of routine.
.google.cloud.bigquery.analyticshub.v1.Routine.RoutineType routine_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for routineType. |