| Modifier and Type | Method and Description |
|---|---|
static CustomConstraint.ActionType |
CustomConstraint.ActionType.forNumber(int value) |
CustomConstraint.ActionType |
CustomConstraint.getActionType()
Allow or deny type.
|
CustomConstraint.ActionType |
CustomConstraint.Builder.getActionType()
Allow or deny type.
|
CustomConstraint.ActionType |
CustomConstraintOrBuilder.getActionType()
Allow or deny type.
|
static CustomConstraint.ActionType |
CustomConstraint.ActionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CustomConstraint.ActionType |
CustomConstraint.ActionType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CustomConstraint.ActionType |
CustomConstraint.ActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomConstraint.ActionType[] |
CustomConstraint.ActionType.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<CustomConstraint.ActionType> |
CustomConstraint.ActionType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
CustomConstraint.Builder |
CustomConstraint.Builder.setActionType(CustomConstraint.ActionType value)
Allow or deny type.
|
Copyright © 2024 Google LLC. All rights reserved.