Class: Google::Cloud::Talent::V4beta1::CompleteQueryResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/talent/v4beta1/completion_service.rb

Overview

Response of auto-complete query.

Defined Under Namespace

Classes: CompletionResult

Instance Attribute Summary collapse

Instance Attribute Details

#completion_results::Array<::Google::Cloud::Talent::V4beta1::CompleteQueryResponse::CompletionResult>

Returns Results of the matching job/company candidates.

Returns:



131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
# File 'proto_docs/google/cloud/talent/v4beta1/completion_service.rb', line 131

class CompleteQueryResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Resource that represents completion results.
  # @!attribute [rw] suggestion
  #   @return [::String]
  #     The suggestion for the query.
  # @!attribute [rw] type
  #   @return [::Google::Cloud::Talent::V4beta1::CompleteQueryRequest::CompletionType]
  #     The completion topic.
  # @!attribute [rw] image_uri
  #   @return [::String]
  #     The URI of the company image for
  #     {::Google::Cloud::Talent::V4beta1::CompleteQueryRequest::CompletionType::COMPANY_NAME COMPANY_NAME}.
  class CompletionResult
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#metadata::Google::Cloud::Talent::V4beta1::ResponseMetadata

Returns Additional information for the API invocation, such as the request tracking id.

Returns:



131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
# File 'proto_docs/google/cloud/talent/v4beta1/completion_service.rb', line 131

class CompleteQueryResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Resource that represents completion results.
  # @!attribute [rw] suggestion
  #   @return [::String]
  #     The suggestion for the query.
  # @!attribute [rw] type
  #   @return [::Google::Cloud::Talent::V4beta1::CompleteQueryRequest::CompletionType]
  #     The completion topic.
  # @!attribute [rw] image_uri
  #   @return [::String]
  #     The URI of the company image for
  #     {::Google::Cloud::Talent::V4beta1::CompleteQueryRequest::CompletionType::COMPANY_NAME COMPANY_NAME}.
  class CompletionResult
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end