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 HistogramQueryResultHistogramQueryResult.Builder. build()HistogramQueryResultHistogramQueryResult.Builder. buildPartial()static HistogramQueryResultHistogramQueryResult. getDefaultInstance()HistogramQueryResultHistogramQueryResult.Builder. getDefaultInstanceForType()HistogramQueryResultHistogramQueryResult. getDefaultInstanceForType()HistogramQueryResultSearchJobsResponse.Builder. getHistogramQueryResults(int index)The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4.SearchJobsRequest.histogram_queries].HistogramQueryResultSearchJobsResponse. getHistogramQueryResults(int index)The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4.SearchJobsRequest.histogram_queries].HistogramQueryResultSearchJobsResponseOrBuilder. getHistogramQueryResults(int index)The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4.SearchJobsRequest.histogram_queries].static HistogramQueryResultHistogramQueryResult. parseDelimitedFrom(InputStream input)static HistogramQueryResultHistogramQueryResult. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HistogramQueryResultHistogramQueryResult. parseFrom(byte[] data)static HistogramQueryResultHistogramQueryResult. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HistogramQueryResultHistogramQueryResult. parseFrom(com.google.protobuf.ByteString data)static HistogramQueryResultHistogramQueryResult. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HistogramQueryResultHistogramQueryResult. parseFrom(com.google.protobuf.CodedInputStream input)static HistogramQueryResultHistogramQueryResult. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HistogramQueryResultHistogramQueryResult. parseFrom(InputStream input)static HistogramQueryResultHistogramQueryResult. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HistogramQueryResultHistogramQueryResult. parseFrom(ByteBuffer data)static HistogramQueryResultHistogramQueryResult. 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.BuilderSearchJobsResponse.Builder. addHistogramQueryResults(int index, HistogramQueryResult value)The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4.SearchJobsRequest.histogram_queries].SearchJobsResponse.BuilderSearchJobsResponse.Builder. addHistogramQueryResults(HistogramQueryResult value)The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4.SearchJobsRequest.histogram_queries].HistogramQueryResult.BuilderHistogramQueryResult.Builder. mergeFrom(HistogramQueryResult other)static HistogramQueryResult.BuilderHistogramQueryResult. newBuilder(HistogramQueryResult prototype)SearchJobsResponse.BuilderSearchJobsResponse.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.BuilderSearchJobsResponse.Builder. addAllHistogramQueryResults(Iterable<? extends HistogramQueryResult> values)The histogram results that match with specified [SearchJobsRequest.histogram_queries][google.cloud.talent.v4.SearchJobsRequest.histogram_queries].
-