| Modifier and Type | Method and Description |
|---|---|
Volume |
Volume.Builder.build() |
Volume |
Volume.Builder.buildPartial() |
static Volume |
Volume.getDefaultInstance() |
Volume |
Volume.getDefaultInstanceForType() |
Volume |
Volume.Builder.getDefaultInstanceForType() |
Volume |
TaskSpec.getVolumes(int index)
Volumes to mount before running Tasks using this TaskSpec.
|
Volume |
TaskSpec.Builder.getVolumes(int index)
Volumes to mount before running Tasks using this TaskSpec.
|
Volume |
TaskSpecOrBuilder.getVolumes(int index)
Volumes to mount before running Tasks using this TaskSpec.
|
static Volume |
Volume.parseDelimitedFrom(InputStream input) |
static Volume |
Volume.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Volume |
Volume.parseFrom(byte[] data) |
static Volume |
Volume.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Volume |
Volume.parseFrom(ByteBuffer data) |
static Volume |
Volume.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Volume |
Volume.parseFrom(com.google.protobuf.ByteString data) |
static Volume |
Volume.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Volume |
Volume.parseFrom(com.google.protobuf.CodedInputStream input) |
static Volume |
Volume.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Volume |
Volume.parseFrom(InputStream input) |
static Volume |
Volume.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Volume> |
Volume.getParserForType() |
List<Volume> |
TaskSpec.getVolumesList()
Volumes to mount before running Tasks using this TaskSpec.
|
List<Volume> |
TaskSpec.Builder.getVolumesList()
Volumes to mount before running Tasks using this TaskSpec.
|
List<Volume> |
TaskSpecOrBuilder.getVolumesList()
Volumes to mount before running Tasks using this TaskSpec.
|
static com.google.protobuf.Parser<Volume> |
Volume.parser() |
| Modifier and Type | Method and Description |
|---|---|
TaskSpec.Builder |
TaskSpec.Builder.addVolumes(int index,
Volume value)
Volumes to mount before running Tasks using this TaskSpec.
|
TaskSpec.Builder |
TaskSpec.Builder.addVolumes(Volume value)
Volumes to mount before running Tasks using this TaskSpec.
|
Volume.Builder |
Volume.Builder.mergeFrom(Volume other) |
static Volume.Builder |
Volume.newBuilder(Volume prototype) |
TaskSpec.Builder |
TaskSpec.Builder.setVolumes(int index,
Volume value)
Volumes to mount before running Tasks using this TaskSpec.
|
| Modifier and Type | Method and Description |
|---|---|
TaskSpec.Builder |
TaskSpec.Builder.addAllVolumes(Iterable<? extends Volume> values)
Volumes to mount before running Tasks using this TaskSpec.
|
Copyright © 2025 Google LLC. All rights reserved.