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