Interface BigQueryRoutineSpecOrBuilder

public interface BigQueryRoutineSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getImportedLibraries(int index)

public abstract String getImportedLibraries(int index)
Paths of the imported libraries.

repeated string imported_libraries = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The importedLibraries at the given index.

getImportedLibrariesBytes(int index)

public abstract ByteString getImportedLibrariesBytes(int index)
Paths of the imported libraries.

repeated string imported_libraries = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the importedLibraries at the given index.

getImportedLibrariesCount()

public abstract int getImportedLibrariesCount()
Paths of the imported libraries.

repeated string imported_libraries = 1;

Returns
TypeDescription
int

The count of importedLibraries.

getImportedLibrariesList()

public abstract List<String> getImportedLibrariesList()
Paths of the imported libraries.

repeated string imported_libraries = 1;

Returns
TypeDescription
List<String>

A list containing the importedLibraries.