Package | Description |
---|---|
com.google.cloud.talent.v4 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static CompleteQueryRequest.CompletionScope |
CompleteQueryRequest.CompletionScope.forNumber(int value) |
CompleteQueryRequest.CompletionScope |
CompleteQueryRequest.getScope()
The scope of the completion.
|
CompleteQueryRequest.CompletionScope |
CompleteQueryRequest.Builder.getScope()
The scope of the completion.
|
CompleteQueryRequest.CompletionScope |
CompleteQueryRequestOrBuilder.getScope()
The scope of the completion.
|
static CompleteQueryRequest.CompletionScope |
CompleteQueryRequest.CompletionScope.valueOf(Descriptors.EnumValueDescriptor desc) |
static CompleteQueryRequest.CompletionScope |
CompleteQueryRequest.CompletionScope.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CompleteQueryRequest.CompletionScope |
CompleteQueryRequest.CompletionScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompleteQueryRequest.CompletionScope[] |
CompleteQueryRequest.CompletionScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<CompleteQueryRequest.CompletionScope> |
CompleteQueryRequest.CompletionScope.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
CompleteQueryRequest.Builder |
CompleteQueryRequest.Builder.setScope(CompleteQueryRequest.CompletionScope value)
The scope of the completion.
|
Copyright © 2022 Google LLC. All rights reserved.