Uses of Class
com.google.cloud.aiplatform.v1.Probe.TcpSocketAction.Builder
Packages that use Probe.TcpSocketAction.Builder
-
Uses of Probe.TcpSocketAction.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Probe.TcpSocketAction.BuilderModifier and TypeMethodDescriptionProbe.TcpSocketAction.Builder.clear()Probe.TcpSocketAction.Builder.clearHost()Optional: Host name to connect to, defaults to the model serving container's IP.Probe.TcpSocketAction.Builder.clearPort()Number of the port to access on the container.Probe.Builder.getTcpSocketBuilder()TcpSocketAction probes the health of a container by opening a TCP socket connection.Probe.TcpSocketAction.Builder.mergeFrom(Probe.TcpSocketAction other) Probe.TcpSocketAction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Probe.TcpSocketAction.Builder.mergeFrom(com.google.protobuf.Message other) Probe.TcpSocketAction.newBuilder()Probe.TcpSocketAction.newBuilder(Probe.TcpSocketAction prototype) Probe.TcpSocketAction.newBuilderForType()protected Probe.TcpSocketAction.BuilderProbe.TcpSocketAction.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Optional: Host name to connect to, defaults to the model serving container's IP.Probe.TcpSocketAction.Builder.setHostBytes(com.google.protobuf.ByteString value) Optional: Host name to connect to, defaults to the model serving container's IP.Probe.TcpSocketAction.Builder.setPort(int value) Number of the port to access on the container.Probe.TcpSocketAction.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type Probe.TcpSocketAction.BuilderModifier and TypeMethodDescriptionProbe.Builder.setTcpSocket(Probe.TcpSocketAction.Builder builderForValue) TcpSocketAction probes the health of a container by opening a TCP socket connection.