Class: Google::Cloud::Talent::V4beta1::HistogramQuery
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::HistogramQuery
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4beta1/histogram.rb
Overview
The histogram request.
Instance Attribute Summary collapse
-
#histogram_query ⇒ ::String
An expression specifies a histogram request against matching resources (for example, jobs, profiles) for searches.
Instance Attribute Details
#histogram_query ⇒ ::String
Returns An expression specifies a histogram request against matching resources (for example, jobs, profiles) for searches.
See SearchJobsRequest.histogram_queries and [SearchProfilesRequest.histogram_queries][google.cloud.talent.v4beta1.SearchProfilesRequest.histogram_queries] for details about syntax.
35 36 37 38 |
# File 'proto_docs/google/cloud/talent/v4beta1/histogram.rb', line 35 class HistogramQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |