Runnable.Container.Builder |
Runnable.Container.Builder.addAllCommands(Iterable<String> values) |
Overrides the `CMD` specified in the container.
|
Runnable.Container.Builder |
Runnable.Container.Builder.addAllVolumes(Iterable<String> values) |
Volumes to mount (bind mount) from the host machine files or directories
into the container, formatted to match docker run's --volume option,
e.g.
|
Runnable.Container.Builder |
Runnable.Container.Builder.addCommands(String value) |
Overrides the `CMD` specified in the container.
|
Runnable.Container.Builder |
Runnable.Container.Builder.addCommandsBytes(com.google.protobuf.ByteString value) |
Overrides the `CMD` specified in the container.
|
Runnable.Container.Builder |
Runnable.Container.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Runnable.Container.Builder |
Runnable.Container.Builder.addVolumes(String value) |
Volumes to mount (bind mount) from the host machine files or directories
into the container, formatted to match docker run's --volume option,
e.g.
|
Runnable.Container.Builder |
Runnable.Container.Builder.addVolumesBytes(com.google.protobuf.ByteString value) |
Volumes to mount (bind mount) from the host machine files or directories
into the container, formatted to match docker run's --volume option,
e.g.
|
Runnable.Container.Builder |
Runnable.Container.Builder.clear() |
|
Runnable.Container.Builder |
Runnable.Container.Builder.clearBlockExternalNetwork() |
If set to true, external network access to and from container will be
blocked, containers that are with block_external_network as true can
still communicate with each other, network cannot be specified in the
`container.options` field.
|
Runnable.Container.Builder |
Runnable.Container.Builder.clearCommands() |
Overrides the `CMD` specified in the container.
|
Runnable.Container.Builder |
Runnable.Container.Builder.clearEntrypoint() |
Overrides the `ENTRYPOINT` specified in the container.
|
Runnable.Container.Builder |
Runnable.Container.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Runnable.Container.Builder |
Runnable.Container.Builder.clearImageUri() |
The URI to pull the container image from.
|
Runnable.Container.Builder |
Runnable.Container.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Runnable.Container.Builder |
Runnable.Container.Builder.clearOptions() |
Arbitrary additional options to include in the "docker run" command when
running this container, e.g.
|
Runnable.Container.Builder |
Runnable.Container.Builder.clearPassword() |
Optional password for logging in to a docker registry.
|
Runnable.Container.Builder |
Runnable.Container.Builder.clearUsername() |
Optional username for logging in to a docker registry.
|
Runnable.Container.Builder |
Runnable.Container.Builder.clearVolumes() |
Volumes to mount (bind mount) from the host machine files or directories
into the container, formatted to match docker run's --volume option,
e.g.
|
Runnable.Container.Builder |
Runnable.Container.Builder.clone() |
|
Runnable.Container.Builder |
Runnable.Builder.getContainerBuilder() |
Container runnable.
|
Runnable.Container.Builder |
Runnable.Container.Builder.mergeFrom(Runnable.Container other) |
|
Runnable.Container.Builder |
Runnable.Container.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Runnable.Container.Builder |
Runnable.Container.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Runnable.Container.Builder |
Runnable.Container.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Runnable.Container.Builder |
Runnable.Container.newBuilder() |
|
static Runnable.Container.Builder |
Runnable.Container.newBuilder(Runnable.Container prototype) |
|
Runnable.Container.Builder |
Runnable.Container.newBuilderForType() |
|
protected Runnable.Container.Builder |
Runnable.Container.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Runnable.Container.Builder |
Runnable.Container.Builder.setBlockExternalNetwork(boolean value) |
If set to true, external network access to and from container will be
blocked, containers that are with block_external_network as true can
still communicate with each other, network cannot be specified in the
`container.options` field.
|
Runnable.Container.Builder |
Runnable.Container.Builder.setCommands(int index,
String value) |
Overrides the `CMD` specified in the container.
|
Runnable.Container.Builder |
Runnable.Container.Builder.setEntrypoint(String value) |
Overrides the `ENTRYPOINT` specified in the container.
|
Runnable.Container.Builder |
Runnable.Container.Builder.setEntrypointBytes(com.google.protobuf.ByteString value) |
Overrides the `ENTRYPOINT` specified in the container.
|
Runnable.Container.Builder |
Runnable.Container.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Runnable.Container.Builder |
Runnable.Container.Builder.setImageUri(String value) |
The URI to pull the container image from.
|
Runnable.Container.Builder |
Runnable.Container.Builder.setImageUriBytes(com.google.protobuf.ByteString value) |
The URI to pull the container image from.
|
Runnable.Container.Builder |
Runnable.Container.Builder.setOptions(String value) |
Arbitrary additional options to include in the "docker run" command when
running this container, e.g.
|
Runnable.Container.Builder |
Runnable.Container.Builder.setOptionsBytes(com.google.protobuf.ByteString value) |
Arbitrary additional options to include in the "docker run" command when
running this container, e.g.
|
Runnable.Container.Builder |
Runnable.Container.Builder.setPassword(String value) |
Optional password for logging in to a docker registry.
|
Runnable.Container.Builder |
Runnable.Container.Builder.setPasswordBytes(com.google.protobuf.ByteString value) |
Optional password for logging in to a docker registry.
|
Runnable.Container.Builder |
Runnable.Container.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Runnable.Container.Builder |
Runnable.Container.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Runnable.Container.Builder |
Runnable.Container.Builder.setUsername(String value) |
Optional username for logging in to a docker registry.
|
Runnable.Container.Builder |
Runnable.Container.Builder.setUsernameBytes(com.google.protobuf.ByteString value) |
Optional username for logging in to a docker registry.
|
Runnable.Container.Builder |
Runnable.Container.Builder.setVolumes(int index,
String value) |
Volumes to mount (bind mount) from the host machine files or directories
into the container, formatted to match docker run's --volume option,
e.g.
|
Runnable.Container.Builder |
Runnable.Container.toBuilder() |
|