Generated.ExecAction.Builder |
Generated.ExecAction.Builder.addAllCommand(Iterable<String> values) |
Command is the command line to execute inside the container, the working directory for the
command is root ('/') in the container's filesystem.
|
Generated.ExecAction.Builder |
Generated.ExecAction.Builder.addCommand(String value) |
Command is the command line to execute inside the container, the working directory for the
command is root ('/') in the container's filesystem.
|
Generated.ExecAction.Builder |
Generated.ExecAction.Builder.addCommandBytes(com.google.protobuf.ByteString value) |
Command is the command line to execute inside the container, the working directory for the
command is root ('/') in the container's filesystem.
|
Generated.ExecAction.Builder |
Generated.ExecAction.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Generated.ExecAction.Builder |
Generated.ExecAction.Builder.clear() |
|
Generated.ExecAction.Builder |
Generated.ExecAction.Builder.clearCommand() |
Command is the command line to execute inside the container, the working directory for the
command is root ('/') in the container's filesystem.
|
Generated.ExecAction.Builder |
Generated.ExecAction.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Generated.ExecAction.Builder |
Generated.ExecAction.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Generated.ExecAction.Builder |
Generated.ExecAction.Builder.clone() |
|
Generated.ExecAction.Builder |
Generated.LifecycleHandler.Builder.getExecBuilder() |
Exec specifies a command to execute in the container.
|
Generated.ExecAction.Builder |
Generated.ProbeHandler.Builder.getExecBuilder() |
Exec specifies a command to execute in the container.
|
Generated.ExecAction.Builder |
Generated.ExecAction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Generated.ExecAction.Builder |
Generated.ExecAction.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Generated.ExecAction.Builder |
Generated.ExecAction.Builder.mergeFrom(Generated.ExecAction other) |
|
Generated.ExecAction.Builder |
Generated.ExecAction.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Generated.ExecAction.Builder |
Generated.ExecAction.newBuilder() |
|
static Generated.ExecAction.Builder |
Generated.ExecAction.newBuilder(Generated.ExecAction prototype) |
|
Generated.ExecAction.Builder |
Generated.ExecAction.newBuilderForType() |
|
protected Generated.ExecAction.Builder |
Generated.ExecAction.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Generated.ExecAction.Builder |
Generated.ExecAction.Builder.setCommand(int index,
String value) |
Command is the command line to execute inside the container, the working directory for the
command is root ('/') in the container's filesystem.
|
Generated.ExecAction.Builder |
Generated.ExecAction.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Generated.ExecAction.Builder |
Generated.ExecAction.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Generated.ExecAction.Builder |
Generated.ExecAction.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Generated.ExecAction.Builder |
Generated.ExecAction.toBuilder() |
|