Class Machine.Builder

  • All Implemented Interfaces:
    MachineOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    Machine

    public static final class Machine.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Machine.Builder>
    implements MachineOrBuilder
     A Google Distributed Cloud Edge machine capable of acting as a Kubernetes
     node.
     
    Protobuf type google.cloud.edgecontainer.v1.Machine
    • Method Detail

      • 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.Builder<Machine.Builder>
      • internalGetMutableMapField

        protected com.google.protobuf.MapField internalGetMutableMapField​(int number)
        Overrides:
        internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<Machine.Builder>
      • internalGetFieldAccessorTable

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

        public Machine.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<Machine.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<Machine.Builder>
      • getDefaultInstanceForType

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

        public Machine build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

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

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

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

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

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

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

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

        public Machine.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<Machine.Builder>
      • isInitialized

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

        public Machine.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<Machine.Builder>
        Throws:
        IOException
      • getName

        public String getName()
         Required. The resource name of the machine.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getName in interface MachineOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Required. The resource name of the machine.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getNameBytes in interface MachineOrBuilder
        Returns:
        The bytes for name.
      • setName

        public Machine.Builder setName​(String value)
         Required. The resource name of the machine.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public Machine.Builder clearName()
         Required. The resource name of the machine.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setNameBytes

        public Machine.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Required. The resource name of the machine.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • 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];
        Specified by:
        hasCreateTime in interface MachineOrBuilder
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        public com.google.protobuf.Timestamp getCreateTime()
         Output only. The time when the node pool was created.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTime in interface MachineOrBuilder
        Returns:
        The createTime.
      • setCreateTime

        public Machine.Builder setCreateTime​(com.google.protobuf.Timestamp value)
         Output only. The time when the node pool was created.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setCreateTime

        public Machine.Builder setCreateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The time when the node pool was created.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeCreateTime

        public Machine.Builder mergeCreateTime​(com.google.protobuf.Timestamp value)
         Output only. The time when the node pool was created.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearCreateTime

        public Machine.Builder clearCreateTime()
         Output only. The time when the node pool was created.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
         Output only. The time when the node pool was created.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Output only. The time when the node pool was created.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTimeOrBuilder in interface MachineOrBuilder
      • 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];
        Specified by:
        hasUpdateTime in interface MachineOrBuilder
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        public com.google.protobuf.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];
        Specified by:
        getUpdateTime in interface MachineOrBuilder
        Returns:
        The updateTime.
      • setUpdateTime

        public Machine.Builder setUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. The time when the node pool was last updated.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setUpdateTime

        public Machine.Builder setUpdateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The time when the node pool was last updated.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeUpdateTime

        public Machine.Builder mergeUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. The time when the node pool was last updated.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearUpdateTime

        public Machine.Builder clearUpdateTime()
         Output only. The time when the node pool was last updated.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
         Output only. The time when the node pool was last updated.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeOrBuilder

        public com.google.protobuf.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];
        Specified by:
        getUpdateTimeOrBuilder in interface MachineOrBuilder
      • getLabelsCount

        public int getLabelsCount()
        Description copied from interface: MachineOrBuilder
         Labels associated with this resource.
         
        map<string, string> labels = 4;
        Specified by:
        getLabelsCount in interface MachineOrBuilder
      • containsLabels

        public boolean containsLabels​(String key)
         Labels associated with this resource.
         
        map<string, string> labels = 4;
        Specified by:
        containsLabels in interface MachineOrBuilder
      • removeLabels

        public Machine.Builder removeLabels​(String key)
         Labels associated with this resource.
         
        map<string, string> labels = 4;
      • getMutableLabels

        @Deprecated
        public Map<String,​String> getMutableLabels()
        Deprecated.
        Use alternate mutation accessors instead.
      • putLabels

        public Machine.Builder putLabels​(String key,
                                         String value)
         Labels associated with this resource.
         
        map<string, string> labels = 4;
      • putAllLabels

        public Machine.Builder putAllLabels​(Map<String,​String> values)
         Labels associated with this resource.
         
        map<string, string> labels = 4;
      • 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;
        Specified by:
        getHostedNode in interface MachineOrBuilder
        Returns:
        The hostedNode.
      • getHostedNodeBytes

        public com.google.protobuf.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;
        Specified by:
        getHostedNodeBytes in interface MachineOrBuilder
        Returns:
        The bytes for hostedNode.
      • setHostedNode

        public Machine.Builder setHostedNode​(String value)
         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;
        Parameters:
        value - The hostedNode to set.
        Returns:
        This builder for chaining.
      • clearHostedNode

        public Machine.Builder clearHostedNode()
         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:
        This builder for chaining.
      • setHostedNodeBytes

        public Machine.Builder setHostedNodeBytes​(com.google.protobuf.ByteString value)
         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;
        Parameters:
        value - The bytes for hostedNode to set.
        Returns:
        This builder for chaining.
      • getZone

        public String getZone()
         The Google Distributed Cloud Edge zone of this machine.
         
        string zone = 6;
        Specified by:
        getZone in interface MachineOrBuilder
        Returns:
        The zone.
      • getZoneBytes

        public com.google.protobuf.ByteString getZoneBytes()
         The Google Distributed Cloud Edge zone of this machine.
         
        string zone = 6;
        Specified by:
        getZoneBytes in interface MachineOrBuilder
        Returns:
        The bytes for zone.
      • setZone

        public Machine.Builder setZone​(String value)
         The Google Distributed Cloud Edge zone of this machine.
         
        string zone = 6;
        Parameters:
        value - The zone to set.
        Returns:
        This builder for chaining.
      • clearZone

        public Machine.Builder clearZone()
         The Google Distributed Cloud Edge zone of this machine.
         
        string zone = 6;
        Returns:
        This builder for chaining.
      • setZoneBytes

        public Machine.Builder setZoneBytes​(com.google.protobuf.ByteString value)
         The Google Distributed Cloud Edge zone of this machine.
         
        string zone = 6;
        Parameters:
        value - The bytes for zone to set.
        Returns:
        This builder for chaining.
      • 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];
        Specified by:
        getDisabled in interface MachineOrBuilder
        Returns:
        The disabled.
      • setDisabled

        public Machine.Builder setDisabled​(boolean value)
         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];
        Parameters:
        value - The disabled to set.
        Returns:
        This builder for chaining.
      • clearDisabled

        public Machine.Builder clearDisabled()
         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:
        This builder for chaining.
      • setUnknownFields

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

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