Class NodeType.Builder

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

    public static final class NodeType.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<NodeType.Builder>
    implements NodeTypeOrBuilder
     Represent a sole-tenant Node Type resource. Each node within a node group must have a node type. A node type specifies the total amount of cores and memory for that node. Currently, the only available node type is n1-node-96-624 node type that has 96 vCPUs and 624 GB of memory, available in multiple zones. For more information read Node types.
     
    Protobuf type google.cloud.compute.v1.NodeType
    • Method Detail

      • 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<NodeType.Builder>
      • clear

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

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

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

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

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

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

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

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

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

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

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

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

        public NodeType.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<NodeType.Builder>
        Throws:
        IOException
      • hasCpuPlatform

        public boolean hasCpuPlatform()
         [Output Only] The CPU platform used by this node type.
         
        optional string cpu_platform = 410285354;
        Specified by:
        hasCpuPlatform in interface NodeTypeOrBuilder
        Returns:
        Whether the cpuPlatform field is set.
      • getCpuPlatform

        public String getCpuPlatform()
         [Output Only] The CPU platform used by this node type.
         
        optional string cpu_platform = 410285354;
        Specified by:
        getCpuPlatform in interface NodeTypeOrBuilder
        Returns:
        The cpuPlatform.
      • getCpuPlatformBytes

        public com.google.protobuf.ByteString getCpuPlatformBytes()
         [Output Only] The CPU platform used by this node type.
         
        optional string cpu_platform = 410285354;
        Specified by:
        getCpuPlatformBytes in interface NodeTypeOrBuilder
        Returns:
        The bytes for cpuPlatform.
      • setCpuPlatform

        public NodeType.Builder setCpuPlatform​(String value)
         [Output Only] The CPU platform used by this node type.
         
        optional string cpu_platform = 410285354;
        Parameters:
        value - The cpuPlatform to set.
        Returns:
        This builder for chaining.
      • clearCpuPlatform

        public NodeType.Builder clearCpuPlatform()
         [Output Only] The CPU platform used by this node type.
         
        optional string cpu_platform = 410285354;
        Returns:
        This builder for chaining.
      • setCpuPlatformBytes

        public NodeType.Builder setCpuPlatformBytes​(com.google.protobuf.ByteString value)
         [Output Only] The CPU platform used by this node type.
         
        optional string cpu_platform = 410285354;
        Parameters:
        value - The bytes for cpuPlatform to set.
        Returns:
        This builder for chaining.
      • hasCreationTimestamp

        public boolean hasCreationTimestamp()
         [Output Only] Creation timestamp in RFC3339 text format.
         
        optional string creation_timestamp = 30525366;
        Specified by:
        hasCreationTimestamp in interface NodeTypeOrBuilder
        Returns:
        Whether the creationTimestamp field is set.
      • getCreationTimestamp

        public String getCreationTimestamp()
         [Output Only] Creation timestamp in RFC3339 text format.
         
        optional string creation_timestamp = 30525366;
        Specified by:
        getCreationTimestamp in interface NodeTypeOrBuilder
        Returns:
        The creationTimestamp.
      • getCreationTimestampBytes

        public com.google.protobuf.ByteString getCreationTimestampBytes()
         [Output Only] Creation timestamp in RFC3339 text format.
         
        optional string creation_timestamp = 30525366;
        Specified by:
        getCreationTimestampBytes in interface NodeTypeOrBuilder
        Returns:
        The bytes for creationTimestamp.
      • setCreationTimestamp

        public NodeType.Builder setCreationTimestamp​(String value)
         [Output Only] Creation timestamp in RFC3339 text format.
         
        optional string creation_timestamp = 30525366;
        Parameters:
        value - The creationTimestamp to set.
        Returns:
        This builder for chaining.
      • clearCreationTimestamp

        public NodeType.Builder clearCreationTimestamp()
         [Output Only] Creation timestamp in RFC3339 text format.
         
        optional string creation_timestamp = 30525366;
        Returns:
        This builder for chaining.
      • setCreationTimestampBytes

        public NodeType.Builder setCreationTimestampBytes​(com.google.protobuf.ByteString value)
         [Output Only] Creation timestamp in RFC3339 text format.
         
        optional string creation_timestamp = 30525366;
        Parameters:
        value - The bytes for creationTimestamp to set.
        Returns:
        This builder for chaining.
      • hasDeprecated

        public boolean hasDeprecated()
         [Output Only] The deprecation status associated with this node type.
         
        optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
        Specified by:
        hasDeprecated in interface NodeTypeOrBuilder
        Returns:
        Whether the deprecated field is set.
      • getDeprecated

        public DeprecationStatus getDeprecated()
         [Output Only] The deprecation status associated with this node type.
         
        optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
        Specified by:
        getDeprecated in interface NodeTypeOrBuilder
        Returns:
        The deprecated.
      • setDeprecated

        public NodeType.Builder setDeprecated​(DeprecationStatus value)
         [Output Only] The deprecation status associated with this node type.
         
        optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
      • setDeprecated

        public NodeType.Builder setDeprecated​(DeprecationStatus.Builder builderForValue)
         [Output Only] The deprecation status associated with this node type.
         
        optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
      • mergeDeprecated

        public NodeType.Builder mergeDeprecated​(DeprecationStatus value)
         [Output Only] The deprecation status associated with this node type.
         
        optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
      • clearDeprecated

        public NodeType.Builder clearDeprecated()
         [Output Only] The deprecation status associated with this node type.
         
        optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
      • getDeprecatedBuilder

        public DeprecationStatus.Builder getDeprecatedBuilder()
         [Output Only] The deprecation status associated with this node type.
         
        optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
      • hasDescription

        public boolean hasDescription()
         [Output Only] An optional textual description of the resource.
         
        optional string description = 422937596;
        Specified by:
        hasDescription in interface NodeTypeOrBuilder
        Returns:
        Whether the description field is set.
      • getDescription

        public String getDescription()
         [Output Only] An optional textual description of the resource.
         
        optional string description = 422937596;
        Specified by:
        getDescription in interface NodeTypeOrBuilder
        Returns:
        The description.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         [Output Only] An optional textual description of the resource.
         
        optional string description = 422937596;
        Specified by:
        getDescriptionBytes in interface NodeTypeOrBuilder
        Returns:
        The bytes for description.
      • setDescription

        public NodeType.Builder setDescription​(String value)
         [Output Only] An optional textual description of the resource.
         
        optional string description = 422937596;
        Parameters:
        value - The description to set.
        Returns:
        This builder for chaining.
      • clearDescription

        public NodeType.Builder clearDescription()
         [Output Only] An optional textual description of the resource.
         
        optional string description = 422937596;
        Returns:
        This builder for chaining.
      • setDescriptionBytes

        public NodeType.Builder setDescriptionBytes​(com.google.protobuf.ByteString value)
         [Output Only] An optional textual description of the resource.
         
        optional string description = 422937596;
        Parameters:
        value - The bytes for description to set.
        Returns:
        This builder for chaining.
      • hasGuestCpus

        public boolean hasGuestCpus()
         [Output Only] The number of virtual CPUs that are available to the node type.
         
        optional int32 guest_cpus = 393356754;
        Specified by:
        hasGuestCpus in interface NodeTypeOrBuilder
        Returns:
        Whether the guestCpus field is set.
      • getGuestCpus

        public int getGuestCpus()
         [Output Only] The number of virtual CPUs that are available to the node type.
         
        optional int32 guest_cpus = 393356754;
        Specified by:
        getGuestCpus in interface NodeTypeOrBuilder
        Returns:
        The guestCpus.
      • setGuestCpus

        public NodeType.Builder setGuestCpus​(int value)
         [Output Only] The number of virtual CPUs that are available to the node type.
         
        optional int32 guest_cpus = 393356754;
        Parameters:
        value - The guestCpus to set.
        Returns:
        This builder for chaining.
      • clearGuestCpus

        public NodeType.Builder clearGuestCpus()
         [Output Only] The number of virtual CPUs that are available to the node type.
         
        optional int32 guest_cpus = 393356754;
        Returns:
        This builder for chaining.
      • hasId

        public boolean hasId()
         [Output Only] The unique identifier for the resource. This identifier is defined by the server.
         
        optional uint64 id = 3355;
        Specified by:
        hasId in interface NodeTypeOrBuilder
        Returns:
        Whether the id field is set.
      • getId

        public long getId()
         [Output Only] The unique identifier for the resource. This identifier is defined by the server.
         
        optional uint64 id = 3355;
        Specified by:
        getId in interface NodeTypeOrBuilder
        Returns:
        The id.
      • setId

        public NodeType.Builder setId​(long value)
         [Output Only] The unique identifier for the resource. This identifier is defined by the server.
         
        optional uint64 id = 3355;
        Parameters:
        value - The id to set.
        Returns:
        This builder for chaining.
      • clearId

        public NodeType.Builder clearId()
         [Output Only] The unique identifier for the resource. This identifier is defined by the server.
         
        optional uint64 id = 3355;
        Returns:
        This builder for chaining.
      • hasKind

        public boolean hasKind()
         [Output Only] The type of the resource. Always compute#nodeType for node types.
         
        optional string kind = 3292052;
        Specified by:
        hasKind in interface NodeTypeOrBuilder
        Returns:
        Whether the kind field is set.
      • getKind

        public String getKind()
         [Output Only] The type of the resource. Always compute#nodeType for node types.
         
        optional string kind = 3292052;
        Specified by:
        getKind in interface NodeTypeOrBuilder
        Returns:
        The kind.
      • getKindBytes

        public com.google.protobuf.ByteString getKindBytes()
         [Output Only] The type of the resource. Always compute#nodeType for node types.
         
        optional string kind = 3292052;
        Specified by:
        getKindBytes in interface NodeTypeOrBuilder
        Returns:
        The bytes for kind.
      • setKind

        public NodeType.Builder setKind​(String value)
         [Output Only] The type of the resource. Always compute#nodeType for node types.
         
        optional string kind = 3292052;
        Parameters:
        value - The kind to set.
        Returns:
        This builder for chaining.
      • clearKind

        public NodeType.Builder clearKind()
         [Output Only] The type of the resource. Always compute#nodeType for node types.
         
        optional string kind = 3292052;
        Returns:
        This builder for chaining.
      • setKindBytes

        public NodeType.Builder setKindBytes​(com.google.protobuf.ByteString value)
         [Output Only] The type of the resource. Always compute#nodeType for node types.
         
        optional string kind = 3292052;
        Parameters:
        value - The bytes for kind to set.
        Returns:
        This builder for chaining.
      • hasLocalSsdGb

        public boolean hasLocalSsdGb()
         [Output Only] Local SSD available to the node type, defined in GB.
         
        optional int32 local_ssd_gb = 329237578;
        Specified by:
        hasLocalSsdGb in interface NodeTypeOrBuilder
        Returns:
        Whether the localSsdGb field is set.
      • getLocalSsdGb

        public int getLocalSsdGb()
         [Output Only] Local SSD available to the node type, defined in GB.
         
        optional int32 local_ssd_gb = 329237578;
        Specified by:
        getLocalSsdGb in interface NodeTypeOrBuilder
        Returns:
        The localSsdGb.
      • setLocalSsdGb

        public NodeType.Builder setLocalSsdGb​(int value)
         [Output Only] Local SSD available to the node type, defined in GB.
         
        optional int32 local_ssd_gb = 329237578;
        Parameters:
        value - The localSsdGb to set.
        Returns:
        This builder for chaining.
      • clearLocalSsdGb

        public NodeType.Builder clearLocalSsdGb()
         [Output Only] Local SSD available to the node type, defined in GB.
         
        optional int32 local_ssd_gb = 329237578;
        Returns:
        This builder for chaining.
      • hasMemoryMb

        public boolean hasMemoryMb()
         [Output Only] The amount of physical memory available to the node type, defined in MB.
         
        optional int32 memory_mb = 116001171;
        Specified by:
        hasMemoryMb in interface NodeTypeOrBuilder
        Returns:
        Whether the memoryMb field is set.
      • getMemoryMb

        public int getMemoryMb()
         [Output Only] The amount of physical memory available to the node type, defined in MB.
         
        optional int32 memory_mb = 116001171;
        Specified by:
        getMemoryMb in interface NodeTypeOrBuilder
        Returns:
        The memoryMb.
      • setMemoryMb

        public NodeType.Builder setMemoryMb​(int value)
         [Output Only] The amount of physical memory available to the node type, defined in MB.
         
        optional int32 memory_mb = 116001171;
        Parameters:
        value - The memoryMb to set.
        Returns:
        This builder for chaining.
      • clearMemoryMb

        public NodeType.Builder clearMemoryMb()
         [Output Only] The amount of physical memory available to the node type, defined in MB.
         
        optional int32 memory_mb = 116001171;
        Returns:
        This builder for chaining.
      • hasName

        public boolean hasName()
         [Output Only] Name of the resource.
         
        optional string name = 3373707;
        Specified by:
        hasName in interface NodeTypeOrBuilder
        Returns:
        Whether the name field is set.
      • getName

        public String getName()
         [Output Only] Name of the resource.
         
        optional string name = 3373707;
        Specified by:
        getName in interface NodeTypeOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         [Output Only] Name of the resource.
         
        optional string name = 3373707;
        Specified by:
        getNameBytes in interface NodeTypeOrBuilder
        Returns:
        The bytes for name.
      • setName

        public NodeType.Builder setName​(String value)
         [Output Only] Name of the resource.
         
        optional string name = 3373707;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public NodeType.Builder clearName()
         [Output Only] Name of the resource.
         
        optional string name = 3373707;
        Returns:
        This builder for chaining.
      • setNameBytes

        public NodeType.Builder setNameBytes​(com.google.protobuf.ByteString value)
         [Output Only] Name of the resource.
         
        optional string name = 3373707;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • hasSelfLink

        public boolean hasSelfLink()
         [Output Only] Server-defined URL for the resource.
         
        optional string self_link = 456214797;
        Specified by:
        hasSelfLink in interface NodeTypeOrBuilder
        Returns:
        Whether the selfLink field is set.
      • getSelfLink

        public String getSelfLink()
         [Output Only] Server-defined URL for the resource.
         
        optional string self_link = 456214797;
        Specified by:
        getSelfLink in interface NodeTypeOrBuilder
        Returns:
        The selfLink.
      • getSelfLinkBytes

        public com.google.protobuf.ByteString getSelfLinkBytes()
         [Output Only] Server-defined URL for the resource.
         
        optional string self_link = 456214797;
        Specified by:
        getSelfLinkBytes in interface NodeTypeOrBuilder
        Returns:
        The bytes for selfLink.
      • setSelfLink

        public NodeType.Builder setSelfLink​(String value)
         [Output Only] Server-defined URL for the resource.
         
        optional string self_link = 456214797;
        Parameters:
        value - The selfLink to set.
        Returns:
        This builder for chaining.
      • clearSelfLink

        public NodeType.Builder clearSelfLink()
         [Output Only] Server-defined URL for the resource.
         
        optional string self_link = 456214797;
        Returns:
        This builder for chaining.
      • setSelfLinkBytes

        public NodeType.Builder setSelfLinkBytes​(com.google.protobuf.ByteString value)
         [Output Only] Server-defined URL for the resource.
         
        optional string self_link = 456214797;
        Parameters:
        value - The bytes for selfLink to set.
        Returns:
        This builder for chaining.
      • hasZone

        public boolean hasZone()
         [Output Only] The name of the zone where the node type resides, such as us-central1-a.
         
        optional string zone = 3744684;
        Specified by:
        hasZone in interface NodeTypeOrBuilder
        Returns:
        Whether the zone field is set.
      • getZone

        public String getZone()
         [Output Only] The name of the zone where the node type resides, such as us-central1-a.
         
        optional string zone = 3744684;
        Specified by:
        getZone in interface NodeTypeOrBuilder
        Returns:
        The zone.
      • getZoneBytes

        public com.google.protobuf.ByteString getZoneBytes()
         [Output Only] The name of the zone where the node type resides, such as us-central1-a.
         
        optional string zone = 3744684;
        Specified by:
        getZoneBytes in interface NodeTypeOrBuilder
        Returns:
        The bytes for zone.
      • setZone

        public NodeType.Builder setZone​(String value)
         [Output Only] The name of the zone where the node type resides, such as us-central1-a.
         
        optional string zone = 3744684;
        Parameters:
        value - The zone to set.
        Returns:
        This builder for chaining.
      • clearZone

        public NodeType.Builder clearZone()
         [Output Only] The name of the zone where the node type resides, such as us-central1-a.
         
        optional string zone = 3744684;
        Returns:
        This builder for chaining.
      • setZoneBytes

        public NodeType.Builder setZoneBytes​(com.google.protobuf.ByteString value)
         [Output Only] The name of the zone where the node type resides, such as us-central1-a.
         
        optional string zone = 3744684;
        Parameters:
        value - The bytes for zone to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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