Class: Google::Cloud::Talent::V4::CompleteQueryResponse::CompletionResult
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4::CompleteQueryResponse::CompletionResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4/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::V4::CompleteQueryRequest::CompletionType
The completion topic.
Instance Attribute Details
#image_uri ⇒ ::String
Returns The URI of the company image for COMPANY_NAME.
140 141 142 143 |
# File 'proto_docs/google/cloud/talent/v4/completion_service.rb', line 140 class CompletionResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#suggestion ⇒ ::String
Returns The suggestion for the query.
140 141 142 143 |
# File 'proto_docs/google/cloud/talent/v4/completion_service.rb', line 140 class CompletionResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::Google::Cloud::Talent::V4::CompleteQueryRequest::CompletionType
Returns The completion topic.
140 141 142 143 |
# File 'proto_docs/google/cloud/talent/v4/completion_service.rb', line 140 class CompletionResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |