Uses of Class
com.google.cloud.compute.v1.OutlierDetection
-
Packages that use OutlierDetection Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of OutlierDetection in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return OutlierDetection Modifier and Type Method Description OutlierDetection
OutlierDetection.Builder. build()
OutlierDetection
OutlierDetection.Builder. buildPartial()
static OutlierDetection
OutlierDetection. getDefaultInstance()
OutlierDetection
OutlierDetection.Builder. getDefaultInstanceForType()
OutlierDetection
OutlierDetection. getDefaultInstanceForType()
OutlierDetection
BackendService.Builder. getOutlierDetection()
Settings controlling the ejection of unhealthy backend endpoints from the load balancing pool of each individual proxy instance that processes the traffic for the given backend service.OutlierDetection
BackendService. getOutlierDetection()
Settings controlling the ejection of unhealthy backend endpoints from the load balancing pool of each individual proxy instance that processes the traffic for the given backend service.OutlierDetection
BackendServiceOrBuilder. getOutlierDetection()
Settings controlling the ejection of unhealthy backend endpoints from the load balancing pool of each individual proxy instance that processes the traffic for the given backend service.static OutlierDetection
OutlierDetection. parseDelimitedFrom(InputStream input)
static OutlierDetection
OutlierDetection. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OutlierDetection
OutlierDetection. parseFrom(byte[] data)
static OutlierDetection
OutlierDetection. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OutlierDetection
OutlierDetection. parseFrom(com.google.protobuf.ByteString data)
static OutlierDetection
OutlierDetection. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OutlierDetection
OutlierDetection. parseFrom(com.google.protobuf.CodedInputStream input)
static OutlierDetection
OutlierDetection. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OutlierDetection
OutlierDetection. parseFrom(InputStream input)
static OutlierDetection
OutlierDetection. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OutlierDetection
OutlierDetection. parseFrom(ByteBuffer data)
static OutlierDetection
OutlierDetection. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type OutlierDetection Modifier and Type Method Description com.google.protobuf.Parser<OutlierDetection>
OutlierDetection. getParserForType()
static com.google.protobuf.Parser<OutlierDetection>
OutlierDetection. parser()
Methods in com.google.cloud.compute.v1 with parameters of type OutlierDetection Modifier and Type Method Description OutlierDetection.Builder
OutlierDetection.Builder. mergeFrom(OutlierDetection other)
BackendService.Builder
BackendService.Builder. mergeOutlierDetection(OutlierDetection value)
Settings controlling the ejection of unhealthy backend endpoints from the load balancing pool of each individual proxy instance that processes the traffic for the given backend service.static OutlierDetection.Builder
OutlierDetection. newBuilder(OutlierDetection prototype)
BackendService.Builder
BackendService.Builder. setOutlierDetection(OutlierDetection value)
Settings controlling the ejection of unhealthy backend endpoints from the load balancing pool of each individual proxy instance that processes the traffic for the given backend service.
-