public static interface Probe.TcpSocketActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHost()
Optional: Host name to connect to, defaults to the model serving
container's IP.
|
com.google.protobuf.ByteString |
getHostBytes()
Optional: Host name to connect to, defaults to the model serving
container's IP.
|
int |
getPort()
Number of the port to access on the container.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getPort()
Number of the port to access on the container. Number must be in the range 1 to 65535.
int32 port = 1;String getHost()
Optional: Host name to connect to, defaults to the model serving container's IP.
string host = 2;com.google.protobuf.ByteString getHostBytes()
Optional: Host name to connect to, defaults to the model serving container's IP.
string host = 2;Copyright © 2025 Google LLC. All rights reserved.