Package com.google.cloud.talent.v4beta1
Interface ListJobsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListJobsResponse
,ListJobsResponse.Builder
public interface ListJobsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Job
getJobs(int index)
The Jobs for a given company.int
getJobsCount()
The Jobs for a given company.List<Job>
getJobsList()
The Jobs for a given company.JobOrBuilder
getJobsOrBuilder(int index)
The Jobs for a given company.List<? extends JobOrBuilder>
getJobsOrBuilderList()
The Jobs for a given company.ResponseMetadata
getMetadata()
Additional information for the API invocation, such as the request tracking id.ResponseMetadataOrBuilder
getMetadataOrBuilder()
Additional information for the API invocation, such as the request tracking id.String
getNextPageToken()
A token to retrieve the next page of results.com.google.protobuf.ByteString
getNextPageTokenBytes()
A token to retrieve the next page of results.boolean
hasMetadata()
Additional information for the API invocation, such as the request tracking id.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getJobsList
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;
-
getJobs
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;
-
getJobsCount
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;
-
getJobsOrBuilderList
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;
-
getJobsOrBuilder
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;
-
getNextPageToken
String getNextPageToken()
A token to retrieve the next page of results.
string next_page_token = 2;
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve the next page of results.
string next_page_token = 2;
- Returns:
- The bytes for nextPageToken.
-
hasMetadata
boolean hasMetadata()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
- Returns:
- Whether the metadata field is set.
-
getMetadata
ResponseMetadata getMetadata()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
- Returns:
- The metadata.
-
getMetadataOrBuilder
ResponseMetadataOrBuilder getMetadataOrBuilder()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
-
-