Uses of Class
com.google.cloud.aiplatform.v1.Probe.TcpSocketAction
Packages that use Probe.TcpSocketAction
-
Uses of Probe.TcpSocketAction in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Probe.TcpSocketActionModifier and TypeMethodDescriptionProbe.TcpSocketAction.Builder.build()Probe.TcpSocketAction.Builder.buildPartial()static Probe.TcpSocketActionProbe.TcpSocketAction.getDefaultInstance()Probe.TcpSocketAction.Builder.getDefaultInstanceForType()Probe.TcpSocketAction.getDefaultInstanceForType()Probe.Builder.getTcpSocket()TcpSocketAction probes the health of a container by opening a TCP socket connection.Probe.getTcpSocket()TcpSocketAction probes the health of a container by opening a TCP socket connection.ProbeOrBuilder.getTcpSocket()TcpSocketAction probes the health of a container by opening a TCP socket connection.static Probe.TcpSocketActionProbe.TcpSocketAction.parseDelimitedFrom(InputStream input) static Probe.TcpSocketActionProbe.TcpSocketAction.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Probe.TcpSocketActionProbe.TcpSocketAction.parseFrom(byte[] data) static Probe.TcpSocketActionProbe.TcpSocketAction.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Probe.TcpSocketActionProbe.TcpSocketAction.parseFrom(com.google.protobuf.ByteString data) static Probe.TcpSocketActionProbe.TcpSocketAction.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Probe.TcpSocketActionProbe.TcpSocketAction.parseFrom(com.google.protobuf.CodedInputStream input) static Probe.TcpSocketActionProbe.TcpSocketAction.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Probe.TcpSocketActionProbe.TcpSocketAction.parseFrom(InputStream input) static Probe.TcpSocketActionProbe.TcpSocketAction.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Probe.TcpSocketActionProbe.TcpSocketAction.parseFrom(ByteBuffer data) static Probe.TcpSocketActionProbe.TcpSocketAction.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type Probe.TcpSocketActionModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Probe.TcpSocketAction>Probe.TcpSocketAction.getParserForType()static com.google.protobuf.Parser<Probe.TcpSocketAction>Probe.TcpSocketAction.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type Probe.TcpSocketActionModifier and TypeMethodDescriptionProbe.TcpSocketAction.Builder.mergeFrom(Probe.TcpSocketAction other) Probe.Builder.mergeTcpSocket(Probe.TcpSocketAction value) TcpSocketAction probes the health of a container by opening a TCP socket connection.Probe.TcpSocketAction.newBuilder(Probe.TcpSocketAction prototype) Probe.Builder.setTcpSocket(Probe.TcpSocketAction value) TcpSocketAction probes the health of a container by opening a TCP socket connection.