Module: Google::Cloud::Talent::V4beta1::CompleteQueryRequest::CompletionScope
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/completion_service.rb
Overview
Enum to specify the scope of completion.
Constant Summary collapse
- COMPLETION_SCOPE_UNSPECIFIED =
Default value.
0
- TENANT =
Suggestions are based only on the data provided by the client.
1
- PUBLIC =
Suggestions are based on all jobs data in the system that's visible to the client
2