Interface ListProcessesResponseOrBuilder (0.33.0)

public interface ListProcessesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

The token to specify as page_token in the next call to get the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

The token to specify as page_token in the next call to get the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getProcesses(int index)

public abstract Process getProcesses(int index)

The processes from the specified project and location.

repeated .google.cloud.datacatalog.lineage.v1.Process processes = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Process

getProcessesCount()

public abstract int getProcessesCount()

The processes from the specified project and location.

repeated .google.cloud.datacatalog.lineage.v1.Process processes = 1;

Returns
TypeDescription
int

getProcessesList()

public abstract List<Process> getProcessesList()

The processes from the specified project and location.

repeated .google.cloud.datacatalog.lineage.v1.Process processes = 1;

Returns
TypeDescription
List<Process>

getProcessesOrBuilder(int index)

public abstract ProcessOrBuilder getProcessesOrBuilder(int index)

The processes from the specified project and location.

repeated .google.cloud.datacatalog.lineage.v1.Process processes = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ProcessOrBuilder

getProcessesOrBuilderList()

public abstract List<? extends ProcessOrBuilder> getProcessesOrBuilderList()

The processes from the specified project and location.

repeated .google.cloud.datacatalog.lineage.v1.Process processes = 1;

Returns
TypeDescription
List<? extends com.google.cloud.datacatalog.lineage.v1.ProcessOrBuilder>