| Modifier and Type | Method and Description |
|---|---|
static SMBSettings |
SMBSettings.forNumber(int value) |
SMBSettings |
VolumeOrBuilder.getSmbSettings(int index)
Optional.
|
SMBSettings |
Volume.getSmbSettings(int index)
Optional.
|
SMBSettings |
Volume.Builder.getSmbSettings(int index)
Optional.
|
static SMBSettings |
SMBSettings.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SMBSettings |
SMBSettings.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<SMBSettings> |
VolumeOrBuilder.getSmbSettingsList()
Optional.
|
List<SMBSettings> |
Volume.getSmbSettingsList()
Optional.
|
List<SMBSettings> |
Volume.Builder.getSmbSettingsList()
Optional.
|
static com.google.protobuf.Internal.EnumLiteMap<SMBSettings> |
SMBSettings.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Volume.Builder |
Volume.Builder.addSmbSettings(SMBSettings value)
Optional.
|
Volume.Builder |
Volume.Builder.setSmbSettings(int index,
SMBSettings value)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
Volume.Builder |
Volume.Builder.addAllSmbSettings(Iterable<? extends SMBSettings> values)
Optional.
|
Copyright © 2024 Google LLC. All rights reserved.