| Modifier and Type | Method and Description |
|---|---|
BackendCustomMetric.Builder |
Backend.Builder.addCustomMetricsBuilder()
List of custom metrics that are used for CUSTOM_METRICS BalancingMode.
|
BackendCustomMetric.Builder |
Backend.Builder.addCustomMetricsBuilder(int index)
List of custom metrics that are used for CUSTOM_METRICS BalancingMode.
|
BackendCustomMetric.Builder |
BackendCustomMetric.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BackendCustomMetric.Builder |
BackendCustomMetric.Builder.clear() |
BackendCustomMetric.Builder |
BackendCustomMetric.Builder.clearDryRun()
If true, the metric data is collected and reported to Cloud Monitoring, but is not used for load balancing.
|
BackendCustomMetric.Builder |
BackendCustomMetric.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
BackendCustomMetric.Builder |
BackendCustomMetric.Builder.clearMaxUtilization()
Optional parameter to define a target utilization for the Custom Metrics balancing mode.
|
BackendCustomMetric.Builder |
BackendCustomMetric.Builder.clearName()
Name of a custom utilization signal.
|
BackendCustomMetric.Builder |
BackendCustomMetric.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
BackendCustomMetric.Builder |
BackendCustomMetric.Builder.clone() |
BackendCustomMetric.Builder |
Backend.Builder.getCustomMetricsBuilder(int index)
List of custom metrics that are used for CUSTOM_METRICS BalancingMode.
|
BackendCustomMetric.Builder |
BackendCustomMetric.Builder.mergeFrom(BackendCustomMetric other) |
BackendCustomMetric.Builder |
BackendCustomMetric.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BackendCustomMetric.Builder |
BackendCustomMetric.Builder.mergeFrom(com.google.protobuf.Message other) |
BackendCustomMetric.Builder |
BackendCustomMetric.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static BackendCustomMetric.Builder |
BackendCustomMetric.newBuilder() |
static BackendCustomMetric.Builder |
BackendCustomMetric.newBuilder(BackendCustomMetric prototype) |
BackendCustomMetric.Builder |
BackendCustomMetric.newBuilderForType() |
protected BackendCustomMetric.Builder |
BackendCustomMetric.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
BackendCustomMetric.Builder |
BackendCustomMetric.Builder.setDryRun(boolean value)
If true, the metric data is collected and reported to Cloud Monitoring, but is not used for load balancing.
|
BackendCustomMetric.Builder |
BackendCustomMetric.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BackendCustomMetric.Builder |
BackendCustomMetric.Builder.setMaxUtilization(float value)
Optional parameter to define a target utilization for the Custom Metrics balancing mode.
|
BackendCustomMetric.Builder |
BackendCustomMetric.Builder.setName(String value)
Name of a custom utilization signal.
|
BackendCustomMetric.Builder |
BackendCustomMetric.Builder.setNameBytes(com.google.protobuf.ByteString value)
Name of a custom utilization signal.
|
BackendCustomMetric.Builder |
BackendCustomMetric.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
BackendCustomMetric.Builder |
BackendCustomMetric.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
BackendCustomMetric.Builder |
BackendCustomMetric.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<BackendCustomMetric.Builder> |
Backend.Builder.getCustomMetricsBuilderList()
List of custom metrics that are used for CUSTOM_METRICS BalancingMode.
|
| Modifier and Type | Method and Description |
|---|---|
Backend.Builder |
Backend.Builder.addCustomMetrics(BackendCustomMetric.Builder builderForValue)
List of custom metrics that are used for CUSTOM_METRICS BalancingMode.
|
Backend.Builder |
Backend.Builder.addCustomMetrics(int index,
BackendCustomMetric.Builder builderForValue)
List of custom metrics that are used for CUSTOM_METRICS BalancingMode.
|
Backend.Builder |
Backend.Builder.setCustomMetrics(int index,
BackendCustomMetric.Builder builderForValue)
List of custom metrics that are used for CUSTOM_METRICS BalancingMode.
|
Copyright © 2025 Google LLC. All rights reserved.