| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
Probe.ExecAction.Builder |
Probe.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 |
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 |
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 |
Probe.ExecAction.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Probe.ExecAction.Builder |
Probe.ExecAction.Builder.clear() |
Probe.ExecAction.Builder |
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.ExecAction.Builder |
Probe.ExecAction.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Probe.ExecAction.Builder |
Probe.ExecAction.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Probe.ExecAction.Builder |
Probe.ExecAction.Builder.clone() |
Probe.ExecAction.Builder |
Probe.Builder.getExecBuilder()
Exec specifies the action to take.
|
Probe.ExecAction.Builder |
Probe.ExecAction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Probe.ExecAction.Builder |
Probe.ExecAction.Builder.mergeFrom(com.google.protobuf.Message other) |
Probe.ExecAction.Builder |
Probe.ExecAction.Builder.mergeFrom(Probe.ExecAction other) |
Probe.ExecAction.Builder |
Probe.ExecAction.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Probe.ExecAction.Builder |
Probe.ExecAction.newBuilder() |
static Probe.ExecAction.Builder |
Probe.ExecAction.newBuilder(Probe.ExecAction prototype) |
Probe.ExecAction.Builder |
Probe.ExecAction.newBuilderForType() |
protected Probe.ExecAction.Builder |
Probe.ExecAction.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Probe.ExecAction.Builder |
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.Builder |
Probe.ExecAction.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Probe.ExecAction.Builder |
Probe.ExecAction.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Probe.ExecAction.Builder |
Probe.ExecAction.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Probe.ExecAction.Builder |
Probe.ExecAction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Probe.Builder |
Probe.Builder.setExec(Probe.ExecAction.Builder builderForValue)
Exec specifies the action to take.
|
Copyright © 2024 Google LLC. All rights reserved.