public interface ListProcessesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Process |
|
getProcessesCount()
public abstract int getProcessesCount()The processes from the specified project and location.
repeated .google.cloud.datacatalog.lineage.v1.Process processes = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.datacatalog.lineage.v1.ProcessOrBuilder> |
|