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