| Modifier and Type | Method and Description |
|---|---|
BackendCustomMetric |
BackendCustomMetric.Builder.build() |
BackendCustomMetric |
BackendCustomMetric.Builder.buildPartial() |
BackendCustomMetric |
Backend.getCustomMetrics(int index)
List of custom metrics that are used for CUSTOM_METRICS BalancingMode.
|
BackendCustomMetric |
Backend.Builder.getCustomMetrics(int index)
List of custom metrics that are used for CUSTOM_METRICS BalancingMode.
|
BackendCustomMetric |
BackendOrBuilder.getCustomMetrics(int index)
List of custom metrics that are used for CUSTOM_METRICS BalancingMode.
|
static BackendCustomMetric |
BackendCustomMetric.getDefaultInstance() |
BackendCustomMetric |
BackendCustomMetric.getDefaultInstanceForType() |
BackendCustomMetric |
BackendCustomMetric.Builder.getDefaultInstanceForType() |
static BackendCustomMetric |
BackendCustomMetric.parseDelimitedFrom(InputStream input) |
static BackendCustomMetric |
BackendCustomMetric.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BackendCustomMetric |
BackendCustomMetric.parseFrom(byte[] data) |
static BackendCustomMetric |
BackendCustomMetric.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BackendCustomMetric |
BackendCustomMetric.parseFrom(ByteBuffer data) |
static BackendCustomMetric |
BackendCustomMetric.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BackendCustomMetric |
BackendCustomMetric.parseFrom(com.google.protobuf.ByteString data) |
static BackendCustomMetric |
BackendCustomMetric.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BackendCustomMetric |
BackendCustomMetric.parseFrom(com.google.protobuf.CodedInputStream input) |
static BackendCustomMetric |
BackendCustomMetric.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BackendCustomMetric |
BackendCustomMetric.parseFrom(InputStream input) |
static BackendCustomMetric |
BackendCustomMetric.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<BackendCustomMetric> |
Backend.getCustomMetricsList()
List of custom metrics that are used for CUSTOM_METRICS BalancingMode.
|
List<BackendCustomMetric> |
Backend.Builder.getCustomMetricsList()
List of custom metrics that are used for CUSTOM_METRICS BalancingMode.
|
List<BackendCustomMetric> |
BackendOrBuilder.getCustomMetricsList()
List of custom metrics that are used for CUSTOM_METRICS BalancingMode.
|
com.google.protobuf.Parser<BackendCustomMetric> |
BackendCustomMetric.getParserForType() |
static com.google.protobuf.Parser<BackendCustomMetric> |
BackendCustomMetric.parser() |
| Modifier and Type | Method and Description |
|---|---|
Backend.Builder |
Backend.Builder.addCustomMetrics(BackendCustomMetric value)
List of custom metrics that are used for CUSTOM_METRICS BalancingMode.
|
Backend.Builder |
Backend.Builder.addCustomMetrics(int index,
BackendCustomMetric value)
List of custom metrics that are used for CUSTOM_METRICS BalancingMode.
|
BackendCustomMetric.Builder |
BackendCustomMetric.Builder.mergeFrom(BackendCustomMetric other) |
static BackendCustomMetric.Builder |
BackendCustomMetric.newBuilder(BackendCustomMetric prototype) |
Backend.Builder |
Backend.Builder.setCustomMetrics(int index,
BackendCustomMetric value)
List of custom metrics that are used for CUSTOM_METRICS BalancingMode.
|
| Modifier and Type | Method and Description |
|---|---|
Backend.Builder |
Backend.Builder.addAllCustomMetrics(Iterable<? extends BackendCustomMetric> values)
List of custom metrics that are used for CUSTOM_METRICS BalancingMode.
|
Copyright © 2025 Google LLC. All rights reserved.