Class: Google::Cloud::Talent::V4beta1::CompleteQueryResponse::CompletionResult
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::CompleteQueryResponse::CompletionResult
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/completion_service.rb
Overview
Resource that represents completion results.
Instance Attribute Summary collapse
-
#image_uri ⇒ String
The URI of the company image for COMPANY_NAME.
-
#suggestion ⇒ String
The suggestion for the query.
-
#type ⇒ Google::Cloud::Talent::V4beta1::CompleteQueryRequest::CompletionType
The completion topic.
Instance Attribute Details
#image_uri ⇒ String
Returns The URI of the company image for COMPANY_NAME.
136 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/completion_service.rb', line 136 class CompletionResult; end |
#suggestion ⇒ String
Returns The suggestion for the query.
136 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/completion_service.rb', line 136 class CompletionResult; end |
#type ⇒ Google::Cloud::Talent::V4beta1::CompleteQueryRequest::CompletionType
Returns The completion topic.
136 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/completion_service.rb', line 136 class CompletionResult; end |