| Modifier and Type | Method and Description |
|---|---|
static RestrictedAction |
RestrictedAction.forNumber(int value) |
RestrictedAction |
VolumeOrBuilder.getRestrictedActions(int index)
Optional.
|
RestrictedAction |
Volume.getRestrictedActions(int index)
Optional.
|
RestrictedAction |
Volume.Builder.getRestrictedActions(int index)
Optional.
|
static RestrictedAction |
RestrictedAction.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RestrictedAction |
RestrictedAction.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RestrictedAction |
RestrictedAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestrictedAction[] |
RestrictedAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<RestrictedAction> |
VolumeOrBuilder.getRestrictedActionsList()
Optional.
|
List<RestrictedAction> |
Volume.getRestrictedActionsList()
Optional.
|
List<RestrictedAction> |
Volume.Builder.getRestrictedActionsList()
Optional.
|
static com.google.protobuf.Internal.EnumLiteMap<RestrictedAction> |
RestrictedAction.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Volume.Builder |
Volume.Builder.addRestrictedActions(RestrictedAction value)
Optional.
|
Volume.Builder |
Volume.Builder.setRestrictedActions(int index,
RestrictedAction value)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
Volume.Builder |
Volume.Builder.addAllRestrictedActions(Iterable<? extends RestrictedAction> values)
Optional.
|
Copyright © 2024 Google LLC. All rights reserved.