Class: Google::Cloud::Talent::V4::HistogramQuery
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4::HistogramQuery
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4/histogram.rb
Overview
The histogram request.
Instance Attribute Summary collapse
-
#histogram_query ⇒ ::String
An expression specifies a histogram request against matching jobs for searches.
Instance Attribute Details
#histogram_query ⇒ ::String
Returns An expression specifies a histogram request against matching jobs for searches.
See SearchJobsRequest.histogram_queries for details about syntax.
33 34 35 36 |
# File 'proto_docs/google/cloud/talent/v4/histogram.rb', line 33 class HistogramQuery include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |