public static interface V2beta2Autoscaling.ResourceMetricStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V2beta2Autoscaling.MetricValueStatus |
getCurrent()
current contains the current value for the given metric
|
V2beta2Autoscaling.MetricValueStatusOrBuilder |
getCurrentOrBuilder()
current contains the current value for the given metric
|
String |
getName()
Name is the name of the resource in question.
|
com.google.protobuf.ByteString |
getNameBytes()
Name is the name of the resource in question.
|
boolean |
hasCurrent()
current contains the current value for the given metric
|
boolean |
hasName()
Name is the name of the resource in question.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
Name is the name of the resource in question.
optional string name = 1;String getName()
Name is the name of the resource in question.
optional string name = 1;com.google.protobuf.ByteString getNameBytes()
Name is the name of the resource in question.
optional string name = 1;boolean hasCurrent()
current contains the current value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricValueStatus current = 2;V2beta2Autoscaling.MetricValueStatus getCurrent()
current contains the current value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricValueStatus current = 2;V2beta2Autoscaling.MetricValueStatusOrBuilder getCurrentOrBuilder()
current contains the current value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricValueStatus current = 2;Copyright © 2021. All rights reserved.