Send feedback
  
   
 
  
    
      Class Machine (0.6.0)
    
    
       
    
    
      
      Stay organized with collections
     
    
      
      Save and categorize content based on your preferences.
     
    
  
      
     
  
  
   
  
    
  
  
    
    
    
  Version 0.6.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  Machine   extends   GeneratedMessageV3   implements   MachineOrBuilder  
   
   A Google Distributed Cloud Edge machine capable of acting as a Kubernetes
 node.
 Protobuf type google.cloud.edgecontainer.v1.Machine
 
  
  
  
  Static Fields
   
  CREATE_TIME_FIELD_NUMBER 
  
    
public   static   final   int   CREATE_TIME_FIELD_NUMBER  
   
  Field Value 
  
  DISABLED_FIELD_NUMBER 
  
    
public   static   final   int   DISABLED_FIELD_NUMBER  
   
  Field Value 
  
  HOSTED_NODE_FIELD_NUMBER 
  
    
public   static   final   int   HOSTED_NODE_FIELD_NUMBER  
   
  Field Value 
  
  LABELS_FIELD_NUMBER 
  
    
public   static   final   int   LABELS_FIELD_NUMBER  
   
  Field Value 
  
  NAME_FIELD_NUMBER 
  
    
public   static   final   int   NAME_FIELD_NUMBER  
   
  Field Value 
  
  UPDATE_TIME_FIELD_NUMBER 
  
    
public   static   final   int   UPDATE_TIME_FIELD_NUMBER  
   
  Field Value 
  
  ZONE_FIELD_NUMBER 
  
    
public   static   final   int   ZONE_FIELD_NUMBER  
   
  Field Value 
  
  Static Methods
   
   
  getDefaultInstance() 
  
    
public   static   Machine   getDefaultInstance ()  
   
  Returns 
  
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  Returns 
  
   
  newBuilder() 
  
    
public   static   Machine . Builder   newBuilder ()  
   
  Returns 
  
   
  newBuilder(Machine prototype) 
  
    
public   static   Machine . Builder   newBuilder ( Machine   prototype )  
   
  Parameter 
  
  Returns 
  
   
  
  
    
public   static   Machine   parseDelimitedFrom ( InputStream   input )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   Machine   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(byte[] data) 
  
    
public   static   Machine   parseFrom ( byte []   data )  
   
  Parameter 
  
    
      
        Name  
        Description  
       
      
        data 
        byte [] 
       
     
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   Machine   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(ByteString data) 
  
    
public   static   Machine   parseFrom ( ByteString   data )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   Machine   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   Machine   parseFrom ( CodedInputStream   input )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   Machine   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   Machine   parseFrom ( InputStream   input )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   Machine   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(ByteBuffer data) 
  
    
public   static   Machine   parseFrom ( ByteBuffer   data )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   Machine   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  parser() 
  
    
public   static   Parser<Machine>   parser ()  
   
  Returns 
  
  Methods
   
   
  containsLabels(String key) 
  
    
public   boolean   containsLabels ( String   key )  
   
   Labels associated with this resource.
 map<string, string> labels = 4;
 
  Parameter 
  
  Returns 
  
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  getCreateTime() 
  
    
public   Timestamp   getCreateTime ()  
   
   Output only. The time when the node pool was created.
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
 
  Returns 
  
   
  getCreateTimeOrBuilder() 
  
    
public   TimestampOrBuilder   getCreateTimeOrBuilder ()  
   
   Output only. The time when the node pool was created.
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
 
  Returns 
  
   
  getDefaultInstanceForType() 
  
    
public   Machine   getDefaultInstanceForType ()  
   
  Returns 
  
   
  getDisabled() 
  
    
public   boolean   getDisabled ()  
   
   Output only. Whether the machine is disabled. If disabled, the machine is unable to
 enter service.
 bool disabled = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        boolean  
        The disabled.
 
       
     
  
   
  getHostedNode() 
  
    
public   String   getHostedNode ()  
   
   Canonical resource name of the node that this machine is responsible for
 hosting e.g.
 projects/{project}/locations/{location}/clusters/{cluster_id}/nodePools/{pool_id}/{node},
 Or empty if the machine is not assigned to assume the role of a node.
 string hosted_node = 5;
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        String  
        The hostedNode.
 
       
     
  
   
  getHostedNodeBytes() 
  
    
