public interface ProbeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Probe.ExecAction |
getExec()
ExecAction probes the health of a container by executing a command.
|
Probe.ExecActionOrBuilder |
getExecOrBuilder()
ExecAction probes the health of a container by executing a command.
|
int |
getPeriodSeconds()
How often (in seconds) to perform the probe.
|
Probe.ProbeTypeCase |
getProbeTypeCase() |
int |
getTimeoutSeconds()
Number of seconds after which the probe times out.
|
boolean |
hasExec()
ExecAction probes the health of a container by executing a command.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasExec()
ExecAction probes the health of a container by executing a command.
.google.cloud.aiplatform.v1beta1.Probe.ExecAction exec = 1;Probe.ExecAction getExec()
ExecAction probes the health of a container by executing a command.
.google.cloud.aiplatform.v1beta1.Probe.ExecAction exec = 1;Probe.ExecActionOrBuilder getExecOrBuilder()
ExecAction probes the health of a container by executing a command.
.google.cloud.aiplatform.v1beta1.Probe.ExecAction exec = 1;int getPeriodSeconds()
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Must be less than timeout_seconds. Maps to Kubernetes probe argument 'periodSeconds'.
int32 period_seconds = 2;int getTimeoutSeconds()
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Must be greater or equal to period_seconds. Maps to Kubernetes probe argument 'timeoutSeconds'.
int32 timeout_seconds = 3;Probe.ProbeTypeCase getProbeTypeCase()
Copyright © 2025 Google LLC. All rights reserved.