public static enum CompleteQueryRequest.CompletionScope extends Enum<CompleteQueryRequest.CompletionScope> implements com.google.protobuf.ProtocolMessageEnum
Enum to specify the scope of completion.Protobuf enum
google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionScope| Enum Constant and Description |
|---|
COMPLETION_SCOPE_UNSPECIFIED
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.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
COMPLETION_SCOPE_UNSPECIFIED_VALUE
Default value.
|
static int |
PUBLIC_VALUE
Suggestions are based on all jobs data in the system that's visible to
the client
|
static int |
TENANT_VALUE
Suggestions are based only on the data provided by the client.
|
| Modifier and Type | Method and Description |
|---|---|
static CompleteQueryRequest.CompletionScope |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<CompleteQueryRequest.CompletionScope> |
internalGetValueMap() |
static CompleteQueryRequest.CompletionScope |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CompleteQueryRequest.CompletionScope |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CompleteQueryRequest.CompletionScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompleteQueryRequest.CompletionScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompleteQueryRequest.CompletionScope COMPLETION_SCOPE_UNSPECIFIED
Default value.
COMPLETION_SCOPE_UNSPECIFIED = 0;public static final CompleteQueryRequest.CompletionScope TENANT
Suggestions are based only on the data provided by the client.
TENANT = 1;public static final CompleteQueryRequest.CompletionScope PUBLIC
Suggestions are based on all jobs data in the system that's visible to the client
PUBLIC = 2;public static final CompleteQueryRequest.CompletionScope UNRECOGNIZED
public static final int COMPLETION_SCOPE_UNSPECIFIED_VALUE
Default value.
COMPLETION_SCOPE_UNSPECIFIED = 0;public static final int TENANT_VALUE
Suggestions are based only on the data provided by the client.
TENANT = 1;public static final int PUBLIC_VALUE
Suggestions are based on all jobs data in the system that's visible to the client
PUBLIC = 2;public static CompleteQueryRequest.CompletionScope[] values()
for (CompleteQueryRequest.CompletionScope c : CompleteQueryRequest.CompletionScope.values()) System.out.println(c);
public static CompleteQueryRequest.CompletionScope valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static CompleteQueryRequest.CompletionScope valueOf(int value)
forNumber(int) instead.public static CompleteQueryRequest.CompletionScope forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<CompleteQueryRequest.CompletionScope> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static CompleteQueryRequest.CompletionScope valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019 Google LLC. All rights reserved.