public final class BigQueryRoutineSpec extends GeneratedMessageV3 implements BigQueryRoutineSpecOrBuilder
Fields specific for BigQuery routines.
Protobuf type google.cloud.datacatalog.v1.BigQueryRoutineSpec
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
IMPORTED_LIBRARIES_FIELD_NUMBER
public static final int IMPORTED_LIBRARIES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static BigQueryRoutineSpec getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static BigQueryRoutineSpec.Builder newBuilder()
newBuilder(BigQueryRoutineSpec prototype)
public static BigQueryRoutineSpec.Builder newBuilder(BigQueryRoutineSpec prototype)
public static BigQueryRoutineSpec parseDelimitedFrom(InputStream input)
public static BigQueryRoutineSpec parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static BigQueryRoutineSpec parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BigQueryRoutineSpec parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static BigQueryRoutineSpec parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BigQueryRoutineSpec parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BigQueryRoutineSpec parseFrom(CodedInputStream input)
public static BigQueryRoutineSpec parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BigQueryRoutineSpec parseFrom(InputStream input)
public static BigQueryRoutineSpec parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static BigQueryRoutineSpec parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BigQueryRoutineSpec parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<BigQueryRoutineSpec> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public BigQueryRoutineSpec getDefaultInstanceForType()
getImportedLibraries(int index)
public String getImportedLibraries(int index)
Paths of the imported libraries.
repeated string imported_libraries = 1;
Parameter |
---|
Name | Description |
index | int
The index of the element to return.
|
Returns |
---|
Type | Description |
String | The importedLibraries at the given index.
|
getImportedLibrariesBytes(int index)
public ByteString getImportedLibrariesBytes(int index)
Paths of the imported libraries.
repeated string imported_libraries = 1;
Parameter |
---|
Name | Description |
index | int
The index of the value to return.
|
Returns |
---|
Type | Description |
ByteString | The bytes of the importedLibraries at the given index.
|
getImportedLibrariesCount()
public int getImportedLibrariesCount()
Paths of the imported libraries.
repeated string imported_libraries = 1;
Returns |
---|
Type | Description |
int | The count of importedLibraries.
|
getImportedLibrariesList()
public ProtocolStringList getImportedLibrariesList()
Paths of the imported libraries.
repeated string imported_libraries = 1;
getParserForType()
public Parser<BigQueryRoutineSpec> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public BigQueryRoutineSpec.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BigQueryRoutineSpec.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public BigQueryRoutineSpec.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides