public interface RoutineOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDefinitionBody()
Optional.
|
com.google.protobuf.ByteString |
getDefinitionBodyBytes()
Optional.
|
Routine.RoutineType |
getRoutineType()
Required.
|
int |
getRoutineTypeValue()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getRoutineTypeValue()
Required. The type of routine.
.google.cloud.bigquery.analyticshub.v1.Routine.RoutineType routine_type = 1 [(.google.api.field_behavior) = REQUIRED];
Routine.RoutineType getRoutineType()
Required. The type of routine.
.google.cloud.bigquery.analyticshub.v1.Routine.RoutineType routine_type = 1 [(.google.api.field_behavior) = REQUIRED];
String getDefinitionBody()
Optional. The definition body of the routine.
string definition_body = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getDefinitionBodyBytes()
Optional. The definition body of the routine.
string definition_body = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.