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