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 TCPSocketAction
TCPSocketAction.Builder. build()
TCPSocketAction
TCPSocketAction.Builder. buildPartial()
static TCPSocketAction
TCPSocketAction. getDefaultInstance()
TCPSocketAction
TCPSocketAction.Builder. getDefaultInstanceForType()
TCPSocketAction
TCPSocketAction. getDefaultInstanceForType()
TCPSocketAction
Probe.Builder. getTcpSocket()
TCPSocket specifies an action involving a TCP port.TCPSocketAction
Probe. getTcpSocket()
TCPSocket specifies an action involving a TCP port.TCPSocketAction
ProbeOrBuilder. getTcpSocket()
TCPSocket specifies an action involving a TCP port.static TCPSocketAction
TCPSocketAction. parseDelimitedFrom(InputStream input)
static TCPSocketAction
TCPSocketAction. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TCPSocketAction
TCPSocketAction. parseFrom(byte[] data)
static TCPSocketAction
TCPSocketAction. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TCPSocketAction
TCPSocketAction. parseFrom(com.google.protobuf.ByteString data)
static TCPSocketAction
TCPSocketAction. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TCPSocketAction
TCPSocketAction. parseFrom(com.google.protobuf.CodedInputStream input)
static TCPSocketAction
TCPSocketAction. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TCPSocketAction
TCPSocketAction. parseFrom(InputStream input)
static TCPSocketAction
TCPSocketAction. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TCPSocketAction
TCPSocketAction. parseFrom(ByteBuffer data)
static TCPSocketAction
TCPSocketAction. 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.Builder
TCPSocketAction.Builder. mergeFrom(TCPSocketAction other)
Probe.Builder
Probe.Builder. mergeTcpSocket(TCPSocketAction value)
TCPSocket specifies an action involving a TCP port.static TCPSocketAction.Builder
TCPSocketAction. newBuilder(TCPSocketAction prototype)
Probe.Builder
Probe.Builder. setTcpSocket(TCPSocketAction value)
TCPSocket specifies an action involving a TCP port.
-