Interface FileMetadataImportsOrBuilder (0.3.0)

public interface FileMetadataImportsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFunctions(int index)

public abstract String getFunctions(int index)

Function field.

repeated string functions = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The functions at the given index.

getFunctionsBytes(int index)

public abstract ByteString getFunctionsBytes(int index)

Function field.

repeated string functions = 2;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the functions at the given index.

getFunctionsCount()

public abstract int getFunctionsCount()

Function field.

repeated string functions = 2;

Returns
Type Description
int

The count of functions.

getFunctionsList()

public abstract List<String> getFunctionsList()

Function field.

repeated string functions = 2;

Returns
Type Description
List<String>

A list containing the functions.

getLibrary()

public abstract String getLibrary()

Library field.

string library = 1;

Returns
Type Description
String

The library.

getLibraryBytes()

public abstract ByteString getLibraryBytes()

Library field.

string library = 1;

Returns
Type Description
ByteString

The bytes for library.