Uses of Class
com.google.cloud.talent.v4.HistogramQueryResult
-
Packages that use HistogramQueryResult Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution API -
-
Uses of HistogramQueryResult in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 that return HistogramQueryResult Modifier and Type Method Description HistogramQueryResult
HistogramQueryResult.Builder. build()
HistogramQueryResult
HistogramQueryResult.Builder. buildPartial()
static HistogramQueryResult
HistogramQueryResult. getDefaultInstance()
HistogramQueryResult
HistogramQueryResult.Builder. getDefaultInstanceForType()
HistogramQueryResult
HistogramQueryResult. getDefaultInstanceForType()
HistogramQueryResult
SearchJobsResponse.Builder. getHistogramQueryResults(int index)
The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4.SearchJobsRequest.histogram_queries].HistogramQueryResult
SearchJobsResponse. getHistogramQueryResults(int index)
The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4.SearchJobsRequest.histogram_queries].HistogramQueryResult
SearchJobsResponseOrBuilder. getHistogramQueryResults(int index)
The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4.SearchJobsRequest.histogram_queries].static HistogramQueryResult
HistogramQueryResult. parseDelimitedFrom(InputStream input)
static HistogramQueryResult
HistogramQueryResult. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HistogramQueryResult
HistogramQueryResult. parseFrom(byte[] data)
static HistogramQueryResult
HistogramQueryResult. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HistogramQueryResult
HistogramQueryResult. parseFrom(com.google.protobuf.ByteString data)
static HistogramQueryResult
HistogramQueryResult. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HistogramQueryResult
HistogramQueryResult. parseFrom(com.google.protobuf.CodedInputStream input)
static HistogramQueryResult
HistogramQueryResult. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HistogramQueryResult
HistogramQueryResult. parseFrom(InputStream input)
static HistogramQueryResult
HistogramQueryResult. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HistogramQueryResult
HistogramQueryResult. parseFrom(ByteBuffer data)
static HistogramQueryResult
HistogramQueryResult. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.talent.v4 that return types with arguments of type HistogramQueryResult Modifier and Type Method Description List<HistogramQueryResult>
SearchJobsResponse.Builder. getHistogramQueryResultsList()
The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4.SearchJobsRequest.histogram_queries].List<HistogramQueryResult>
SearchJobsResponse. getHistogramQueryResultsList()
The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4.SearchJobsRequest.histogram_queries].List<HistogramQueryResult>
SearchJobsResponseOrBuilder. getHistogramQueryResultsList()
The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4.SearchJobsRequest.histogram_queries].com.google.protobuf.Parser<HistogramQueryResult>
HistogramQueryResult. getParserForType()
static com.google.protobuf.Parser<HistogramQueryResult>
HistogramQueryResult. parser()
Methods in com.google.cloud.talent.v4 with parameters of type HistogramQueryResult Modifier and Type Method Description SearchJobsResponse.Builder
SearchJobsResponse.Builder. addHistogramQueryResults(int index, HistogramQueryResult value)
The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4.SearchJobsRequest.histogram_queries].SearchJobsResponse.Builder
SearchJobsResponse.Builder. addHistogramQueryResults(HistogramQueryResult value)
The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4.SearchJobsRequest.histogram_queries].HistogramQueryResult.Builder
HistogramQueryResult.Builder. mergeFrom(HistogramQueryResult other)
static HistogramQueryResult.Builder
HistogramQueryResult. newBuilder(HistogramQueryResult prototype)
SearchJobsResponse.Builder
SearchJobsResponse.Builder. setHistogramQueryResults(int index, HistogramQueryResult value)
The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4.SearchJobsRequest.histogram_queries].Method parameters in com.google.cloud.talent.v4 with type arguments of type HistogramQueryResult Modifier and Type Method Description SearchJobsResponse.Builder
SearchJobsResponse.Builder. addAllHistogramQueryResults(Iterable<? extends HistogramQueryResult> values)
The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4.SearchJobsRequest.histogram_queries].
-