Mount.Builder |
Action.Builder.addMountsBuilder() |
A list of mounts to make available to the action.
|
Mount.Builder |
Action.Builder.addMountsBuilder(int index) |
A list of mounts to make available to the action.
|
Mount.Builder |
Mount.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Mount.Builder |
Mount.Builder.clear() |
|
Mount.Builder |
Mount.Builder.clearDisk() |
The name of the disk to mount, as specified in the resources section.
|
Mount.Builder |
Mount.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Mount.Builder |
Mount.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Mount.Builder |
Mount.Builder.clearPath() |
The path to mount the disk inside the container.
|
Mount.Builder |
Mount.Builder.clearReadOnly() |
If true, the disk is mounted read-only inside the container.
|
Mount.Builder |
Mount.Builder.clone() |
|
Mount.Builder |
Action.Builder.getMountsBuilder(int index) |
A list of mounts to make available to the action.
|
Mount.Builder |
Mount.Builder.mergeFrom(Mount other) |
|
Mount.Builder |
Mount.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Mount.Builder |
Mount.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Mount.Builder |
Mount.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Mount.Builder |
Mount.newBuilder() |
|
static Mount.Builder |
Mount.newBuilder(Mount prototype) |
|
Mount.Builder |
Mount.newBuilderForType() |
|
protected Mount.Builder |
Mount.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Mount.Builder |
Mount.Builder.setDisk(String value) |
The name of the disk to mount, as specified in the resources section.
|
Mount.Builder |
Mount.Builder.setDiskBytes(com.google.protobuf.ByteString value) |
The name of the disk to mount, as specified in the resources section.
|
Mount.Builder |
Mount.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Mount.Builder |
Mount.Builder.setPath(String value) |
The path to mount the disk inside the container.
|
Mount.Builder |
Mount.Builder.setPathBytes(com.google.protobuf.ByteString value) |
The path to mount the disk inside the container.
|
Mount.Builder |
Mount.Builder.setReadOnly(boolean value) |
If true, the disk is mounted read-only inside the container.
|
Mount.Builder |
Mount.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Mount.Builder |
Mount.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Mount.Builder |
Mount.toBuilder() |
|