Enum CompleteQueryRequest.CompletionScope (2.38.0)

public enum CompleteQueryRequest.CompletionScope extends Enum<CompleteQueryRequest.CompletionScope> implements ProtocolMessageEnum

Enum to specify the scope of completion.

Protobuf enum google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionScope

Implements

ProtocolMessageEnum

Static Fields

NameDescription
COMPLETION_SCOPE_UNSPECIFIED

Default value.

COMPLETION_SCOPE_UNSPECIFIED = 0;

COMPLETION_SCOPE_UNSPECIFIED_VALUE

Default value.

COMPLETION_SCOPE_UNSPECIFIED = 0;

PUBLIC

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

PUBLIC = 2;

PUBLIC_VALUE

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

PUBLIC = 2;

TENANT

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

TENANT = 1;

TENANT_VALUE

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

TENANT = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()