public interface ListJobsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getJobs(int index)
public abstract Job getJobs(int index)The Jobs for a given company.
The maximum number of items returned is based on the limit field provided in the request.
repeated .google.cloud.talent.v4beta1.Job jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Job |
|
getJobsCount()
public abstract int getJobsCount()The Jobs for a given company.
The maximum number of items returned is based on the limit field provided in the request.
repeated .google.cloud.talent.v4beta1.Job jobs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getJobsList()
public abstract List<Job> getJobsList()The Jobs for a given company.
The maximum number of items returned is based on the limit field provided in the request.
repeated .google.cloud.talent.v4beta1.Job jobs = 1;
| Returns | |
|---|---|
| Type | Description |
List<Job> |
|
getJobsOrBuilder(int index)
public abstract JobOrBuilder getJobsOrBuilder(int index)The Jobs for a given company.
The maximum number of items returned is based on the limit field provided in the request.
repeated .google.cloud.talent.v4beta1.Job jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
JobOrBuilder |
|
getJobsOrBuilderList()
public abstract List<? extends JobOrBuilder> getJobsOrBuilderList()The Jobs for a given company.
The maximum number of items returned is based on the limit field provided in the request.
repeated .google.cloud.talent.v4beta1.Job jobs = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.talent.v4beta1.JobOrBuilder> |
|
getMetadata()
public abstract ResponseMetadata getMetadata()Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
| Returns | |
|---|---|
| Type | Description |
ResponseMetadata |
The metadata. |
getMetadataOrBuilder()
public abstract ResponseMetadataOrBuilder getMetadataOrBuilder()Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
| Returns | |
|---|---|
| Type | Description |
ResponseMetadataOrBuilder |
|
getNextPageToken()
public abstract String getNextPageToken()A token to retrieve the next page of results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token to retrieve the next page of results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
hasMetadata()
public abstract boolean hasMetadata()Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the metadata field is set. |