Class V1Autoscaling.MetricStatus.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<V1Autoscaling.MetricStatus.Builder>
io.kubernetes.client.proto.V1Autoscaling.MetricStatus.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, V1Autoscaling.MetricStatusOrBuilder, Cloneable
Enclosing class:
V1Autoscaling.MetricStatus

public static final class V1Autoscaling.MetricStatus.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1Autoscaling.MetricStatus.Builder> implements V1Autoscaling.MetricStatusOrBuilder
 MetricStatus describes the last-read state of a single metric.
 
Protobuf type k8s.io.api.autoscaling.v1.MetricStatus
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<V1Autoscaling.MetricStatus.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<V1Autoscaling.MetricStatus.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<V1Autoscaling.MetricStatus.Builder>
    • getDefaultInstanceForType

      public V1Autoscaling.MetricStatus getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public V1Autoscaling.MetricStatus buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<V1Autoscaling.MetricStatus.Builder>
    • setField

      public V1Autoscaling.MetricStatus.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<V1Autoscaling.MetricStatus.Builder>
    • clearField

      public V1Autoscaling.MetricStatus.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<V1Autoscaling.MetricStatus.Builder>
    • clearOneof

      public V1Autoscaling.MetricStatus.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V1Autoscaling.MetricStatus.Builder>
    • setRepeatedField

      public V1Autoscaling.MetricStatus.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1Autoscaling.MetricStatus.Builder>
    • addRepeatedField

      public V1Autoscaling.MetricStatus.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1Autoscaling.MetricStatus.Builder>
    • mergeFrom

      public V1Autoscaling.MetricStatus.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1Autoscaling.MetricStatus.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V1Autoscaling.MetricStatus.Builder>
    • mergeFrom

      public V1Autoscaling.MetricStatus.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1Autoscaling.MetricStatus.Builder>
      Throws:
      IOException
    • hasType

      public boolean hasType()
       type is the type of metric source.  It will be one of "ContainerResource",
       "External", "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
       Note: "ContainerResource" type is available on when the feature-gate
       HPAContainerMetrics is enabled
       
      optional string type = 1;
      Specified by:
      hasType in interface V1Autoscaling.MetricStatusOrBuilder
    • getType

      public String getType()
       type is the type of metric source.  It will be one of "ContainerResource",
       "External", "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
       Note: "ContainerResource" type is available on when the feature-gate
       HPAContainerMetrics is enabled
       
      optional string type = 1;
      Specified by:
      getType in interface V1Autoscaling.MetricStatusOrBuilder
    • getTypeBytes

      public com.google.protobuf.ByteString getTypeBytes()
       type is the type of metric source.  It will be one of "ContainerResource",
       "External", "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
       Note: "ContainerResource" type is available on when the feature-gate
       HPAContainerMetrics is enabled
       
      optional string type = 1;
      Specified by:
      getTypeBytes in interface V1Autoscaling.MetricStatusOrBuilder
    • setType

       type is the type of metric source.  It will be one of "ContainerResource",
       "External", "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
       Note: "ContainerResource" type is available on when the feature-gate
       HPAContainerMetrics is enabled
       
      optional string type = 1;
    • clearType

       type is the type of metric source.  It will be one of "ContainerResource",
       "External", "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
       Note: "ContainerResource" type is available on when the feature-gate
       HPAContainerMetrics is enabled
       
      optional string type = 1;
    • setTypeBytes

      public V1Autoscaling.MetricStatus.Builder setTypeBytes(com.google.protobuf.ByteString value)
       type is the type of metric source.  It will be one of "ContainerResource",
       "External", "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
       Note: "ContainerResource" type is available on when the feature-gate
       HPAContainerMetrics is enabled
       
      optional string type = 1;
    • hasObject

      public boolean hasObject()
       object refers to a metric describing a single kubernetes object
       (for example, hits-per-second on an Ingress object).
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ObjectMetricStatus object = 2;
      Specified by:
      hasObject in interface V1Autoscaling.MetricStatusOrBuilder
    • getObject

       object refers to a metric describing a single kubernetes object
       (for example, hits-per-second on an Ingress object).
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ObjectMetricStatus object = 2;
      Specified by:
      getObject in interface V1Autoscaling.MetricStatusOrBuilder
    • setObject

       object refers to a metric describing a single kubernetes object
       (for example, hits-per-second on an Ingress object).
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ObjectMetricStatus object = 2;
    • setObject

       object refers to a metric describing a single kubernetes object
       (for example, hits-per-second on an Ingress object).
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ObjectMetricStatus object = 2;
    • mergeObject

       object refers to a metric describing a single kubernetes object
       (for example, hits-per-second on an Ingress object).
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ObjectMetricStatus object = 2;
    • clearObject

      public V1Autoscaling.MetricStatus.Builder clearObject()
       object refers to a metric describing a single kubernetes object
       (for example, hits-per-second on an Ingress object).
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ObjectMetricStatus object = 2;
    • getObjectBuilder

      public V1Autoscaling.ObjectMetricStatus.Builder getObjectBuilder()
       object refers to a metric describing a single kubernetes object
       (for example, hits-per-second on an Ingress object).
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ObjectMetricStatus object = 2;
    • getObjectOrBuilder

      public V1Autoscaling.ObjectMetricStatusOrBuilder getObjectOrBuilder()
       object refers to a metric describing a single kubernetes object
       (for example, hits-per-second on an Ingress object).
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ObjectMetricStatus object = 2;
      Specified by:
      getObjectOrBuilder in interface V1Autoscaling.MetricStatusOrBuilder
    • hasPods

      public boolean hasPods()
       pods refers to a metric describing each pod in the current scale target
       (for example, transactions-processed-per-second).  The values will be
       averaged together before being compared to the target value.
       +optional
       
      optional .k8s.io.api.autoscaling.v1.PodsMetricStatus pods = 3;
      Specified by:
      hasPods in interface V1Autoscaling.MetricStatusOrBuilder
    • getPods

       pods refers to a metric describing each pod in the current scale target
       (for example, transactions-processed-per-second).  The values will be
       averaged together before being compared to the target value.
       +optional
       
      optional .k8s.io.api.autoscaling.v1.PodsMetricStatus pods = 3;
      Specified by:
      getPods in interface V1Autoscaling.MetricStatusOrBuilder
    • setPods

       pods refers to a metric describing each pod in the current scale target
       (for example, transactions-processed-per-second).  The values will be
       averaged together before being compared to the target value.
       +optional
       
      optional .k8s.io.api.autoscaling.v1.PodsMetricStatus pods = 3;
    • setPods

       pods refers to a metric describing each pod in the current scale target
       (for example, transactions-processed-per-second).  The values will be
       averaged together before being compared to the target value.
       +optional
       
      optional .k8s.io.api.autoscaling.v1.PodsMetricStatus pods = 3;
    • mergePods

       pods refers to a metric describing each pod in the current scale target
       (for example, transactions-processed-per-second).  The values will be
       averaged together before being compared to the target value.
       +optional
       
      optional .k8s.io.api.autoscaling.v1.PodsMetricStatus pods = 3;
    • clearPods

       pods refers to a metric describing each pod in the current scale target
       (for example, transactions-processed-per-second).  The values will be
       averaged together before being compared to the target value.
       +optional
       
      optional .k8s.io.api.autoscaling.v1.PodsMetricStatus pods = 3;
    • getPodsBuilder

      public V1Autoscaling.PodsMetricStatus.Builder getPodsBuilder()
       pods refers to a metric describing each pod in the current scale target
       (for example, transactions-processed-per-second).  The values will be
       averaged together before being compared to the target value.
       +optional
       
      optional .k8s.io.api.autoscaling.v1.PodsMetricStatus pods = 3;
    • getPodsOrBuilder

      public V1Autoscaling.PodsMetricStatusOrBuilder getPodsOrBuilder()
       pods refers to a metric describing each pod in the current scale target
       (for example, transactions-processed-per-second).  The values will be
       averaged together before being compared to the target value.
       +optional
       
      optional .k8s.io.api.autoscaling.v1.PodsMetricStatus pods = 3;
      Specified by:
      getPodsOrBuilder in interface V1Autoscaling.MetricStatusOrBuilder
    • hasResource

      public boolean hasResource()
       resource refers to a resource metric (such as those specified in
       requests and limits) known to Kubernetes describing each pod in the
       current scale target (e.g. CPU or memory). Such metrics are built in to
       Kubernetes, and have special scaling options on top of those available
       to normal per-pod metrics using the "pods" source.
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ResourceMetricStatus resource = 4;
      Specified by:
      hasResource in interface V1Autoscaling.MetricStatusOrBuilder
    • getResource

      public V1Autoscaling.ResourceMetricStatus getResource()
       resource refers to a resource metric (such as those specified in
       requests and limits) known to Kubernetes describing each pod in the
       current scale target (e.g. CPU or memory). Such metrics are built in to
       Kubernetes, and have special scaling options on top of those available
       to normal per-pod metrics using the "pods" source.
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ResourceMetricStatus resource = 4;
      Specified by:
      getResource in interface V1Autoscaling.MetricStatusOrBuilder
    • setResource

       resource refers to a resource metric (such as those specified in
       requests and limits) known to Kubernetes describing each pod in the
       current scale target (e.g. CPU or memory). Such metrics are built in to
       Kubernetes, and have special scaling options on top of those available
       to normal per-pod metrics using the "pods" source.
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ResourceMetricStatus resource = 4;
    • setResource

       resource refers to a resource metric (such as those specified in
       requests and limits) known to Kubernetes describing each pod in the
       current scale target (e.g. CPU or memory). Such metrics are built in to
       Kubernetes, and have special scaling options on top of those available
       to normal per-pod metrics using the "pods" source.
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ResourceMetricStatus resource = 4;
    • mergeResource

       resource refers to a resource metric (such as those specified in
       requests and limits) known to Kubernetes describing each pod in the
       current scale target (e.g. CPU or memory). Such metrics are built in to
       Kubernetes, and have special scaling options on top of those available
       to normal per-pod metrics using the "pods" source.
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ResourceMetricStatus resource = 4;
    • clearResource

      public V1Autoscaling.MetricStatus.Builder clearResource()
       resource refers to a resource metric (such as those specified in
       requests and limits) known to Kubernetes describing each pod in the
       current scale target (e.g. CPU or memory). Such metrics are built in to
       Kubernetes, and have special scaling options on top of those available
       to normal per-pod metrics using the "pods" source.
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ResourceMetricStatus resource = 4;
    • getResourceBuilder

      public V1Autoscaling.ResourceMetricStatus.Builder getResourceBuilder()
       resource refers to a resource metric (such as those specified in
       requests and limits) known to Kubernetes describing each pod in the
       current scale target (e.g. CPU or memory). Such metrics are built in to
       Kubernetes, and have special scaling options on top of those available
       to normal per-pod metrics using the "pods" source.
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ResourceMetricStatus resource = 4;
    • getResourceOrBuilder

      public V1Autoscaling.ResourceMetricStatusOrBuilder getResourceOrBuilder()
       resource refers to a resource metric (such as those specified in
       requests and limits) known to Kubernetes describing each pod in the
       current scale target (e.g. CPU or memory). Such metrics are built in to
       Kubernetes, and have special scaling options on top of those available
       to normal per-pod metrics using the "pods" source.
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ResourceMetricStatus resource = 4;
      Specified by:
      getResourceOrBuilder in interface V1Autoscaling.MetricStatusOrBuilder
    • hasContainerResource

      public boolean hasContainerResource()
       container resource refers to a resource metric (such as those specified in
       requests and limits) known to Kubernetes describing a single container in each pod in the
       current scale target (e.g. CPU or memory). Such metrics are built in to
       Kubernetes, and have special scaling options on top of those available
       to normal per-pod metrics using the "pods" source.
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ContainerResourceMetricStatus containerResource = 7;
      Specified by:
      hasContainerResource in interface V1Autoscaling.MetricStatusOrBuilder
    • getContainerResource

      public V1Autoscaling.ContainerResourceMetricStatus getContainerResource()
       container resource refers to a resource metric (such as those specified in
       requests and limits) known to Kubernetes describing a single container in each pod in the
       current scale target (e.g. CPU or memory). Such metrics are built in to
       Kubernetes, and have special scaling options on top of those available
       to normal per-pod metrics using the "pods" source.
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ContainerResourceMetricStatus containerResource = 7;
      Specified by:
      getContainerResource in interface V1Autoscaling.MetricStatusOrBuilder
    • setContainerResource

       container resource refers to a resource metric (such as those specified in
       requests and limits) known to Kubernetes describing a single container in each pod in the
       current scale target (e.g. CPU or memory). Such metrics are built in to
       Kubernetes, and have special scaling options on top of those available
       to normal per-pod metrics using the "pods" source.
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ContainerResourceMetricStatus containerResource = 7;
    • setContainerResource

       container resource refers to a resource metric (such as those specified in
       requests and limits) known to Kubernetes describing a single container in each pod in the
       current scale target (e.g. CPU or memory). Such metrics are built in to
       Kubernetes, and have special scaling options on top of those available
       to normal per-pod metrics using the "pods" source.
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ContainerResourceMetricStatus containerResource = 7;
    • mergeContainerResource

       container resource refers to a resource metric (such as those specified in
       requests and limits) known to Kubernetes describing a single container in each pod in the
       current scale target (e.g. CPU or memory). Such metrics are built in to
       Kubernetes, and have special scaling options on top of those available
       to normal per-pod metrics using the "pods" source.
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ContainerResourceMetricStatus containerResource = 7;
    • clearContainerResource

      public V1Autoscaling.MetricStatus.Builder clearContainerResource()
       container resource refers to a resource metric (such as those specified in
       requests and limits) known to Kubernetes describing a single container in each pod in the
       current scale target (e.g. CPU or memory). Such metrics are built in to
       Kubernetes, and have special scaling options on top of those available
       to normal per-pod metrics using the "pods" source.
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ContainerResourceMetricStatus containerResource = 7;
    • getContainerResourceBuilder

      public V1Autoscaling.ContainerResourceMetricStatus.Builder getContainerResourceBuilder()
       container resource refers to a resource metric (such as those specified in
       requests and limits) known to Kubernetes describing a single container in each pod in the
       current scale target (e.g. CPU or memory). Such metrics are built in to
       Kubernetes, and have special scaling options on top of those available
       to normal per-pod metrics using the "pods" source.
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ContainerResourceMetricStatus containerResource = 7;
    • getContainerResourceOrBuilder

      public V1Autoscaling.ContainerResourceMetricStatusOrBuilder getContainerResourceOrBuilder()
       container resource refers to a resource metric (such as those specified in
       requests and limits) known to Kubernetes describing a single container in each pod in the
       current scale target (e.g. CPU or memory). Such metrics are built in to
       Kubernetes, and have special scaling options on top of those available
       to normal per-pod metrics using the "pods" source.
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ContainerResourceMetricStatus containerResource = 7;
      Specified by:
      getContainerResourceOrBuilder in interface V1Autoscaling.MetricStatusOrBuilder
    • hasExternal

      public boolean hasExternal()
       external refers to a global metric that is not associated
       with any Kubernetes object. It allows autoscaling based on information
       coming from components running outside of cluster
       (for example length of queue in cloud messaging service, or
       QPS from loadbalancer running outside of cluster).
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ExternalMetricStatus external = 5;
      Specified by:
      hasExternal in interface V1Autoscaling.MetricStatusOrBuilder
    • getExternal

      public V1Autoscaling.ExternalMetricStatus getExternal()
       external refers to a global metric that is not associated
       with any Kubernetes object. It allows autoscaling based on information
       coming from components running outside of cluster
       (for example length of queue in cloud messaging service, or
       QPS from loadbalancer running outside of cluster).
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ExternalMetricStatus external = 5;
      Specified by:
      getExternal in interface V1Autoscaling.MetricStatusOrBuilder
    • setExternal

       external refers to a global metric that is not associated
       with any Kubernetes object. It allows autoscaling based on information
       coming from components running outside of cluster
       (for example length of queue in cloud messaging service, or
       QPS from loadbalancer running outside of cluster).
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ExternalMetricStatus external = 5;
    • setExternal

       external refers to a global metric that is not associated
       with any Kubernetes object. It allows autoscaling based on information
       coming from components running outside of cluster
       (for example length of queue in cloud messaging service, or
       QPS from loadbalancer running outside of cluster).
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ExternalMetricStatus external = 5;
    • mergeExternal

       external refers to a global metric that is not associated
       with any Kubernetes object. It allows autoscaling based on information
       coming from components running outside of cluster
       (for example length of queue in cloud messaging service, or
       QPS from loadbalancer running outside of cluster).
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ExternalMetricStatus external = 5;
    • clearExternal

      public V1Autoscaling.MetricStatus.Builder clearExternal()
       external refers to a global metric that is not associated
       with any Kubernetes object. It allows autoscaling based on information
       coming from components running outside of cluster
       (for example length of queue in cloud messaging service, or
       QPS from loadbalancer running outside of cluster).
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ExternalMetricStatus external = 5;
    • getExternalBuilder

      public V1Autoscaling.ExternalMetricStatus.Builder getExternalBuilder()
       external refers to a global metric that is not associated
       with any Kubernetes object. It allows autoscaling based on information
       coming from components running outside of cluster
       (for example length of queue in cloud messaging service, or
       QPS from loadbalancer running outside of cluster).
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ExternalMetricStatus external = 5;
    • getExternalOrBuilder

      public V1Autoscaling.ExternalMetricStatusOrBuilder getExternalOrBuilder()
       external refers to a global metric that is not associated
       with any Kubernetes object. It allows autoscaling based on information
       coming from components running outside of cluster
       (for example length of queue in cloud messaging service, or
       QPS from loadbalancer running outside of cluster).
       +optional
       
      optional .k8s.io.api.autoscaling.v1.ExternalMetricStatus external = 5;
      Specified by:
      getExternalOrBuilder in interface V1Autoscaling.MetricStatusOrBuilder
    • setUnknownFields

      public final V1Autoscaling.MetricStatus.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1Autoscaling.MetricStatus.Builder>
    • mergeUnknownFields

      public final V1Autoscaling.MetricStatus.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1Autoscaling.MetricStatus.Builder>