Package | Description |
---|---|
com.google.cloud.talent.v4 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static CommuteMethod |
CommuteMethod.forNumber(int value) |
CommuteMethod |
CommuteFilter.getCommuteMethod()
Required.
|
CommuteMethod |
CommuteFilter.Builder.getCommuteMethod()
Required.
|
CommuteMethod |
CommuteFilterOrBuilder.getCommuteMethod()
Required.
|
static CommuteMethod |
CommuteMethod.valueOf(Descriptors.EnumValueDescriptor desc) |
static CommuteMethod |
CommuteMethod.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CommuteMethod |
CommuteMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommuteMethod[] |
CommuteMethod.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<CommuteMethod> |
CommuteMethod.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
CommuteFilter.Builder |
CommuteFilter.Builder.setCommuteMethod(CommuteMethod value)
Required.
|
Copyright © 2022 Google LLC. All rights reserved.