Uses of Class
com.google.cloud.netapp.v1.RestrictedAction
-
Packages that use RestrictedAction Package Description com.google.cloud.netapp.v1 A client to NetApp API -
-
Uses of RestrictedAction in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return RestrictedAction Modifier and Type Method Description static RestrictedAction
RestrictedAction. forNumber(int value)
RestrictedAction
Volume.Builder. getRestrictedActions(int index)
Optional.RestrictedAction
Volume. getRestrictedActions(int index)
Optional.RestrictedAction
VolumeOrBuilder. getRestrictedActions(int index)
Optional.static RestrictedAction
RestrictedAction. valueOf(int value)
Deprecated.static RestrictedAction
RestrictedAction. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.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.Methods in com.google.cloud.netapp.v1 that return types with arguments of type RestrictedAction Modifier and Type Method Description List<RestrictedAction>
Volume.Builder. getRestrictedActionsList()
Optional.List<RestrictedAction>
Volume. getRestrictedActionsList()
Optional.List<RestrictedAction>
VolumeOrBuilder. getRestrictedActionsList()
Optional.static com.google.protobuf.Internal.EnumLiteMap<RestrictedAction>
RestrictedAction. internalGetValueMap()
Methods in com.google.cloud.netapp.v1 with parameters of type RestrictedAction Modifier and Type Method Description Volume.Builder
Volume.Builder. addRestrictedActions(RestrictedAction value)
Optional.Volume.Builder
Volume.Builder. setRestrictedActions(int index, RestrictedAction value)
Optional.Method parameters in com.google.cloud.netapp.v1 with type arguments of type RestrictedAction Modifier and Type Method Description Volume.Builder
Volume.Builder. addAllRestrictedActions(Iterable<? extends RestrictedAction> values)
Optional.
-