Uses of Class
com.google.cloud.talent.v4beta1.JobQuery
-
Packages that use JobQuery Package Description com.google.cloud.talent.v4beta1 A client to Cloud Talent Solution API -
-
Uses of JobQuery in com.google.cloud.talent.v4beta1
Methods in com.google.cloud.talent.v4beta1 that return JobQuery Modifier and Type Method Description JobQuery
JobQuery.Builder. build()
JobQuery
JobQuery.Builder. buildPartial()
static JobQuery
JobQuery. getDefaultInstance()
JobQuery
JobQuery.Builder. getDefaultInstanceForType()
JobQuery
JobQuery. getDefaultInstanceForType()
JobQuery
SearchJobsRequest.Builder. getJobQuery()
Query used to search against jobs, such as keyword, location filters, etc.JobQuery
SearchJobsRequest. getJobQuery()
Query used to search against jobs, such as keyword, location filters, etc.JobQuery
SearchJobsRequestOrBuilder. getJobQuery()
Query used to search against jobs, such as keyword, location filters, etc.static JobQuery
JobQuery. parseDelimitedFrom(InputStream input)
static JobQuery
JobQuery. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobQuery
JobQuery. parseFrom(byte[] data)
static JobQuery
JobQuery. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobQuery
JobQuery. parseFrom(com.google.protobuf.ByteString data)
static JobQuery
JobQuery. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobQuery
JobQuery. parseFrom(com.google.protobuf.CodedInputStream input)
static JobQuery
JobQuery. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobQuery
JobQuery. parseFrom(InputStream input)
static JobQuery
JobQuery. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobQuery
JobQuery. parseFrom(ByteBuffer data)
static JobQuery
JobQuery. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.talent.v4beta1 that return types with arguments of type JobQuery Modifier and Type Method Description com.google.protobuf.Parser<JobQuery>
JobQuery. getParserForType()
static com.google.protobuf.Parser<JobQuery>
JobQuery. parser()
Methods in com.google.cloud.talent.v4beta1 with parameters of type JobQuery Modifier and Type Method Description JobQuery.Builder
JobQuery.Builder. mergeFrom(JobQuery other)
SearchJobsRequest.Builder
SearchJobsRequest.Builder. mergeJobQuery(JobQuery value)
Query used to search against jobs, such as keyword, location filters, etc.static JobQuery.Builder
JobQuery. newBuilder(JobQuery prototype)
SearchJobsRequest.Builder
SearchJobsRequest.Builder. setJobQuery(JobQuery value)
Query used to search against jobs, such as keyword, location filters, etc.
-