Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::CompleteQueryResponse.
Response of auto-complete query.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#completion_results
def completion_results() -> ::Array<::Google::Cloud::Talent::V4beta1::CompleteQueryResponse::CompletionResult>
Returns
- (::Array<::Google::Cloud::Talent::V4beta1::CompleteQueryResponse::CompletionResult>) — Results of the matching job/company candidates.
#completion_results=
def completion_results=(value) -> ::Array<::Google::Cloud::Talent::V4beta1::CompleteQueryResponse::CompletionResult>
Parameter
- value (::Array<::Google::Cloud::Talent::V4beta1::CompleteQueryResponse::CompletionResult>) — Results of the matching job/company candidates.
Returns
- (::Array<::Google::Cloud::Talent::V4beta1::CompleteQueryResponse::CompletionResult>) — Results of the matching job/company candidates.
#metadata
def metadata() -> ::Google::Cloud::Talent::V4beta1::ResponseMetadata
Returns
- (::Google::Cloud::Talent::V4beta1::ResponseMetadata) — Additional information for the API invocation, such as the request tracking id.
#metadata=
def metadata=(value) -> ::Google::Cloud::Talent::V4beta1::ResponseMetadata
Parameter
- value (::Google::Cloud::Talent::V4beta1::ResponseMetadata) — Additional information for the API invocation, such as the request tracking id.
Returns
- (::Google::Cloud::Talent::V4beta1::ResponseMetadata) — Additional information for the API invocation, such as the request tracking id.