Class: Google::Cloud::Talent::V4beta1::HistogramQuery

Inherits:
Object
  • Object
show all
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

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 for details about syntax.

Returns:



32
33
34
35
# File 'proto_docs/google/cloud/talent/v4beta1/histogram.rb', line 32

class HistogramQuery
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end