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 RestrictedActionRestrictedAction. forNumber(int value)RestrictedActionVolume.Builder. getRestrictedActions(int index)Optional.RestrictedActionVolume. getRestrictedActions(int index)Optional.RestrictedActionVolumeOrBuilder. getRestrictedActions(int index)Optional.static RestrictedActionRestrictedAction. valueOf(int value)Deprecated.static RestrictedActionRestrictedAction. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static RestrictedActionRestrictedAction. 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.BuilderVolume.Builder. addRestrictedActions(RestrictedAction value)Optional.Volume.BuilderVolume.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.BuilderVolume.Builder. addAllRestrictedActions(Iterable<? extends RestrictedAction> values)Optional.
-