Send feedback
Class Machine (0.30.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.30.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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
Field Value
Type
Description
int
DISABLED_FIELD_NUMBER
public static final int DISABLED_FIELD_NUMBER
Field Value
Type
Description
int
HOSTED_NODE_FIELD_NUMBER
public static final int HOSTED_NODE_FIELD_NUMBER
Field Value
Type
Description
int
LABELS_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
Field Value
Type
Description
int
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
Type
Description
int
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
Field Value
Type
Description
int
ZONE_FIELD_NUMBER
public static final int ZONE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static Machine getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Machine . Builder newBuilder ()
newBuilder(Machine prototype)
public static Machine . Builder newBuilder ( Machine prototype )
Parameter
Name
Description
prototype
Machine
public static Machine parseDelimitedFrom ( InputStream input )
public static Machine parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static Machine parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Machine parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static Machine parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Machine parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static Machine parseFrom ( CodedInputStream input )
public static Machine parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static Machine parseFrom ( InputStream input )
public static Machine parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static Machine parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Machine parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<Machine> parser ()
Methods
containsLabels(String key)
public boolean containsLabels ( String key )
Labels associated with this resource.
map<string, string> labels = 4;
Parameter
Name
Description
key
String
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
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
Type
Description
Timestamp
The createTime.
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];
getDefaultInstanceForType()
public Machine getDefaultInstanceForType ()
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() (deprecated)
public Map<String , String > getLabels ()
getLabelsCount()
public int getLabelsCount ()
Labels associated with this resource.
map<string, string> labels = 4;
Returns
Type
Description
int
getLabelsMap()
public Map<String , String > getLabelsMap ()
Labels associated with this resource.
map<string, string> labels = 4;
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault ( String key , String defaultValue )
Labels associated with this resource.
map<string, string> labels = 4;
Returns
Type
Description
String
getLabelsOrThrow(String key)
public String getLabelsOrThrow ( String key )
Labels associated with this resource.
map<string, string> labels = 4;
Parameter
Name
Description
key
String
Returns
Type
Description
String
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
Type
Description
ByteString
The bytes for name.
getParserForType()
public Parser<Machine> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
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
Type
Description
Timestamp
The updateTime.
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];
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
Type
Description
ByteString
The bytes for zone.
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
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField ( int number )
Parameter
Name
Description
number
int
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Machine . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Machine . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Machine . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
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-06-05 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-06-05 UTC."],[],[]]