Enum ProjectsResource.CompleteRequest.ScopeEnum
Optional. The scope of the completion. The defaults is CompletionScope.PUBLIC.
Namespace: Google.Apis.CloudTalentSolution.v3
Assembly: Google.Apis.CloudTalentSolution.v3.dll
Syntax
public enum ProjectsResource.CompleteRequest.ScopeEnum
Fields
Name | Description |
---|---|
COMPLETIONSCOPEUNSPECIFIED | Default value. |
PUBLIC__ | Suggestions are based on all jobs data in the system that's visible to the client |
TENANT | Suggestions are based only on the data provided by the client. |