| Modifier and Type | Method and Description |
|---|---|
static TokenProperties.InvalidReason |
TokenProperties.InvalidReason.forNumber(int value) |
TokenProperties.InvalidReason |
TokenPropertiesOrBuilder.getInvalidReason()
Reason associated with the response when valid = false.
|
TokenProperties.InvalidReason |
TokenProperties.getInvalidReason()
Reason associated with the response when valid = false.
|
TokenProperties.InvalidReason |
TokenProperties.Builder.getInvalidReason()
Reason associated with the response when valid = false.
|
static TokenProperties.InvalidReason |
TokenProperties.InvalidReason.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TokenProperties.InvalidReason |
TokenProperties.InvalidReason.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TokenProperties.InvalidReason |
TokenProperties.InvalidReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenProperties.InvalidReason[] |
TokenProperties.InvalidReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<TokenProperties.InvalidReason> |
TokenProperties.InvalidReason.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
TokenProperties.Builder |
TokenProperties.Builder.setInvalidReason(TokenProperties.InvalidReason value)
Reason associated with the response when valid = false.
|
Copyright © 2021 Google LLC. All rights reserved.