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 ProtocolsProtocols. forNumber(int value)ProtocolsMountOption.Builder. getProtocol()Protocol to mount with.ProtocolsMountOption. getProtocol()Protocol to mount with.ProtocolsMountOptionOrBuilder. getProtocol()Protocol to mount with.ProtocolsVolume.Builder. getProtocols(int index)Required.ProtocolsVolume. getProtocols(int index)Required.ProtocolsVolumeOrBuilder. getProtocols(int index)Required.static ProtocolsProtocols. valueOf(int value)Deprecated.static ProtocolsProtocols. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ProtocolsProtocols. 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.BuilderVolume.Builder. addProtocols(Protocols value)Required.MountOption.BuilderMountOption.Builder. setProtocol(Protocols value)Protocol to mount with.Volume.BuilderVolume.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.BuilderVolume.Builder. addAllProtocols(Iterable<? extends Protocols> values)Required.
-