public static final class V2beta2Autoscaling.PodsMetricStatus.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V2beta2Autoscaling.PodsMetricStatus.Builder> implements V2beta2Autoscaling.PodsMetricStatusOrBuilder
PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).Protobuf type
k8s.io.api.autoscaling.v2beta2.PodsMetricStatusgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<V2beta2Autoscaling.PodsMetricStatus.Builder>public V2beta2Autoscaling.PodsMetricStatus.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<V2beta2Autoscaling.PodsMetricStatus.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<V2beta2Autoscaling.PodsMetricStatus.Builder>public V2beta2Autoscaling.PodsMetricStatus getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic V2beta2Autoscaling.PodsMetricStatus build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic V2beta2Autoscaling.PodsMetricStatus buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic V2beta2Autoscaling.PodsMetricStatus.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<V2beta2Autoscaling.PodsMetricStatus.Builder>public V2beta2Autoscaling.PodsMetricStatus.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<V2beta2Autoscaling.PodsMetricStatus.Builder>public V2beta2Autoscaling.PodsMetricStatus.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<V2beta2Autoscaling.PodsMetricStatus.Builder>public V2beta2Autoscaling.PodsMetricStatus.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V2beta2Autoscaling.PodsMetricStatus.Builder>public V2beta2Autoscaling.PodsMetricStatus.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V2beta2Autoscaling.PodsMetricStatus.Builder>public V2beta2Autoscaling.PodsMetricStatus.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V2beta2Autoscaling.PodsMetricStatus.Builder>public V2beta2Autoscaling.PodsMetricStatus.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V2beta2Autoscaling.PodsMetricStatus.Builder>public V2beta2Autoscaling.PodsMetricStatus.Builder mergeFrom(V2beta2Autoscaling.PodsMetricStatus other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V2beta2Autoscaling.PodsMetricStatus.Builder>public V2beta2Autoscaling.PodsMetricStatus.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V2beta2Autoscaling.PodsMetricStatus.Builder>IOExceptionpublic boolean hasMetric()
metric identifies the target metric by name and selector
optional .k8s.io.api.autoscaling.v2beta2.MetricIdentifier metric = 1;hasMetric in interface V2beta2Autoscaling.PodsMetricStatusOrBuilderpublic V2beta2Autoscaling.MetricIdentifier getMetric()
metric identifies the target metric by name and selector
optional .k8s.io.api.autoscaling.v2beta2.MetricIdentifier metric = 1;getMetric in interface V2beta2Autoscaling.PodsMetricStatusOrBuilderpublic V2beta2Autoscaling.PodsMetricStatus.Builder setMetric(V2beta2Autoscaling.MetricIdentifier value)
metric identifies the target metric by name and selector
optional .k8s.io.api.autoscaling.v2beta2.MetricIdentifier metric = 1;public V2beta2Autoscaling.PodsMetricStatus.Builder setMetric(V2beta2Autoscaling.MetricIdentifier.Builder builderForValue)
metric identifies the target metric by name and selector
optional .k8s.io.api.autoscaling.v2beta2.MetricIdentifier metric = 1;public V2beta2Autoscaling.PodsMetricStatus.Builder mergeMetric(V2beta2Autoscaling.MetricIdentifier value)
metric identifies the target metric by name and selector
optional .k8s.io.api.autoscaling.v2beta2.MetricIdentifier metric = 1;public V2beta2Autoscaling.PodsMetricStatus.Builder clearMetric()
metric identifies the target metric by name and selector
optional .k8s.io.api.autoscaling.v2beta2.MetricIdentifier metric = 1;public V2beta2Autoscaling.MetricIdentifier.Builder getMetricBuilder()
metric identifies the target metric by name and selector
optional .k8s.io.api.autoscaling.v2beta2.MetricIdentifier metric = 1;public V2beta2Autoscaling.MetricIdentifierOrBuilder getMetricOrBuilder()
metric identifies the target metric by name and selector
optional .k8s.io.api.autoscaling.v2beta2.MetricIdentifier metric = 1;getMetricOrBuilder in interface V2beta2Autoscaling.PodsMetricStatusOrBuilderpublic boolean hasCurrent()
current contains the current value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricValueStatus current = 2;hasCurrent in interface V2beta2Autoscaling.PodsMetricStatusOrBuilderpublic V2beta2Autoscaling.MetricValueStatus getCurrent()
current contains the current value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricValueStatus current = 2;getCurrent in interface V2beta2Autoscaling.PodsMetricStatusOrBuilderpublic V2beta2Autoscaling.PodsMetricStatus.Builder setCurrent(V2beta2Autoscaling.MetricValueStatus value)
current contains the current value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricValueStatus current = 2;public V2beta2Autoscaling.PodsMetricStatus.Builder setCurrent(V2beta2Autoscaling.MetricValueStatus.Builder builderForValue)
current contains the current value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricValueStatus current = 2;public V2beta2Autoscaling.PodsMetricStatus.Builder mergeCurrent(V2beta2Autoscaling.MetricValueStatus value)
current contains the current value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricValueStatus current = 2;public V2beta2Autoscaling.PodsMetricStatus.Builder clearCurrent()
current contains the current value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricValueStatus current = 2;public V2beta2Autoscaling.MetricValueStatus.Builder getCurrentBuilder()
current contains the current value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricValueStatus current = 2;public V2beta2Autoscaling.MetricValueStatusOrBuilder getCurrentOrBuilder()
current contains the current value for the given metric
optional .k8s.io.api.autoscaling.v2beta2.MetricValueStatus current = 2;getCurrentOrBuilder in interface V2beta2Autoscaling.PodsMetricStatusOrBuilderpublic final V2beta2Autoscaling.PodsMetricStatus.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V2beta2Autoscaling.PodsMetricStatus.Builder>public final V2beta2Autoscaling.PodsMetricStatus.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V2beta2Autoscaling.PodsMetricStatus.Builder>Copyright © 2020. All rights reserved.