Uses of Class
com.google.cloud.aiplatform.v1.Probe.ExecAction.Builder
Packages that use Probe.ExecAction.Builder
-
Uses of Probe.ExecAction.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Probe.ExecAction.BuilderModifier and TypeMethodDescriptionProbe.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.Probe.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.Probe.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.Probe.ExecAction.Builder.clear()Probe.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.Probe.Builder.getExecBuilder()ExecAction probes the health of a container by executing a command.Probe.ExecAction.Builder.mergeFrom(Probe.ExecAction other) Probe.ExecAction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Probe.ExecAction.Builder.mergeFrom(com.google.protobuf.Message other) static Probe.ExecAction.BuilderProbe.ExecAction.newBuilder()static Probe.ExecAction.BuilderProbe.ExecAction.newBuilder(Probe.ExecAction prototype) Probe.ExecAction.newBuilderForType()protected Probe.ExecAction.BuilderProbe.ExecAction.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Probe.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.Probe.ExecAction.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type Probe.ExecAction.BuilderModifier and TypeMethodDescriptionProbe.Builder.setExec(Probe.ExecAction.Builder builderForValue) ExecAction probes the health of a container by executing a command.