Class V1.NodeStatus

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.kubernetes.client.proto.V1.NodeStatus
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, V1.NodeStatusOrBuilder, Serializable
Enclosing class:
V1

public static final class V1.NodeStatus extends com.google.protobuf.GeneratedMessageV3 implements V1.NodeStatusOrBuilder
 NodeStatus is information about the current status of a node.
 
Protobuf type k8s.io.api.core.v1.NodeStatus
See Also:
  • Field Details

  • Method Details

    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

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

      protected com.google.protobuf.MapField internalGetMapField(int number)
      Overrides:
      internalGetMapField in class com.google.protobuf.GeneratedMessageV3
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getCapacityCount

      public int getCapacityCount()
      Description copied from interface: V1.NodeStatusOrBuilder
       Capacity represents the total resources of a node.
       More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity
       +optional
       
      map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 1;
      Specified by:
      getCapacityCount in interface V1.NodeStatusOrBuilder
    • containsCapacity

      public boolean containsCapacity(String key)
       Capacity represents the total resources of a node.
       More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity
       +optional
       
      map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 1;
      Specified by:
      containsCapacity in interface V1.NodeStatusOrBuilder
    • getCapacity

      @Deprecated public Map<String,Resource.Quantity> getCapacity()
      Deprecated.
      Use getCapacityMap() instead.
      Specified by:
      getCapacity in interface V1.NodeStatusOrBuilder
    • getCapacityMap

      public Map<String,Resource.Quantity> getCapacityMap()
       Capacity represents the total resources of a node.
       More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity
       +optional
       
      map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 1;
      Specified by:
      getCapacityMap in interface V1.NodeStatusOrBuilder
    • getCapacityOrDefault

      public Resource.Quantity getCapacityOrDefault(String key, Resource.Quantity defaultValue)
       Capacity represents the total resources of a node.
       More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity
       +optional
       
      map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 1;
      Specified by:
      getCapacityOrDefault in interface V1.NodeStatusOrBuilder
    • getCapacityOrThrow

      public Resource.Quantity getCapacityOrThrow(String key)
       Capacity represents the total resources of a node.
       More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity
       +optional
       
      map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 1;
      Specified by:
      getCapacityOrThrow in interface V1.NodeStatusOrBuilder
    • getAllocatableCount

      public int getAllocatableCount()
      Description copied from interface: V1.NodeStatusOrBuilder
       Allocatable represents the resources of a node that are available for scheduling.
       Defaults to Capacity.
       +optional
       
      map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> allocatable = 2;
      Specified by:
      getAllocatableCount in interface V1.NodeStatusOrBuilder
    • containsAllocatable

      public boolean containsAllocatable(String key)
       Allocatable represents the resources of a node that are available for scheduling.
       Defaults to Capacity.
       +optional
       
      map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> allocatable = 2;
      Specified by:
      containsAllocatable in interface V1.NodeStatusOrBuilder
    • getAllocatable

      @Deprecated public Map<String,Resource.Quantity> getAllocatable()
      Deprecated.
      Use getAllocatableMap() instead.
      Specified by:
      getAllocatable in interface V1.NodeStatusOrBuilder
    • getAllocatableMap

      public Map<String,Resource.Quantity> getAllocatableMap()
       Allocatable represents the resources of a node that are available for scheduling.
       Defaults to Capacity.
       +optional
       
      map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> allocatable = 2;
      Specified by:
      getAllocatableMap in interface V1.NodeStatusOrBuilder
    • getAllocatableOrDefault

      public Resource.Quantity getAllocatableOrDefault(String key, Resource.Quantity defaultValue)
       Allocatable represents the resources of a node that are available for scheduling.
       Defaults to Capacity.
       +optional
       
      map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> allocatable = 2;
      Specified by:
      getAllocatableOrDefault in interface V1.NodeStatusOrBuilder
    • getAllocatableOrThrow

      public Resource.Quantity getAllocatableOrThrow(String key)
       Allocatable represents the resources of a node that are available for scheduling.
       Defaults to Capacity.
       +optional
       
      map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> allocatable = 2;
      Specified by:
      getAllocatableOrThrow in interface V1.NodeStatusOrBuilder
    • hasPhase

      public boolean hasPhase()
       NodePhase is the recently observed lifecycle phase of the node.
       More info: https://kubernetes.io/docs/concepts/nodes/node/#phase
       The field is never populated, and now is deprecated.
       +optional
       
      optional string phase = 3;
      Specified by:
      hasPhase in interface V1.NodeStatusOrBuilder
    • getPhase

      public String getPhase()
       NodePhase is the recently observed lifecycle phase of the node.
       More info: https://kubernetes.io/docs/concepts/nodes/node/#phase
       The field is never populated, and now is deprecated.
       +optional
       
      optional string phase = 3;
      Specified by:
      getPhase in interface V1.NodeStatusOrBuilder
    • getPhaseBytes

      public com.google.protobuf.ByteString getPhaseBytes()
       NodePhase is the recently observed lifecycle phase of the node.
       More info: https://kubernetes.io/docs/concepts/nodes/node/#phase
       The field is never populated, and now is deprecated.
       +optional
       
      optional string phase = 3;
      Specified by:
      getPhaseBytes in interface V1.NodeStatusOrBuilder
    • getConditionsList

      public List<V1.NodeCondition> getConditionsList()
       Conditions is an array of current observed node conditions.
       More info: https://kubernetes.io/docs/concepts/nodes/node/#condition
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.core.v1.NodeCondition conditions = 4;
      Specified by:
      getConditionsList in interface V1.NodeStatusOrBuilder
    • getConditionsOrBuilderList

      public List<? extends V1.NodeConditionOrBuilder> getConditionsOrBuilderList()
       Conditions is an array of current observed node conditions.
       More info: https://kubernetes.io/docs/concepts/nodes/node/#condition
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.core.v1.NodeCondition conditions = 4;
      Specified by:
      getConditionsOrBuilderList in interface V1.NodeStatusOrBuilder
    • getConditionsCount

      public int getConditionsCount()
       Conditions is an array of current observed node conditions.
       More info: https://kubernetes.io/docs/concepts/nodes/node/#condition
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.core.v1.NodeCondition conditions = 4;
      Specified by:
      getConditionsCount in interface V1.NodeStatusOrBuilder
    • getConditions

      public V1.NodeCondition getConditions(int index)
       Conditions is an array of current observed node conditions.
       More info: https://kubernetes.io/docs/concepts/nodes/node/#condition
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.core.v1.NodeCondition conditions = 4;
      Specified by:
      getConditions in interface V1.NodeStatusOrBuilder
    • getConditionsOrBuilder

      public V1.NodeConditionOrBuilder getConditionsOrBuilder(int index)
       Conditions is an array of current observed node conditions.
       More info: https://kubernetes.io/docs/concepts/nodes/node/#condition
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.core.v1.NodeCondition conditions = 4;
      Specified by:
      getConditionsOrBuilder in interface V1.NodeStatusOrBuilder
    • getAddressesList

      public List<V1.NodeAddress> getAddressesList()
       List of addresses reachable to the node.
       Queried from cloud provider, if available.
       More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses
       Note: This field is declared as mergeable, but the merge key is not sufficiently
       unique, which can cause data corruption when it is merged. Callers should instead
       use a full-replacement patch. See http://pr.k8s.io/79391 for an example.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.core.v1.NodeAddress addresses = 5;
      Specified by:
      getAddressesList in interface V1.NodeStatusOrBuilder
    • getAddressesOrBuilderList

      public List<? extends V1.NodeAddressOrBuilder> getAddressesOrBuilderList()
       List of addresses reachable to the node.
       Queried from cloud provider, if available.
       More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses
       Note: This field is declared as mergeable, but the merge key is not sufficiently
       unique, which can cause data corruption when it is merged. Callers should instead
       use a full-replacement patch. See http://pr.k8s.io/79391 for an example.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.core.v1.NodeAddress addresses = 5;
      Specified by:
      getAddressesOrBuilderList in interface V1.NodeStatusOrBuilder
    • getAddressesCount

      public int getAddressesCount()
       List of addresses reachable to the node.
       Queried from cloud provider, if available.
       More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses
       Note: This field is declared as mergeable, but the merge key is not sufficiently
       unique, which can cause data corruption when it is merged. Callers should instead
       use a full-replacement patch. See http://pr.k8s.io/79391 for an example.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.core.v1.NodeAddress addresses = 5;
      Specified by:
      getAddressesCount in interface V1.NodeStatusOrBuilder
    • getAddresses

      public V1.NodeAddress getAddresses(int index)
       List of addresses reachable to the node.
       Queried from cloud provider, if available.
       More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses
       Note: This field is declared as mergeable, but the merge key is not sufficiently
       unique, which can cause data corruption when it is merged. Callers should instead
       use a full-replacement patch. See http://pr.k8s.io/79391 for an example.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.core.v1.NodeAddress addresses = 5;
      Specified by:
      getAddresses in interface V1.NodeStatusOrBuilder
    • getAddressesOrBuilder

      public V1.NodeAddressOrBuilder getAddressesOrBuilder(int index)
       List of addresses reachable to the node.
       Queried from cloud provider, if available.
       More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses
       Note: This field is declared as mergeable, but the merge key is not sufficiently
       unique, which can cause data corruption when it is merged. Callers should instead
       use a full-replacement patch. See http://pr.k8s.io/79391 for an example.
       +optional
       +patchMergeKey=type
       +patchStrategy=merge
       
      repeated .k8s.io.api.core.v1.NodeAddress addresses = 5;
      Specified by:
      getAddressesOrBuilder in interface V1.NodeStatusOrBuilder
    • hasDaemonEndpoints

      public boolean hasDaemonEndpoints()
       Endpoints of daemons running on the Node.
       +optional
       
      optional .k8s.io.api.core.v1.NodeDaemonEndpoints daemonEndpoints = 6;
      Specified by:
      hasDaemonEndpoints in interface V1.NodeStatusOrBuilder
    • getDaemonEndpoints

      public V1.NodeDaemonEndpoints getDaemonEndpoints()
       Endpoints of daemons running on the Node.
       +optional
       
      optional .k8s.io.api.core.v1.NodeDaemonEndpoints daemonEndpoints = 6;
      Specified by:
      getDaemonEndpoints in interface V1.NodeStatusOrBuilder
    • getDaemonEndpointsOrBuilder

      public V1.NodeDaemonEndpointsOrBuilder getDaemonEndpointsOrBuilder()
       Endpoints of daemons running on the Node.
       +optional
       
      optional .k8s.io.api.core.v1.NodeDaemonEndpoints daemonEndpoints = 6;
      Specified by:
      getDaemonEndpointsOrBuilder in interface V1.NodeStatusOrBuilder
    • hasNodeInfo

      public boolean hasNodeInfo()
       Set of ids/uuids to uniquely identify the node.
       More info: https://kubernetes.io/docs/concepts/nodes/node/#info
       +optional
       
      optional .k8s.io.api.core.v1.NodeSystemInfo nodeInfo = 7;
      Specified by:
      hasNodeInfo in interface V1.NodeStatusOrBuilder
    • getNodeInfo

      public V1.NodeSystemInfo getNodeInfo()
       Set of ids/uuids to uniquely identify the node.
       More info: https://kubernetes.io/docs/concepts/nodes/node/#info
       +optional
       
      optional .k8s.io.api.core.v1.NodeSystemInfo nodeInfo = 7;
      Specified by:
      getNodeInfo in interface V1.NodeStatusOrBuilder
    • getNodeInfoOrBuilder

      public V1.NodeSystemInfoOrBuilder getNodeInfoOrBuilder()
       Set of ids/uuids to uniquely identify the node.
       More info: https://kubernetes.io/docs/concepts/nodes/node/#info
       +optional
       
      optional .k8s.io.api.core.v1.NodeSystemInfo nodeInfo = 7;
      Specified by:
      getNodeInfoOrBuilder in interface V1.NodeStatusOrBuilder
    • getImagesList

      public List<V1.ContainerImage> getImagesList()
       List of container images on this node
       +optional
       
      repeated .k8s.io.api.core.v1.ContainerImage images = 8;
      Specified by:
      getImagesList in interface V1.NodeStatusOrBuilder
    • getImagesOrBuilderList

      public List<? extends V1.ContainerImageOrBuilder> getImagesOrBuilderList()
       List of container images on this node
       +optional
       
      repeated .k8s.io.api.core.v1.ContainerImage images = 8;
      Specified by:
      getImagesOrBuilderList in interface V1.NodeStatusOrBuilder
    • getImagesCount

      public int getImagesCount()
       List of container images on this node
       +optional
       
      repeated .k8s.io.api.core.v1.ContainerImage images = 8;
      Specified by:
      getImagesCount in interface V1.NodeStatusOrBuilder
    • getImages

      public V1.ContainerImage getImages(int index)
       List of container images on this node
       +optional
       
      repeated .k8s.io.api.core.v1.ContainerImage images = 8;
      Specified by:
      getImages in interface V1.NodeStatusOrBuilder
    • getImagesOrBuilder

      public V1.ContainerImageOrBuilder getImagesOrBuilder(int index)
       List of container images on this node
       +optional
       
      repeated .k8s.io.api.core.v1.ContainerImage images = 8;
      Specified by:
      getImagesOrBuilder in interface V1.NodeStatusOrBuilder
    • getVolumesInUseList

      public com.google.protobuf.ProtocolStringList getVolumesInUseList()
       List of attachable volumes in use (mounted) by the node.
       +optional
       
      repeated string volumesInUse = 9;
      Specified by:
      getVolumesInUseList in interface V1.NodeStatusOrBuilder
    • getVolumesInUseCount

      public int getVolumesInUseCount()
       List of attachable volumes in use (mounted) by the node.
       +optional
       
      repeated string volumesInUse = 9;
      Specified by:
      getVolumesInUseCount in interface V1.NodeStatusOrBuilder
    • getVolumesInUse

      public String getVolumesInUse(int index)
       List of attachable volumes in use (mounted) by the node.
       +optional
       
      repeated string volumesInUse = 9;
      Specified by:
      getVolumesInUse in interface V1.NodeStatusOrBuilder
    • getVolumesInUseBytes

      public com.google.protobuf.ByteString getVolumesInUseBytes(int index)
       List of attachable volumes in use (mounted) by the node.
       +optional
       
      repeated string volumesInUse = 9;
      Specified by:
      getVolumesInUseBytes in interface V1.NodeStatusOrBuilder
    • getVolumesAttachedList

      public List<V1.AttachedVolume> getVolumesAttachedList()
       List of volumes that are attached to the node.
       +optional
       
      repeated .k8s.io.api.core.v1.AttachedVolume volumesAttached = 10;
      Specified by:
      getVolumesAttachedList in interface V1.NodeStatusOrBuilder
    • getVolumesAttachedOrBuilderList

      public List<? extends V1.AttachedVolumeOrBuilder> getVolumesAttachedOrBuilderList()
       List of volumes that are attached to the node.
       +optional
       
      repeated .k8s.io.api.core.v1.AttachedVolume volumesAttached = 10;
      Specified by:
      getVolumesAttachedOrBuilderList in interface V1.NodeStatusOrBuilder
    • getVolumesAttachedCount

      public int getVolumesAttachedCount()
       List of volumes that are attached to the node.
       +optional
       
      repeated .k8s.io.api.core.v1.AttachedVolume volumesAttached = 10;
      Specified by:
      getVolumesAttachedCount in interface V1.NodeStatusOrBuilder
    • getVolumesAttached

      public V1.AttachedVolume getVolumesAttached(int index)
       List of volumes that are attached to the node.
       +optional
       
      repeated .k8s.io.api.core.v1.AttachedVolume volumesAttached = 10;
      Specified by:
      getVolumesAttached in interface V1.NodeStatusOrBuilder
    • getVolumesAttachedOrBuilder

      public V1.AttachedVolumeOrBuilder getVolumesAttachedOrBuilder(int index)
       List of volumes that are attached to the node.
       +optional
       
      repeated .k8s.io.api.core.v1.AttachedVolume volumesAttached = 10;
      Specified by:
      getVolumesAttachedOrBuilder in interface V1.NodeStatusOrBuilder
    • hasConfig

      public boolean hasConfig()
       Status of the config assigned to the node via the dynamic Kubelet config feature.
       +optional
       
      optional .k8s.io.api.core.v1.NodeConfigStatus config = 11;
      Specified by:
      hasConfig in interface V1.NodeStatusOrBuilder
    • getConfig

      public V1.NodeConfigStatus getConfig()
       Status of the config assigned to the node via the dynamic Kubelet config feature.
       +optional
       
      optional .k8s.io.api.core.v1.NodeConfigStatus config = 11;
      Specified by:
      getConfig in interface V1.NodeStatusOrBuilder
    • getConfigOrBuilder

      public V1.NodeConfigStatusOrBuilder getConfigOrBuilder()
       Status of the config assigned to the node via the dynamic Kubelet config feature.
       +optional
       
      optional .k8s.io.api.core.v1.NodeConfigStatus config = 11;
      Specified by:
      getConfigOrBuilder in interface V1.NodeStatusOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static V1.NodeStatus parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.NodeStatus parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.NodeStatus parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.NodeStatus parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.NodeStatus parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.NodeStatus parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.NodeStatus parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static V1.NodeStatus parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static V1.NodeStatus parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static V1.NodeStatus parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static V1.NodeStatus parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static V1.NodeStatus parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public V1.NodeStatus.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static V1.NodeStatus.Builder newBuilder()
    • newBuilder

      public static V1.NodeStatus.Builder newBuilder(V1.NodeStatus prototype)
    • toBuilder

      public V1.NodeStatus.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected V1.NodeStatus.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static V1.NodeStatus getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<V1.NodeStatus> parser()
    • getParserForType

      public com.google.protobuf.Parser<V1.NodeStatus> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public V1.NodeStatus getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder