Class: Google::Cloud::Talent::V4beta1::CompleteQueryResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::CompleteQueryResponse
- 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
-
#completion_results ⇒ Array<Google::Cloud::Talent::V4beta1::CompleteQueryResponse::CompletionResult>
Results of the matching job/company candidates.
-
#metadata ⇒ Google::Cloud::Talent::V4beta1::ResponseMetadata
Additional information for the API invocation, such as the request tracking id.
Instance Attribute Details
#completion_results ⇒ Array<Google::Cloud::Talent::V4beta1::CompleteQueryResponse::CompletionResult>
Returns Results of the matching job/company candidates.
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 |
#metadata ⇒ Google::Cloud::Talent::V4beta1::ResponseMetadata
Returns Additional information for the API invocation, such as the request tracking id.
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 |