Uses of Enum Class
pb.Ops.MountType
Packages that use Ops.MountType
-
Uses of Ops.MountType in pb
Subclasses with type arguments of type Ops.MountType in pbModifier and TypeClassDescriptionstatic enum
MountType defines a type of a mount from a supported setMethods in pb that return Ops.MountTypeModifier and TypeMethodDescriptionstatic Ops.MountType
Ops.MountType.forNumber
(int value) Ops.Mount.Builder.getMountType()
.pb.MountType mountType = 6;
Ops.Mount.getMountType()
.pb.MountType mountType = 6;
Ops.MountOrBuilder.getMountType()
.pb.MountType mountType = 6;
static Ops.MountType
Ops.MountType.valueOf
(int value) Deprecated.static Ops.MountType
Ops.MountType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Ops.MountType
Returns the enum constant of this class with the specified name.static Ops.MountType[]
Ops.MountType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in pb that return types with arguments of type Ops.MountTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<Ops.MountType> Ops.MountType.internalGetValueMap()
Methods in pb with parameters of type Ops.MountTypeModifier and TypeMethodDescriptionOps.Mount.Builder.setMountType
(Ops.MountType value) .pb.MountType mountType = 6;