| Modifier and Type | Method and Description |
|---|---|
static Protocols |
Protocols.forNumber(int value) |
Protocols |
MountOption.getProtocol()
Protocol to mount with.
|
Protocols |
MountOption.Builder.getProtocol()
Protocol to mount with.
|
Protocols |
MountOptionOrBuilder.getProtocol()
Protocol to mount with.
|
Protocols |
VolumeOrBuilder.getProtocols(int index)
Required.
|
Protocols |
Volume.getProtocols(int index)
Required.
|
Protocols |
Volume.Builder.getProtocols(int index)
Required.
|
static Protocols |
Protocols.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Protocols |
Protocols.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Protocols> |
VolumeOrBuilder.getProtocolsList()
Required.
|
List<Protocols> |
Volume.getProtocolsList()
Required.
|
List<Protocols> |
Volume.Builder.getProtocolsList()
Required.
|
static com.google.protobuf.Internal.EnumLiteMap<Protocols> |
Protocols.internalGetValueMap() |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Volume.Builder |
Volume.Builder.addAllProtocols(Iterable<? extends Protocols> values)
Required.
|
Copyright © 2024 Google LLC. All rights reserved.