Interface BatchSearchLinkProcessesResponseOrBuilder (0.33.0)

public interface BatchSearchLinkProcessesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

The token to specify as page_token in the subsequent call to get the next page. Omitted if there are no more pages in the response.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

The token to specify as page_token in the subsequent call to get the next page. Omitted if there are no more pages in the response.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

public abstract ProcessLinks getProcessLinks(int index)

An array of processes associated with the specified links.

repeated .google.cloud.datacatalog.lineage.v1.ProcessLinks process_links = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ProcessLinks

getProcessLinksCount()

public abstract int getProcessLinksCount()

An array of processes associated with the specified links.

repeated .google.cloud.datacatalog.lineage.v1.ProcessLinks process_links = 1;

Returns
TypeDescription
int
public abstract List<ProcessLinks> getProcessLinksList()

An array of processes associated with the specified links.

repeated .google.cloud.datacatalog.lineage.v1.ProcessLinks process_links = 1;

Returns
TypeDescription
List<ProcessLinks>

getProcessLinksOrBuilder(int index)

public abstract ProcessLinksOrBuilder getProcessLinksOrBuilder(int index)

An array of processes associated with the specified links.

repeated .google.cloud.datacatalog.lineage.v1.ProcessLinks process_links = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ProcessLinksOrBuilder

getProcessLinksOrBuilderList()

public abstract List<? extends ProcessLinksOrBuilder> getProcessLinksOrBuilderList()

An array of processes associated with the specified links.

repeated .google.cloud.datacatalog.lineage.v1.ProcessLinks process_links = 1;

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