Send feedback
Class RoutineSpec (1.61.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.61.0 keyboard_arrow_down
public final class RoutineSpec extends GeneratedMessageV3 implements RoutineSpecOrBuilder
Specification that applies to a routine. Valid only for
entries with the ROUTINE
type.
Protobuf type google.cloud.datacatalog.v1.RoutineSpec
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
BIGQUERY_ROUTINE_SPEC_FIELD_NUMBER
public static final int BIGQUERY_ROUTINE_SPEC_FIELD_NUMBER
Field Value
Type
Description
int
DEFINITION_BODY_FIELD_NUMBER
public static final int DEFINITION_BODY_FIELD_NUMBER
Field Value
Type
Description
int
LANGUAGE_FIELD_NUMBER
public static final int LANGUAGE_FIELD_NUMBER
Field Value
Type
Description
int
RETURN_TYPE_FIELD_NUMBER
public static final int RETURN_TYPE_FIELD_NUMBER
Field Value
Type
Description
int
ROUTINE_ARGUMENTS_FIELD_NUMBER
public static final int ROUTINE_ARGUMENTS_FIELD_NUMBER
Field Value
Type
Description
int
ROUTINE_TYPE_FIELD_NUMBER
public static final int ROUTINE_TYPE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static RoutineSpec getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static RoutineSpec . Builder newBuilder ()
newBuilder(RoutineSpec prototype)
public static RoutineSpec . Builder newBuilder ( RoutineSpec prototype )
public static RoutineSpec parseDelimitedFrom ( InputStream input )
public static RoutineSpec parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static RoutineSpec parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RoutineSpec parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static RoutineSpec parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RoutineSpec parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static RoutineSpec parseFrom ( CodedInputStream input )
public static RoutineSpec parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static RoutineSpec parseFrom ( InputStream input )
public static RoutineSpec parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static RoutineSpec parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RoutineSpec parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<RoutineSpec> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getBigqueryRoutineSpec()
public BigQueryRoutineSpec getBigqueryRoutineSpec ()
Fields specific for BigQuery routines.
.google.cloud.datacatalog.v1.BigQueryRoutineSpec bigquery_routine_spec = 6;
getBigqueryRoutineSpecOrBuilder()
public BigQueryRoutineSpecOrBuilder getBigqueryRoutineSpecOrBuilder ()
Fields specific for BigQuery routines.
.google.cloud.datacatalog.v1.BigQueryRoutineSpec bigquery_routine_spec = 6;
getDefaultInstanceForType()
public RoutineSpec getDefaultInstanceForType ()
getDefinitionBody()
public String getDefinitionBody ()
The body of the routine.
string definition_body = 5;
Returns
Type
Description
String
The definitionBody.
getDefinitionBodyBytes()
public ByteString getDefinitionBodyBytes ()
The body of the routine.
string definition_body = 5;
Returns
Type
Description
ByteString
The bytes for definitionBody.
getLanguage()
public String getLanguage ()
The language the routine is written in. The exact value depends on the
source system. For BigQuery routines, possible values are:
string language = 2;
Returns
Type
Description
String
The language.
getLanguageBytes()
public ByteString getLanguageBytes ()
The language the routine is written in. The exact value depends on the
source system. For BigQuery routines, possible values are:
string language = 2;
Returns
Type
Description
ByteString
The bytes for language.
getParserForType()
public Parser<RoutineSpec> getParserForType ()
Overrides
getReturnType()
public String getReturnType ()
Return type of the argument. The exact value depends on the source system
and the language.
string return_type = 4;
Returns
Type
Description
String
The returnType.
getReturnTypeBytes()
public ByteString getReturnTypeBytes ()
Return type of the argument. The exact value depends on the source system
and the language.
string return_type = 4;
Returns
Type
Description
ByteString
The bytes for returnType.
getRoutineArguments(int index)
public RoutineSpec . Argument getRoutineArguments ( int index )
Arguments of the routine.
repeated .google.cloud.datacatalog.v1.RoutineSpec.Argument routine_arguments = 3;
Parameter
Name
Description
index
int
getRoutineArgumentsCount()
public int getRoutineArgumentsCount ()
Arguments of the routine.
repeated .google.cloud.datacatalog.v1.RoutineSpec.Argument routine_arguments = 3;
Returns
Type
Description
int
getRoutineArgumentsList()
public List<RoutineSpec . Argument > getRoutineArgumentsList ()
Arguments of the routine.
repeated .google.cloud.datacatalog.v1.RoutineSpec.Argument routine_arguments = 3;
getRoutineArgumentsOrBuilder(int index)
public RoutineSpec . ArgumentOrBuilder getRoutineArgumentsOrBuilder ( int index )
Arguments of the routine.
repeated .google.cloud.datacatalog.v1.RoutineSpec.Argument routine_arguments = 3;
Parameter
Name
Description
index
int
getRoutineArgumentsOrBuilderList()
public List <? extends RoutineSpec . ArgumentOrBuilder > getRoutineArgumentsOrBuilderList ()
Arguments of the routine.
repeated .google.cloud.datacatalog.v1.RoutineSpec.Argument routine_arguments = 3;
Returns
Type
Description
List <? extends com.google.cloud.datacatalog.v1.RoutineSpec.ArgumentOrBuilder >
getRoutineType()
public RoutineSpec . RoutineType getRoutineType ()
The type of the routine.
.google.cloud.datacatalog.v1.RoutineSpec.RoutineType routine_type = 1;
getRoutineTypeValue()
public int getRoutineTypeValue ()
The type of the routine.
.google.cloud.datacatalog.v1.RoutineSpec.RoutineType routine_type = 1;
Returns
Type
Description
int
The enum numeric value on the wire for routineType.
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getSystemSpecCase()
public RoutineSpec . SystemSpecCase getSystemSpecCase ()
hasBigqueryRoutineSpec()
public boolean hasBigqueryRoutineSpec ()
Fields specific for BigQuery routines.
.google.cloud.datacatalog.v1.BigQueryRoutineSpec bigquery_routine_spec = 6;
Returns
Type
Description
boolean
Whether the bigqueryRoutineSpec field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public RoutineSpec . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RoutineSpec . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public RoutineSpec . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]