Uses of Class
com.google.cloud.run.v2.TCPSocketAction
-
Packages that use TCPSocketAction Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of TCPSocketAction in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return TCPSocketAction Modifier and Type Method Description TCPSocketActionTCPSocketAction.Builder. build()TCPSocketActionTCPSocketAction.Builder. buildPartial()static TCPSocketActionTCPSocketAction. getDefaultInstance()TCPSocketActionTCPSocketAction.Builder. getDefaultInstanceForType()TCPSocketActionTCPSocketAction. getDefaultInstanceForType()TCPSocketActionProbe.Builder. getTcpSocket()TCPSocket specifies an action involving a TCP port.TCPSocketActionProbe. getTcpSocket()TCPSocket specifies an action involving a TCP port.TCPSocketActionProbeOrBuilder. getTcpSocket()TCPSocket specifies an action involving a TCP port.static TCPSocketActionTCPSocketAction. parseDelimitedFrom(InputStream input)static TCPSocketActionTCPSocketAction. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TCPSocketActionTCPSocketAction. parseFrom(byte[] data)static TCPSocketActionTCPSocketAction. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TCPSocketActionTCPSocketAction. parseFrom(com.google.protobuf.ByteString data)static TCPSocketActionTCPSocketAction. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TCPSocketActionTCPSocketAction. parseFrom(com.google.protobuf.CodedInputStream input)static TCPSocketActionTCPSocketAction. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TCPSocketActionTCPSocketAction. parseFrom(InputStream input)static TCPSocketActionTCPSocketAction. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TCPSocketActionTCPSocketAction. parseFrom(ByteBuffer data)static TCPSocketActionTCPSocketAction. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.run.v2 that return types with arguments of type TCPSocketAction Modifier and Type Method Description com.google.protobuf.Parser<TCPSocketAction>TCPSocketAction. getParserForType()static com.google.protobuf.Parser<TCPSocketAction>TCPSocketAction. parser()Methods in com.google.cloud.run.v2 with parameters of type TCPSocketAction Modifier and Type Method Description TCPSocketAction.BuilderTCPSocketAction.Builder. mergeFrom(TCPSocketAction other)Probe.BuilderProbe.Builder. mergeTcpSocket(TCPSocketAction value)TCPSocket specifies an action involving a TCP port.static TCPSocketAction.BuilderTCPSocketAction. newBuilder(TCPSocketAction prototype)Probe.BuilderProbe.Builder. setTcpSocket(TCPSocketAction value)TCPSocket specifies an action involving a TCP port.
-