Uses of Class
com.google.cloud.compute.v1.HealthCheckReference
-
Packages that use HealthCheckReference Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of HealthCheckReference in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return HealthCheckReference Modifier and Type Method Description HealthCheckReference
HealthCheckReference.Builder. build()
HealthCheckReference
HealthCheckReference.Builder. buildPartial()
static HealthCheckReference
HealthCheckReference. getDefaultInstance()
HealthCheckReference
HealthCheckReference.Builder. getDefaultInstanceForType()
HealthCheckReference
HealthCheckReference. getDefaultInstanceForType()
HealthCheckReference
HealthStatusForNetworkEndpoint.Builder. getHealthCheck()
URL of the health check associated with the health state of the network endpoint.HealthCheckReference
HealthStatusForNetworkEndpoint. getHealthCheck()
URL of the health check associated with the health state of the network endpoint.HealthCheckReference
HealthStatusForNetworkEndpointOrBuilder. getHealthCheck()
URL of the health check associated with the health state of the network endpoint.HealthCheckReference
TargetPoolsAddHealthCheckRequest.Builder. getHealthChecks(int index)
The HttpHealthCheck to add to the target pool.HealthCheckReference
TargetPoolsAddHealthCheckRequest. getHealthChecks(int index)
The HttpHealthCheck to add to the target pool.HealthCheckReference
TargetPoolsAddHealthCheckRequestOrBuilder. getHealthChecks(int index)
The HttpHealthCheck to add to the target pool.HealthCheckReference
TargetPoolsRemoveHealthCheckRequest.Builder. getHealthChecks(int index)
Health check URL to be removed.HealthCheckReference
TargetPoolsRemoveHealthCheckRequest. getHealthChecks(int index)
Health check URL to be removed.HealthCheckReference
TargetPoolsRemoveHealthCheckRequestOrBuilder. getHealthChecks(int index)
Health check URL to be removed.static HealthCheckReference
HealthCheckReference. parseDelimitedFrom(InputStream input)
static HealthCheckReference
HealthCheckReference. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthCheckReference
HealthCheckReference. parseFrom(byte[] data)
static HealthCheckReference
HealthCheckReference. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthCheckReference
HealthCheckReference. parseFrom(com.google.protobuf.ByteString data)
static HealthCheckReference
HealthCheckReference. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthCheckReference
HealthCheckReference. parseFrom(com.google.protobuf.CodedInputStream input)
static HealthCheckReference
HealthCheckReference. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthCheckReference
HealthCheckReference. parseFrom(InputStream input)
static HealthCheckReference
HealthCheckReference. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthCheckReference
HealthCheckReference. parseFrom(ByteBuffer data)
static HealthCheckReference
HealthCheckReference. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type HealthCheckReference Modifier and Type Method Description List<HealthCheckReference>
TargetPoolsAddHealthCheckRequest.Builder. getHealthChecksList()
The HttpHealthCheck to add to the target pool.List<HealthCheckReference>
TargetPoolsAddHealthCheckRequest. getHealthChecksList()
The HttpHealthCheck to add to the target pool.List<HealthCheckReference>
TargetPoolsAddHealthCheckRequestOrBuilder. getHealthChecksList()
The HttpHealthCheck to add to the target pool.List<HealthCheckReference>
TargetPoolsRemoveHealthCheckRequest.Builder. getHealthChecksList()
Health check URL to be removed.List<HealthCheckReference>
TargetPoolsRemoveHealthCheckRequest. getHealthChecksList()
Health check URL to be removed.List<HealthCheckReference>
TargetPoolsRemoveHealthCheckRequestOrBuilder. getHealthChecksList()
Health check URL to be removed.com.google.protobuf.Parser<HealthCheckReference>
HealthCheckReference. getParserForType()
static com.google.protobuf.Parser<HealthCheckReference>
HealthCheckReference. parser()
Methods in com.google.cloud.compute.v1 with parameters of type HealthCheckReference Modifier and Type Method Description TargetPoolsAddHealthCheckRequest.Builder
TargetPoolsAddHealthCheckRequest.Builder. addHealthChecks(int index, HealthCheckReference value)
The HttpHealthCheck to add to the target pool.TargetPoolsAddHealthCheckRequest.Builder
TargetPoolsAddHealthCheckRequest.Builder. addHealthChecks(HealthCheckReference value)
The HttpHealthCheck to add to the target pool.TargetPoolsRemoveHealthCheckRequest.Builder
TargetPoolsRemoveHealthCheckRequest.Builder. addHealthChecks(int index, HealthCheckReference value)
Health check URL to be removed.TargetPoolsRemoveHealthCheckRequest.Builder
TargetPoolsRemoveHealthCheckRequest.Builder. addHealthChecks(HealthCheckReference value)
Health check URL to be removed.HealthCheckReference.Builder
HealthCheckReference.Builder. mergeFrom(HealthCheckReference other)
HealthStatusForNetworkEndpoint.Builder
HealthStatusForNetworkEndpoint.Builder. mergeHealthCheck(HealthCheckReference value)
URL of the health check associated with the health state of the network endpoint.static HealthCheckReference.Builder
HealthCheckReference. newBuilder(HealthCheckReference prototype)
HealthStatusForNetworkEndpoint.Builder
HealthStatusForNetworkEndpoint.Builder. setHealthCheck(HealthCheckReference value)
URL of the health check associated with the health state of the network endpoint.TargetPoolsAddHealthCheckRequest.Builder
TargetPoolsAddHealthCheckRequest.Builder. setHealthChecks(int index, HealthCheckReference value)
The HttpHealthCheck to add to the target pool.TargetPoolsRemoveHealthCheckRequest.Builder
TargetPoolsRemoveHealthCheckRequest.Builder. setHealthChecks(int index, HealthCheckReference value)
Health check URL to be removed.Method parameters in com.google.cloud.compute.v1 with type arguments of type HealthCheckReference Modifier and Type Method Description TargetPoolsAddHealthCheckRequest.Builder
TargetPoolsAddHealthCheckRequest.Builder. addAllHealthChecks(Iterable<? extends HealthCheckReference> values)
The HttpHealthCheck to add to the target pool.TargetPoolsRemoveHealthCheckRequest.Builder
TargetPoolsRemoveHealthCheckRequest.Builder. addAllHealthChecks(Iterable<? extends HealthCheckReference> values)
Health check URL to be removed.
-