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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/talent/v4beta1/doc/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_resultsArray<Google::Cloud::Talent::V4beta1::CompleteQueryResponse::CompletionResult>

Returns Results of the matching job/company candidates.

Returns:



124
125
126
127
128
129
130
131
132
133
134
135
136
137
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/completion_service.rb', line 124

class CompleteQueryResponse
  # 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; end
end

#metadataGoogle::Cloud::Talent::V4beta1::ResponseMetadata

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

Returns:



124
125
126
127
128
129
130
131
132
133
134
135
136
137
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/completion_service.rb', line 124

class CompleteQueryResponse
  # 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; end
end