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