Class V2beta2Autoscaling.MetricStatus.Builder

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

public static final class V2beta2Autoscaling.MetricStatus.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V2beta2Autoscaling.MetricStatus.Builder> implements V2beta2Autoscaling.MetricStatusOrBuilder
 MetricStatus describes the last-read state of a single metric.
 
Protobuf type k8s.io.api.autoscaling.v2beta2.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<V2beta2Autoscaling.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<V2beta2Autoscaling.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<V2beta2Autoscaling.MetricStatus.Builder>
    • getDefaultInstanceForType

      public V2beta2Autoscaling.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 V2beta2Autoscaling.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<V2beta2Autoscaling.MetricStatus.Builder>
    • setField

      public V2beta2Autoscaling.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<V2beta2Autoscaling.MetricStatus.Builder>
    • clearField

      public V2beta2Autoscaling.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<V2beta2Autoscaling.MetricStatus.Builder>
    • clearOneof

      public V2beta2Autoscaling.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<V2beta2Autoscaling.MetricStatus.Builder>
    • setRepeatedField

      public V2beta2Autoscaling.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<V2beta2Autoscaling.MetricStatus.Builder>
    • addRepeatedField

      public V2beta2Autoscaling.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<V2beta2Autoscaling.MetricStatus.Builder>
    • mergeFrom

      public V2beta2Autoscaling.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<V2beta2Autoscaling.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<V2beta2Autoscaling.MetricStatus.Builder>
    • mergeFrom

      public V2beta2Autoscaling.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<V2beta2Autoscaling.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 V2beta2Autoscaling.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 V2beta2Autoscaling.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 V2beta2Autoscaling.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 V2beta2Autoscaling.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.v2beta2.ObjectMetricStatus object = 2;
      Specified by:
      hasObject in interface V2beta2Autoscaling.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.v2beta2.ObjectMetricStatus object = 2;
      Specified by:
      getObject in interface V2beta2Autoscaling.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.v2beta2.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.v2beta2.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.v2beta2.ObjectMetricStatus object = 2;
    • 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.v2beta2.ObjectMetricStatus object = 2;
    • 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.v2beta2.ObjectMetricStatus object = 2;
    • 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.v2beta2.ObjectMetricStatus object = 2;
      Specified by:
      getObjectOrBuilder in interface V2beta2Autoscaling.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.v2beta2.PodsMetricStatus pods = 3;
      Specified by:
      hasPods in interface V2beta2Autoscaling.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.v2beta2.PodsMetricStatus pods = 3;
      Specified by:
      getPods in interface V2beta2Autoscaling.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.v2beta2.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.v2beta2.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.v2beta2.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.v2beta2.PodsMetricStatus pods = 3;
    • 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.v2beta2.PodsMetricStatus pods = 3;
    • 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.v2beta2.PodsMetricStatus pods = 3;
      Specified by:
      getPodsOrBuilder in interface V2beta2Autoscaling.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.v2beta2.ResourceMetricStatus resource = 4;
      Specified by:
      hasResource in interface V2beta2Autoscaling.MetricStatusOrBuilder
    • 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.v2beta2.ResourceMetricStatus resource = 4;
      Specified by:
      getResource in interface V2beta2Autoscaling.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.v2beta2.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.v2beta2.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.v2beta2.ResourceMetricStatus resource = 4;
    • 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.v2beta2.ResourceMetricStatus resource = 4;
    • 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.v2beta2.ResourceMetricStatus resource = 4;
    • getResourceOrBuilder

      public V2beta2Autoscaling.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.v2beta2.ResourceMetricStatus resource = 4;
      Specified by:
      getResourceOrBuilder in interface V2beta2Autoscaling.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.v2beta2.ContainerResourceMetricStatus containerResource = 7;
      Specified by:
      hasContainerResource in interface V2beta2Autoscaling.MetricStatusOrBuilder
    • getContainerResource

      public V2beta2Autoscaling.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.v2beta2.ContainerResourceMetricStatus containerResource = 7;
      Specified by:
      getContainerResource in interface V2beta2Autoscaling.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.v2beta2.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.v2beta2.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.v2beta2.ContainerResourceMetricStatus containerResource = 7;
    • clearContainerResource

      public V2beta2Autoscaling.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.v2beta2.ContainerResourceMetricStatus containerResource = 7;
    • getContainerResourceBuilder

      public V2beta2Autoscaling.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.v2beta2.ContainerResourceMetricStatus containerResource = 7;
    • getContainerResourceOrBuilder

      public V2beta2Autoscaling.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.v2beta2.ContainerResourceMetricStatus containerResource = 7;
      Specified by:
      getContainerResourceOrBuilder in interface V2beta2Autoscaling.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.v2beta2.ExternalMetricStatus external = 5;
      Specified by:
      hasExternal in interface V2beta2Autoscaling.MetricStatusOrBuilder
    • 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.v2beta2.ExternalMetricStatus external = 5;
      Specified by:
      getExternal in interface V2beta2Autoscaling.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.v2beta2.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.v2beta2.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.v2beta2.ExternalMetricStatus external = 5;
    • 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.v2beta2.ExternalMetricStatus external = 5;
    • 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.v2beta2.ExternalMetricStatus external = 5;
    • getExternalOrBuilder

      public V2beta2Autoscaling.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.v2beta2.ExternalMetricStatus external = 5;
      Specified by:
      getExternalOrBuilder in interface V2beta2Autoscaling.MetricStatusOrBuilder
    • setUnknownFields

      public final V2beta2Autoscaling.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<V2beta2Autoscaling.MetricStatus.Builder>
    • mergeUnknownFields

      public final V2beta2Autoscaling.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<V2beta2Autoscaling.MetricStatus.Builder>