Class: Google::Cloud::Talent::V4::CompleteQueryResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4::CompleteQueryResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4/completion_service.rb
Overview
Response of auto-complete query.
Defined Under Namespace
Classes: CompletionResult
Instance Attribute Summary collapse
-
#completion_results ⇒ ::Array<::Google::Cloud::Talent::V4::CompleteQueryResponse::CompletionResult>
Results of the matching job/company candidates.
-
#metadata ⇒ ::Google::Cloud::Talent::V4::ResponseMetadata
Additional information for the API invocation, such as the request tracking id.
Instance Attribute Details
#completion_results ⇒ ::Array<::Google::Cloud::Talent::V4::CompleteQueryResponse::CompletionResult>
Returns Results of the matching job/company candidates.
125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 |
# File 'proto_docs/google/cloud/talent/v4/completion_service.rb', line 125 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::V4::CompleteQueryRequest::CompletionType] # The completion topic. # @!attribute [rw] image_uri # @return [::String] # The URI of the company image for # {::Google::Cloud::Talent::V4::CompleteQueryRequest::CompletionType::COMPANY_NAME COMPANY_NAME}. class CompletionResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#metadata ⇒ ::Google::Cloud::Talent::V4::ResponseMetadata
Returns Additional information for the API invocation, such as the request tracking id.
125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 |
# File 'proto_docs/google/cloud/talent/v4/completion_service.rb', line 125 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::V4::CompleteQueryRequest::CompletionType] # The completion topic. # @!attribute [rw] image_uri # @return [::String] # The URI of the company image for # {::Google::Cloud::Talent::V4::CompleteQueryRequest::CompletionType::COMPANY_NAME COMPANY_NAME}. class CompletionResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |