Interface BigQueryRoutineSpecOrBuilder (1.48.0)

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
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 abstract 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 abstract int getImportedLibrariesCount()

Paths of the imported libraries.

repeated string imported_libraries = 1;

Returns
Type Description
int

The count of importedLibraries.

getImportedLibrariesList()

public abstract List<String> getImportedLibrariesList()

Paths of the imported libraries.

repeated string imported_libraries = 1;

Returns
Type Description
List<String>

A list containing the importedLibraries.