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