Google Cloud Talent Solution V4 Client - Class CompletionScope (1.0.5)

Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class CompletionScope.

Enum to specify the scope of completion.

Protobuf type google.cloud.talent.v4.CompleteQueryRequest.CompletionScope

Methods

name

Parameter
Name Description
value mixed

value

Parameter
Name Description
name mixed

Constants

COMPLETION_SCOPE_UNSPECIFIED

Value: 0

Default value.

Generated from protobuf enum COMPLETION_SCOPE_UNSPECIFIED = 0;

TENANT

Value: 1

Suggestions are based only on the data provided by the client.

Generated from protobuf enum TENANT = 1;

PBPUBLIC

Value: 2

Suggestions are based on all jobs data in the system that's visible to the client

Generated from protobuf enum PUBLIC = 2;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.