Reference documentation and code samples for the Google Cloud Talent Solution V4beta1 Client class CompleteQueryResponse.
Response of auto-complete query.
Generated from protobuf message google.cloud.talent.v4beta1.CompleteQueryResponse
Namespace
Google \ Cloud \ Talent \ V4beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ 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. |
getCompletionResults
Results of the matching job/company candidates.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setCompletionResults
Results of the matching job/company candidates.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Talent\V4beta1\CompleteQueryResponse\CompletionResult>
|
Returns | |
---|---|
Type | Description |
$this |
getMetadata
Additional information for the API invocation, such as the request tracking id.
Returns | |
---|---|
Type | Description |
Google\Cloud\Talent\V4beta1\ResponseMetadata|null |
hasMetadata
clearMetadata
setMetadata
Additional information for the API invocation, such as the request tracking id.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Talent\V4beta1\ResponseMetadata
|
Returns | |
---|---|
Type | Description |
$this |