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 HealthCheckReferenceHealthCheckReference.Builder. build()HealthCheckReferenceHealthCheckReference.Builder. buildPartial()static HealthCheckReferenceHealthCheckReference. getDefaultInstance()HealthCheckReferenceHealthCheckReference.Builder. getDefaultInstanceForType()HealthCheckReferenceHealthCheckReference. getDefaultInstanceForType()HealthCheckReferenceHealthStatusForNetworkEndpoint.Builder. getHealthCheck()URL of the health check associated with the health state of the network endpoint.HealthCheckReferenceHealthStatusForNetworkEndpoint. getHealthCheck()URL of the health check associated with the health state of the network endpoint.HealthCheckReferenceHealthStatusForNetworkEndpointOrBuilder. getHealthCheck()URL of the health check associated with the health state of the network endpoint.HealthCheckReferenceTargetPoolsAddHealthCheckRequest.Builder. getHealthChecks(int index)The HttpHealthCheck to add to the target pool.HealthCheckReferenceTargetPoolsAddHealthCheckRequest. getHealthChecks(int index)The HttpHealthCheck to add to the target pool.HealthCheckReferenceTargetPoolsAddHealthCheckRequestOrBuilder. getHealthChecks(int index)The HttpHealthCheck to add to the target pool.HealthCheckReferenceTargetPoolsRemoveHealthCheckRequest.Builder. getHealthChecks(int index)Health check URL to be removed.HealthCheckReferenceTargetPoolsRemoveHealthCheckRequest. getHealthChecks(int index)Health check URL to be removed.HealthCheckReferenceTargetPoolsRemoveHealthCheckRequestOrBuilder. getHealthChecks(int index)Health check URL to be removed.static HealthCheckReferenceHealthCheckReference. parseDelimitedFrom(InputStream input)static HealthCheckReferenceHealthCheckReference. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HealthCheckReferenceHealthCheckReference. parseFrom(byte[] data)static HealthCheckReferenceHealthCheckReference. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HealthCheckReferenceHealthCheckReference. parseFrom(com.google.protobuf.ByteString data)static HealthCheckReferenceHealthCheckReference. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HealthCheckReferenceHealthCheckReference. parseFrom(com.google.protobuf.CodedInputStream input)static HealthCheckReferenceHealthCheckReference. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HealthCheckReferenceHealthCheckReference. parseFrom(InputStream input)static HealthCheckReferenceHealthCheckReference. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HealthCheckReferenceHealthCheckReference. parseFrom(ByteBuffer data)static HealthCheckReferenceHealthCheckReference. 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.BuilderTargetPoolsAddHealthCheckRequest.Builder. addHealthChecks(int index, HealthCheckReference value)The HttpHealthCheck to add to the target pool.TargetPoolsAddHealthCheckRequest.BuilderTargetPoolsAddHealthCheckRequest.Builder. addHealthChecks(HealthCheckReference value)The HttpHealthCheck to add to the target pool.TargetPoolsRemoveHealthCheckRequest.BuilderTargetPoolsRemoveHealthCheckRequest.Builder. addHealthChecks(int index, HealthCheckReference value)Health check URL to be removed.TargetPoolsRemoveHealthCheckRequest.BuilderTargetPoolsRemoveHealthCheckRequest.Builder. addHealthChecks(HealthCheckReference value)Health check URL to be removed.HealthCheckReference.BuilderHealthCheckReference.Builder. mergeFrom(HealthCheckReference other)HealthStatusForNetworkEndpoint.BuilderHealthStatusForNetworkEndpoint.Builder. mergeHealthCheck(HealthCheckReference value)URL of the health check associated with the health state of the network endpoint.static HealthCheckReference.BuilderHealthCheckReference. newBuilder(HealthCheckReference prototype)HealthStatusForNetworkEndpoint.BuilderHealthStatusForNetworkEndpoint.Builder. setHealthCheck(HealthCheckReference value)URL of the health check associated with the health state of the network endpoint.TargetPoolsAddHealthCheckRequest.BuilderTargetPoolsAddHealthCheckRequest.Builder. setHealthChecks(int index, HealthCheckReference value)The HttpHealthCheck to add to the target pool.TargetPoolsRemoveHealthCheckRequest.BuilderTargetPoolsRemoveHealthCheckRequest.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.BuilderTargetPoolsAddHealthCheckRequest.Builder. addAllHealthChecks(Iterable<? extends HealthCheckReference> values)The HttpHealthCheck to add to the target pool.TargetPoolsRemoveHealthCheckRequest.BuilderTargetPoolsRemoveHealthCheckRequest.Builder. addAllHealthChecks(Iterable<? extends HealthCheckReference> values)Health check URL to be removed.
-