Action.Builder |
Pipeline.Builder.addActionsBuilder() |
The list of actions to execute, in the order they are specified.
|
Action.Builder |
Pipeline.Builder.addActionsBuilder(int index) |
The list of actions to execute, in the order they are specified.
|
Action.Builder |
Action.Builder.addAllCommands(Iterable<String> values) |
If specified, overrides the `CMD` specified in the container.
|
Action.Builder |
Action.Builder.addAllMounts(Iterable<? extends Mount> values) |
A list of mounts to make available to the action.
|
Action.Builder |
Action.Builder.addCommands(String value) |
If specified, overrides the `CMD` specified in the container.
|
Action.Builder |
Action.Builder.addCommandsBytes(com.google.protobuf.ByteString value) |
If specified, overrides the `CMD` specified in the container.
|
Action.Builder |
Action.Builder.addMounts(int index,
Mount value) |
A list of mounts to make available to the action.
|
Action.Builder |
Action.Builder.addMounts(int index,
Mount.Builder builderForValue) |
A list of mounts to make available to the action.
|
Action.Builder |
Action.Builder.addMounts(Mount value) |
A list of mounts to make available to the action.
|
Action.Builder |
Action.Builder.addMounts(Mount.Builder builderForValue) |
A list of mounts to make available to the action.
|
Action.Builder |
Action.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Action.Builder |
Action.Builder.clear() |
|
Action.Builder |
Action.Builder.clearAlwaysRun() |
By default, after an action fails, no further actions are run.
|
Action.Builder |
Action.Builder.clearBlockExternalNetwork() |
Prevents the container from accessing the external network.
|
Action.Builder |
Action.Builder.clearCommands() |
If specified, overrides the `CMD` specified in the container.
|
Action.Builder |
Action.Builder.clearContainerName() |
An optional name for the container.
|
Action.Builder |
Action.Builder.clearCredentials() |
If the specified image is hosted on a private registry other than Google
Container Registry, the credentials required to pull the image must be
specified here as an encrypted secret.
|
Action.Builder |
Action.Builder.clearDisableImagePrefetch() |
All container images are typically downloaded before any actions are
executed.
|
Action.Builder |
Action.Builder.clearDisableStandardErrorCapture() |
A small portion of the container's standard error stream is typically
captured and returned inside the `ContainerStoppedEvent`.
|
Action.Builder |
Action.Builder.clearEnableFuse() |
Enable access to the FUSE device for this action.
|
Action.Builder |
Action.Builder.clearEncryptedEnvironment() |
The encrypted environment to pass into the container.
|
Action.Builder |
Action.Builder.clearEntrypoint() |
If specified, overrides the `ENTRYPOINT` specified in the container.
|
Action.Builder |
Action.Builder.clearEnvironment() |
|
Action.Builder |
Action.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Action.Builder |
Action.Builder.clearIgnoreExitStatus() |
Normally, a non-zero exit status causes the pipeline to fail.
|
Action.Builder |
Action.Builder.clearImageUri() |
Required.
|
Action.Builder |
Action.Builder.clearLabels() |
|
Action.Builder |
Action.Builder.clearMounts() |
A list of mounts to make available to the action.
|
Action.Builder |
Action.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Action.Builder |
Action.Builder.clearPidNamespace() |
An optional identifier for a PID namespace to run the action inside.
|
Action.Builder |
Action.Builder.clearPortMappings() |
|
Action.Builder |
Action.Builder.clearPublishExposedPorts() |
Exposes all ports specified by `EXPOSE` statements in the container.
|
Action.Builder |
Action.Builder.clearRunInBackground() |
This flag allows an action to continue running in the background while
executing subsequent actions.
|
Action.Builder |
Action.Builder.clearTimeout() |
The maximum amount of time to give the action to complete.
|
Action.Builder |
Action.Builder.clone() |
|
Action.Builder |
Pipeline.Builder.getActionsBuilder(int index) |
The list of actions to execute, in the order they are specified.
|
Action.Builder |
Action.Builder.mergeCredentials(Secret value) |
If the specified image is hosted on a private registry other than Google
Container Registry, the credentials required to pull the image must be
specified here as an encrypted secret.
|
Action.Builder |
Action.Builder.mergeEncryptedEnvironment(Secret value) |
The encrypted environment to pass into the container.
|
Action.Builder |
Action.Builder.mergeFrom(Action other) |
|
Action.Builder |
Action.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Action.Builder |
Action.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Action.Builder |
Action.Builder.mergeTimeout(com.google.protobuf.Duration value) |
The maximum amount of time to give the action to complete.
|
Action.Builder |
Action.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Action.Builder |
Action.newBuilder() |
|
static Action.Builder |
Action.newBuilder(Action prototype) |
|
Action.Builder |
Action.newBuilderForType() |
|
protected Action.Builder |
Action.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Action.Builder |
Action.Builder.putAllEnvironment(Map<String,String> values) |
The environment to pass into the container.
|
Action.Builder |
Action.Builder.putAllLabels(Map<String,String> values) |
Labels to associate with the action.
|
Action.Builder |
Action.Builder.putAllPortMappings(Map<Integer,Integer> values) |
A map of containers to host port mappings for this container.
|
Action.Builder |
Action.Builder.putEnvironment(String key,
String value) |
The environment to pass into the container.
|
Action.Builder |
Action.Builder.putLabels(String key,
String value) |
Labels to associate with the action.
|
Action.Builder |
Action.Builder.putPortMappings(int key,
int value) |
A map of containers to host port mappings for this container.
|
Action.Builder |
Action.Builder.removeEnvironment(String key) |
The environment to pass into the container.
|
Action.Builder |
Action.Builder.removeLabels(String key) |
Labels to associate with the action.
|
Action.Builder |
Action.Builder.removeMounts(int index) |
A list of mounts to make available to the action.
|
Action.Builder |
Action.Builder.removePortMappings(int key) |
A map of containers to host port mappings for this container.
|
Action.Builder |
Action.Builder.setAlwaysRun(boolean value) |
By default, after an action fails, no further actions are run.
|
Action.Builder |
Action.Builder.setBlockExternalNetwork(boolean value) |
Prevents the container from accessing the external network.
|
Action.Builder |
Action.Builder.setCommands(int index,
String value) |
If specified, overrides the `CMD` specified in the container.
|
Action.Builder |
Action.Builder.setContainerName(String value) |
An optional name for the container.
|
Action.Builder |
Action.Builder.setContainerNameBytes(com.google.protobuf.ByteString value) |
An optional name for the container.
|
Action.Builder |
Action.Builder.setCredentials(Secret value) |
If the specified image is hosted on a private registry other than Google
Container Registry, the credentials required to pull the image must be
specified here as an encrypted secret.
|
Action.Builder |
Action.Builder.setCredentials(Secret.Builder builderForValue) |
If the specified image is hosted on a private registry other than Google
Container Registry, the credentials required to pull the image must be
specified here as an encrypted secret.
|
Action.Builder |
Action.Builder.setDisableImagePrefetch(boolean value) |
All container images are typically downloaded before any actions are
executed.
|
Action.Builder |
Action.Builder.setDisableStandardErrorCapture(boolean value) |
A small portion of the container's standard error stream is typically
captured and returned inside the `ContainerStoppedEvent`.
|
Action.Builder |
Action.Builder.setEnableFuse(boolean value) |
Enable access to the FUSE device for this action.
|
Action.Builder |
Action.Builder.setEncryptedEnvironment(Secret value) |
The encrypted environment to pass into the container.
|
Action.Builder |
Action.Builder.setEncryptedEnvironment(Secret.Builder builderForValue) |
The encrypted environment to pass into the container.
|
Action.Builder |
Action.Builder.setEntrypoint(String value) |
If specified, overrides the `ENTRYPOINT` specified in the container.
|
Action.Builder |
Action.Builder.setEntrypointBytes(com.google.protobuf.ByteString value) |
If specified, overrides the `ENTRYPOINT` specified in the container.
|
Action.Builder |
Action.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Action.Builder |
Action.Builder.setIgnoreExitStatus(boolean value) |
Normally, a non-zero exit status causes the pipeline to fail.
|
Action.Builder |
Action.Builder.setImageUri(String value) |
Required.
|
Action.Builder |
Action.Builder.setImageUriBytes(com.google.protobuf.ByteString value) |
Required.
|
Action.Builder |
Action.Builder.setMounts(int index,
Mount value) |
A list of mounts to make available to the action.
|
Action.Builder |
Action.Builder.setMounts(int index,
Mount.Builder builderForValue) |
A list of mounts to make available to the action.
|
Action.Builder |
Action.Builder.setPidNamespace(String value) |
An optional identifier for a PID namespace to run the action inside.
|
Action.Builder |
Action.Builder.setPidNamespaceBytes(com.google.protobuf.ByteString value) |
An optional identifier for a PID namespace to run the action inside.
|
Action.Builder |
Action.Builder.setPublishExposedPorts(boolean value) |
Exposes all ports specified by `EXPOSE` statements in the container.
|
Action.Builder |
Action.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Action.Builder |
Action.Builder.setRunInBackground(boolean value) |
This flag allows an action to continue running in the background while
executing subsequent actions.
|
Action.Builder |
Action.Builder.setTimeout(com.google.protobuf.Duration value) |
The maximum amount of time to give the action to complete.
|
Action.Builder |
Action.Builder.setTimeout(com.google.protobuf.Duration.Builder builderForValue) |
The maximum amount of time to give the action to complete.
|
Action.Builder |
Action.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Action.Builder |
Action.toBuilder() |
|