Uses of Class
com.google.cloud.compute.v1.TCPHealthCheck
-
Packages that use TCPHealthCheck Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of TCPHealthCheck in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return TCPHealthCheck Modifier and Type Method Description TCPHealthCheck
TCPHealthCheck.Builder. build()
TCPHealthCheck
TCPHealthCheck.Builder. buildPartial()
static TCPHealthCheck
TCPHealthCheck. getDefaultInstance()
TCPHealthCheck
TCPHealthCheck.Builder. getDefaultInstanceForType()
TCPHealthCheck
TCPHealthCheck. getDefaultInstanceForType()
TCPHealthCheck
HealthCheck.Builder. getTcpHealthCheck()
optional .google.cloud.compute.v1.TCPHealthCheck tcp_health_check = 469980419;
TCPHealthCheck
HealthCheck. getTcpHealthCheck()
optional .google.cloud.compute.v1.TCPHealthCheck tcp_health_check = 469980419;
TCPHealthCheck
HealthCheckOrBuilder. getTcpHealthCheck()
optional .google.cloud.compute.v1.TCPHealthCheck tcp_health_check = 469980419;
static TCPHealthCheck
TCPHealthCheck. parseDelimitedFrom(InputStream input)
static TCPHealthCheck
TCPHealthCheck. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TCPHealthCheck
TCPHealthCheck. parseFrom(byte[] data)
static TCPHealthCheck
TCPHealthCheck. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TCPHealthCheck
TCPHealthCheck. parseFrom(com.google.protobuf.ByteString data)
static TCPHealthCheck
TCPHealthCheck. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TCPHealthCheck
TCPHealthCheck. parseFrom(com.google.protobuf.CodedInputStream input)
static TCPHealthCheck
TCPHealthCheck. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TCPHealthCheck
TCPHealthCheck. parseFrom(InputStream input)
static TCPHealthCheck
TCPHealthCheck. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TCPHealthCheck
TCPHealthCheck. parseFrom(ByteBuffer data)
static TCPHealthCheck
TCPHealthCheck. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type TCPHealthCheck Modifier and Type Method Description com.google.protobuf.Parser<TCPHealthCheck>
TCPHealthCheck. getParserForType()
static com.google.protobuf.Parser<TCPHealthCheck>
TCPHealthCheck. parser()
Methods in com.google.cloud.compute.v1 with parameters of type TCPHealthCheck Modifier and Type Method Description TCPHealthCheck.Builder
TCPHealthCheck.Builder. mergeFrom(TCPHealthCheck other)
HealthCheck.Builder
HealthCheck.Builder. mergeTcpHealthCheck(TCPHealthCheck value)
optional .google.cloud.compute.v1.TCPHealthCheck tcp_health_check = 469980419;
static TCPHealthCheck.Builder
TCPHealthCheck. newBuilder(TCPHealthCheck prototype)
HealthCheck.Builder
HealthCheck.Builder. setTcpHealthCheck(TCPHealthCheck value)
optional .google.cloud.compute.v1.TCPHealthCheck tcp_health_check = 469980419;
-