| Modifier and Type | Method and Description |
|---|---|
MountOption |
MountOption.Builder.build() |
MountOption |
MountOption.Builder.buildPartial() |
static MountOption |
MountOption.getDefaultInstance() |
MountOption |
MountOption.getDefaultInstanceForType() |
MountOption |
MountOption.Builder.getDefaultInstanceForType() |
MountOption |
VolumeOrBuilder.getMountOptions(int index)
Output only.
|
MountOption |
Volume.getMountOptions(int index)
Output only.
|
MountOption |
Volume.Builder.getMountOptions(int index)
Output only.
|
static MountOption |
MountOption.parseDelimitedFrom(InputStream input) |
static MountOption |
MountOption.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MountOption |
MountOption.parseFrom(byte[] data) |
static MountOption |
MountOption.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MountOption |
MountOption.parseFrom(ByteBuffer data) |
static MountOption |
MountOption.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MountOption |
MountOption.parseFrom(com.google.protobuf.ByteString data) |
static MountOption |
MountOption.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MountOption |
MountOption.parseFrom(com.google.protobuf.CodedInputStream input) |
static MountOption |
MountOption.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MountOption |
MountOption.parseFrom(InputStream input) |
static MountOption |
MountOption.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<MountOption> |
VolumeOrBuilder.getMountOptionsList()
Output only.
|
List<MountOption> |
Volume.getMountOptionsList()
Output only.
|
List<MountOption> |
Volume.Builder.getMountOptionsList()
Output only.
|
com.google.protobuf.Parser<MountOption> |
MountOption.getParserForType() |
static com.google.protobuf.Parser<MountOption> |
MountOption.parser() |
| Modifier and Type | Method and Description |
|---|---|
Volume.Builder |
Volume.Builder.addMountOptions(int index,
MountOption value)
Output only.
|
Volume.Builder |
Volume.Builder.addMountOptions(MountOption value)
Output only.
|
MountOption.Builder |
MountOption.Builder.mergeFrom(MountOption other) |
static MountOption.Builder |
MountOption.newBuilder(MountOption prototype) |
Volume.Builder |
Volume.Builder.setMountOptions(int index,
MountOption value)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
Volume.Builder |
Volume.Builder.addAllMountOptions(Iterable<? extends MountOption> values)
Output only.
|
Copyright © 2024 Google LLC. All rights reserved.