| Modifier and Type | Method and Description |
|---|---|
V1.ExecAction.Builder |
V1.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.
|
V1.ExecAction.Builder |
V1.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.
|
V1.ExecAction.Builder |
V1.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.
|
V1.ExecAction.Builder |
V1.ExecAction.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.ExecAction.Builder |
V1.ExecAction.Builder.clear() |
V1.ExecAction.Builder |
V1.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.
|
V1.ExecAction.Builder |
V1.ExecAction.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.ExecAction.Builder |
V1.ExecAction.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.ExecAction.Builder |
V1.ExecAction.Builder.clone() |
V1.ExecAction.Builder |
V1.Handler.Builder.getExecBuilder()
One and only one of the following should be specified.
|
V1.ExecAction.Builder |
V1.ExecAction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.ExecAction.Builder |
V1.ExecAction.Builder.mergeFrom(com.google.protobuf.Message other) |
V1.ExecAction.Builder |
V1.ExecAction.Builder.mergeFrom(V1.ExecAction other) |
V1.ExecAction.Builder |
V1.ExecAction.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static V1.ExecAction.Builder |
V1.ExecAction.newBuilder() |
static V1.ExecAction.Builder |
V1.ExecAction.newBuilder(V1.ExecAction prototype) |
V1.ExecAction.Builder |
V1.ExecAction.newBuilderForType() |
protected V1.ExecAction.Builder |
V1.ExecAction.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
V1.ExecAction.Builder |
V1.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.
|
V1.ExecAction.Builder |
V1.ExecAction.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.ExecAction.Builder |
V1.ExecAction.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.ExecAction.Builder |
V1.ExecAction.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.ExecAction.Builder |
V1.ExecAction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
V1.Handler.Builder |
V1.Handler.Builder.setExec(V1.ExecAction.Builder builderForValue)
One and only one of the following should be specified.
|
Copyright © 2018. All rights reserved.