Uses of Class
com.google.cloud.netapp.v1.Protocols
-
Packages that use Protocols Package Description com.google.cloud.netapp.v1 A client to NetApp API -
-
Uses of Protocols in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return Protocols Modifier and Type Method Description static Protocols
Protocols. forNumber(int value)
Protocols
MountOption.Builder. getProtocol()
Protocol to mount with.Protocols
MountOption. getProtocol()
Protocol to mount with.Protocols
MountOptionOrBuilder. getProtocol()
Protocol to mount with.Protocols
Volume.Builder. getProtocols(int index)
Required.Protocols
Volume. getProtocols(int index)
Required.Protocols
VolumeOrBuilder. getProtocols(int index)
Required.static Protocols
Protocols. valueOf(int value)
Deprecated.static Protocols
Protocols. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Protocols
Protocols. valueOf(String name)
Returns the enum constant of this type with the specified name.static Protocols[]
Protocols. 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 Protocols Modifier and Type Method Description List<Protocols>
Volume.Builder. getProtocolsList()
Required.List<Protocols>
Volume. getProtocolsList()
Required.List<Protocols>
VolumeOrBuilder. getProtocolsList()
Required.static com.google.protobuf.Internal.EnumLiteMap<Protocols>
Protocols. internalGetValueMap()
Methods in com.google.cloud.netapp.v1 with parameters of type Protocols Modifier and Type Method Description Volume.Builder
Volume.Builder. addProtocols(Protocols value)
Required.MountOption.Builder
MountOption.Builder. setProtocol(Protocols value)
Protocol to mount with.Volume.Builder
Volume.Builder. setProtocols(int index, Protocols value)
Required.Method parameters in com.google.cloud.netapp.v1 with type arguments of type Protocols Modifier and Type Method Description Volume.Builder
Volume.Builder. addAllProtocols(Iterable<? extends Protocols> values)
Required.
-