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 SMBSettingsSMBSettings. forNumber(int value)SMBSettingsVolume.Builder. getSmbSettings(int index)Optional.SMBSettingsVolume. getSmbSettings(int index)Optional.SMBSettingsVolumeOrBuilder. getSmbSettings(int index)Optional.static SMBSettingsSMBSettings. valueOf(int value)Deprecated.static SMBSettingsSMBSettings. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static SMBSettingsSMBSettings. 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.BuilderVolume.Builder. addSmbSettings(SMBSettings value)Optional.Volume.BuilderVolume.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.BuilderVolume.Builder. addAllSmbSettings(Iterable<? extends SMBSettings> values)Optional.
-