public   ByteString   getHostedNodeBytes ()  
   
   Canonical resource name of the node that this machine is responsible for
 hosting e.g.
 projects/{project}/locations/{location}/clusters/{cluster_id}/nodePools/{pool_id}/{node},
 Or empty if the machine is not assigned to assume the role of a node.
 string hosted_node = 5;
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for hostedNode.
 
       
     
  
   
  getLabels() 
  
    
public   Map<String , String >  getLabels ()  
   
  
  Returns 
  
   
  getLabelsCount() 
  
    
public   int   getLabelsCount ()  
   
   Labels associated with this resource.
 map<string, string> labels = 4;
 
  Returns 
  
   
  getLabelsMap() 
  
    
public   Map<String , String >  getLabelsMap ()  
   
   Labels associated with this resource.
 map<string, string> labels = 4;
 
  Returns 
  
   
  getLabelsOrDefault(String key, String defaultValue) 
  
    
public   String   getLabelsOrDefault ( String   key ,   String   defaultValue )  
   
   Labels associated with this resource.
 map<string, string> labels = 4;
 
  Parameters 
  
  Returns 
  
   
  getLabelsOrThrow(String key) 
  
    
public   String   getLabelsOrThrow ( String   key )  
   
   Labels associated with this resource.
 map<string, string> labels = 4;
 
  Parameter 
  
  Returns 
  
   
  getName() 
  
   Required. The resource name of the machine.
 
 string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        String  
        The name.
 
       
     
  
   
  getNameBytes() 
  
    
public   ByteString   getNameBytes ()  
   
   Required. The resource name of the machine.
 
 string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
 
  Returns 
  
   
  getParserForType() 
  
    
public   Parser<Machine>   getParserForType ()  
   
  Returns 
  
  Overrides 
  
   
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
   
  Returns 
  
  Overrides 
  
   
  getUnknownFields() 
  
    
public   final   UnknownFieldSet   getUnknownFields ()  
   
  Returns 
  
  Overrides 
  
   
  getUpdateTime() 
  
    
public   Timestamp   getUpdateTime ()  
   
   Output only. The time when the node pool was last updated.
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
 
  Returns 
  
   
  getUpdateTimeOrBuilder() 
  
    
public   TimestampOrBuilder   getUpdateTimeOrBuilder ()  
   
   Output only. The time when the node pool was last updated.
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
 
  Returns 
  
   
  getZone() 
  
   The Google Distributed Cloud Edge zone of this machine.
 string zone = 6;
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        String  
        The zone.
 
       
     
  
   
  getZoneBytes() 
  
    
public   ByteString   getZoneBytes ()  
   
   The Google Distributed Cloud Edge zone of this machine.
 string zone = 6;
 
  Returns 
  
   
  hasCreateTime() 
  
    
public   boolean   hasCreateTime ()  
   
   Output only. The time when the node pool was created.
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        boolean  
        Whether the createTime field is set.
 
       
     
  
   
  hasUpdateTime() 
  
    
public   boolean   hasUpdateTime ()  
   
   Output only. The time when the node pool was last updated.
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        boolean  
        Whether the updateTime field is set.
 
       
     
  
   
  hashCode() 
  
  Returns 
  
  Overrides 
  
   
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  Returns 
  
  Overrides 
  
   
  internalGetMapField(int number) 
  
    
protected   MapField   internalGetMapField ( int   number )  
   
  Parameter 
  
    
      
        Name  
        Description  
       
      
        number 
        int  
       
     
  
  Returns 
  
  Overrides 
  
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  Returns 
  
  Overrides 
  
   
  newBuilderForType() 
  
    
public   Machine . Builder   newBuilderForType ()  
   
  Returns 
  
   
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   Machine . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  toBuilder() 
  
    
public   Machine . Builder   toBuilder ()  
   
  Returns 
  
   
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
   
  Parameter 
  
  Overrides 
  
  Exceptions 
  
 
     
    
  
  
  
     
  
 
  
    
    
      
    
     
  
       
         
  
  
    
    Send feedback
  
   
 
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-30 UTC.
 
 
  
  
    
    
    
      
  
  
    Need to tell us more?
  
   
 
     
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-30 UTC."],[],[]]