public interface ListJobsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getJobs(int index)
public abstract Job getJobs(int index)Jobs under a given task.
repeated .google.cloud.dataplex.v1.Job jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Job |
|
getJobsCount()
public abstract int getJobsCount()Jobs under a given task.
repeated .google.cloud.dataplex.v1.Job jobs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getJobsList()
public abstract List<Job> getJobsList()Jobs under a given task.
repeated .google.cloud.dataplex.v1.Job jobs = 1;
| Returns | |
|---|---|
| Type | Description |
List<Job> |
|
getJobsOrBuilder(int index)
public abstract JobOrBuilder getJobsOrBuilder(int index)Jobs under a given task.
repeated .google.cloud.dataplex.v1.Job jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
JobOrBuilder |
|
getJobsOrBuilderList()
public abstract List<? extends JobOrBuilder> getJobsOrBuilderList()Jobs under a given task.
repeated .google.cloud.dataplex.v1.Job jobs = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dataplex.v1.JobOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |