public static interface V2beta2Autoscaling.ResourceMetricSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
V2beta2Autoscaling.MetricTarget |
getTarget()
target specifies the target value for the given metric
|
V2beta2Autoscaling.MetricTargetOrBuilder |
getTargetOrBuilder()
target specifies the target value for the given metric
|
boolean |
hasName()
name is the name of the resource in question.
|
boolean |
hasTarget()
target specifies the target value for the given metric
|
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 hasTarget()
target specifies the target value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricTarget target = 2;V2beta2Autoscaling.MetricTarget getTarget()
target specifies the target value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricTarget target = 2;V2beta2Autoscaling.MetricTargetOrBuilder getTargetOrBuilder()
target specifies the target value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricTarget target = 2;Copyright © 2023. All rights reserved.