Uses of Class
com.google.cloud.aiplatform.v1.Probe.ExecAction
Packages that use Probe.ExecAction
-
Uses of Probe.ExecAction in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Probe.ExecActionModifier and TypeMethodDescriptionProbe.ExecAction.Builder.build()Probe.ExecAction.Builder.buildPartial()static Probe.ExecActionProbe.ExecAction.getDefaultInstance()Probe.ExecAction.Builder.getDefaultInstanceForType()Probe.ExecAction.getDefaultInstanceForType()Probe.Builder.getExec()ExecAction probes the health of a container by executing a command.Probe.getExec()ExecAction probes the health of a container by executing a command.ProbeOrBuilder.getExec()ExecAction probes the health of a container by executing a command.static Probe.ExecActionProbe.ExecAction.parseDelimitedFrom(InputStream input) static Probe.ExecActionProbe.ExecAction.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Probe.ExecActionProbe.ExecAction.parseFrom(byte[] data) static Probe.ExecActionProbe.ExecAction.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Probe.ExecActionProbe.ExecAction.parseFrom(com.google.protobuf.ByteString data) static Probe.ExecActionProbe.ExecAction.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Probe.ExecActionProbe.ExecAction.parseFrom(com.google.protobuf.CodedInputStream input) static Probe.ExecActionProbe.ExecAction.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Probe.ExecActionProbe.ExecAction.parseFrom(InputStream input) static Probe.ExecActionProbe.ExecAction.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Probe.ExecActionProbe.ExecAction.parseFrom(ByteBuffer data) static Probe.ExecActionProbe.ExecAction.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type Probe.ExecActionModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Probe.ExecAction>Probe.ExecAction.getParserForType()static com.google.protobuf.Parser<Probe.ExecAction>Probe.ExecAction.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type Probe.ExecActionModifier and TypeMethodDescriptionProbe.Builder.mergeExec(Probe.ExecAction value) ExecAction probes the health of a container by executing a command.Probe.ExecAction.Builder.mergeFrom(Probe.ExecAction other) static Probe.ExecAction.BuilderProbe.ExecAction.newBuilder(Probe.ExecAction prototype) Probe.Builder.setExec(Probe.ExecAction value) ExecAction probes the health of a container by executing a command.