public interface BatchSearchLinkProcessesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getProcessLinks(int index)
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
int |
|
getProcessLinksList()
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.datacatalog.lineage.v1.ProcessLinksOrBuilder> |
|