Class MachineType.Builder

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

    public static final class MachineType.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<MachineType.Builder>
    implements MachineTypeOrBuilder
     Represents a Machine Type resource. You can use specific machine types for your VM instances based on performance and pricing requirements. For more information, read Machine Types.
     
    Protobuf type google.cloud.compute.v1.MachineType
    • 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<MachineType.Builder>
      • clear

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

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

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

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

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

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

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

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

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

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

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

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

        public MachineType.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<MachineType.Builder>
        Throws:
        IOException
      • getAcceleratorsList

        public List<Accelerators> getAcceleratorsList()
         [Output Only] A list of accelerator configurations assigned to this machine type.
         
        repeated .google.cloud.compute.v1.Accelerators accelerators = 269577064;
        Specified by:
        getAcceleratorsList in interface MachineTypeOrBuilder
      • getAcceleratorsCount

        public int getAcceleratorsCount()
         [Output Only] A list of accelerator configurations assigned to this machine type.
         
        repeated .google.cloud.compute.v1.Accelerators accelerators = 269577064;
        Specified by:
        getAcceleratorsCount in interface MachineTypeOrBuilder
      • getAccelerators

        public Accelerators getAccelerators​(int index)
         [Output Only] A list of accelerator configurations assigned to this machine type.
         
        repeated .google.cloud.compute.v1.Accelerators accelerators = 269577064;
        Specified by:
        getAccelerators in interface MachineTypeOrBuilder
      • setAccelerators

        public MachineType.Builder setAccelerators​(int index,
                                                   Accelerators value)
         [Output Only] A list of accelerator configurations assigned to this machine type.
         
        repeated .google.cloud.compute.v1.Accelerators accelerators = 269577064;
      • setAccelerators

        public MachineType.Builder setAccelerators​(int index,
                                                   Accelerators.Builder builderForValue)
         [Output Only] A list of accelerator configurations assigned to this machine type.
         
        repeated .google.cloud.compute.v1.Accelerators accelerators = 269577064;
      • addAccelerators

        public MachineType.Builder addAccelerators​(Accelerators value)
         [Output Only] A list of accelerator configurations assigned to this machine type.
         
        repeated .google.cloud.compute.v1.Accelerators accelerators = 269577064;
      • addAccelerators

        public MachineType.Builder addAccelerators​(int index,
                                                   Accelerators value)
         [Output Only] A list of accelerator configurations assigned to this machine type.
         
        repeated .google.cloud.compute.v1.Accelerators accelerators = 269577064;
      • addAccelerators

        public MachineType.Builder addAccelerators​(Accelerators.Builder builderForValue)
         [Output Only] A list of accelerator configurations assigned to this machine type.
         
        repeated .google.cloud.compute.v1.Accelerators accelerators = 269577064;
      • addAccelerators

        public MachineType.Builder addAccelerators​(int index,
                                                   Accelerators.Builder builderForValue)
         [Output Only] A list of accelerator configurations assigned to this machine type.
         
        repeated .google.cloud.compute.v1.Accelerators accelerators = 269577064;
      • addAllAccelerators

        public MachineType.Builder addAllAccelerators​(Iterable<? extends Accelerators> values)
         [Output Only] A list of accelerator configurations assigned to this machine type.
         
        repeated .google.cloud.compute.v1.Accelerators accelerators = 269577064;
      • clearAccelerators

        public MachineType.Builder clearAccelerators()
         [Output Only] A list of accelerator configurations assigned to this machine type.
         
        repeated .google.cloud.compute.v1.Accelerators accelerators = 269577064;
      • removeAccelerators

        public MachineType.Builder removeAccelerators​(int index)
         [Output Only] A list of accelerator configurations assigned to this machine type.
         
        repeated .google.cloud.compute.v1.Accelerators accelerators = 269577064;
      • getAcceleratorsBuilder

        public Accelerators.Builder getAcceleratorsBuilder​(int index)
         [Output Only] A list of accelerator configurations assigned to this machine type.
         
        repeated .google.cloud.compute.v1.Accelerators accelerators = 269577064;
      • getAcceleratorsOrBuilder

        public AcceleratorsOrBuilder getAcceleratorsOrBuilder​(int index)
         [Output Only] A list of accelerator configurations assigned to this machine type.
         
        repeated .google.cloud.compute.v1.Accelerators accelerators = 269577064;
        Specified by:
        getAcceleratorsOrBuilder in interface MachineTypeOrBuilder
      • addAcceleratorsBuilder

        public Accelerators.Builder addAcceleratorsBuilder()
         [Output Only] A list of accelerator configurations assigned to this machine type.
         
        repeated .google.cloud.compute.v1.Accelerators accelerators = 269577064;
      • addAcceleratorsBuilder

        public Accelerators.Builder addAcceleratorsBuilder​(int index)
         [Output Only] A list of accelerator configurations assigned to this machine type.
         
        repeated .google.cloud.compute.v1.Accelerators accelerators = 269577064;
      • getAcceleratorsBuilderList

        public List<Accelerators.Builder> getAcceleratorsBuilderList()
         [Output Only] A list of accelerator configurations assigned to this machine type.
         
        repeated .google.cloud.compute.v1.Accelerators accelerators = 269577064;
      • hasCreationTimestamp

        public boolean hasCreationTimestamp()
         [Output Only] Creation timestamp in RFC3339 text format.
         
        optional string creation_timestamp = 30525366;
        Specified by:
        hasCreationTimestamp in interface MachineTypeOrBuilder
        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 MachineTypeOrBuilder
        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 MachineTypeOrBuilder
        Returns:
        The bytes for creationTimestamp.
      • setCreationTimestamp

        public MachineType.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 MachineType.Builder clearCreationTimestamp()
         [Output Only] Creation timestamp in RFC3339 text format.
         
        optional string creation_timestamp = 30525366;
        Returns:
        This builder for chaining.
      • setCreationTimestampBytes

        public MachineType.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 machine type. Only applicable if the machine type is unavailable.
         
        optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
        Specified by:
        hasDeprecated in interface MachineTypeOrBuilder
        Returns:
        Whether the deprecated field is set.
      • getDeprecated

        public DeprecationStatus getDeprecated()
         [Output Only] The deprecation status associated with this machine type. Only applicable if the machine type is unavailable.
         
        optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
        Specified by:
        getDeprecated in interface MachineTypeOrBuilder
        Returns:
        The deprecated.
      • setDeprecated

        public MachineType.Builder setDeprecated​(DeprecationStatus value)
         [Output Only] The deprecation status associated with this machine type. Only applicable if the machine type is unavailable.
         
        optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
      • setDeprecated

        public MachineType.Builder setDeprecated​(DeprecationStatus.Builder builderForValue)
         [Output Only] The deprecation status associated with this machine type. Only applicable if the machine type is unavailable.
         
        optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
      • mergeDeprecated

        public MachineType.Builder mergeDeprecated​(DeprecationStatus value)
         [Output Only] The deprecation status associated with this machine type. Only applicable if the machine type is unavailable.
         
        optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
      • clearDeprecated

        public MachineType.Builder clearDeprecated()
         [Output Only] The deprecation status associated with this machine type. Only applicable if the machine type is unavailable.
         
        optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
      • getDeprecatedBuilder

        public DeprecationStatus.Builder getDeprecatedBuilder()
         [Output Only] The deprecation status associated with this machine type. Only applicable if the machine type is unavailable.
         
        optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
      • getDeprecatedOrBuilder

        public DeprecationStatusOrBuilder getDeprecatedOrBuilder()
         [Output Only] The deprecation status associated with this machine type. Only applicable if the machine type is unavailable.
         
        optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
        Specified by:
        getDeprecatedOrBuilder in interface MachineTypeOrBuilder
      • hasDescription

        public boolean hasDescription()
         [Output Only] An optional textual description of the resource.
         
        optional string description = 422937596;
        Specified by:
        hasDescription in interface MachineTypeOrBuilder
        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 MachineTypeOrBuilder
        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 MachineTypeOrBuilder
        Returns:
        The bytes for description.
      • setDescription

        public MachineType.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 MachineType.Builder clearDescription()
         [Output Only] An optional textual description of the resource.
         
        optional string description = 422937596;
        Returns:
        This builder for chaining.
      • setDescriptionBytes

        public MachineType.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 instance.
         
        optional int32 guest_cpus = 393356754;
        Specified by:
        hasGuestCpus in interface MachineTypeOrBuilder
        Returns:
        Whether the guestCpus field is set.
      • getGuestCpus

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

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

        public MachineType.Builder clearGuestCpus()
         [Output Only] The number of virtual CPUs that are available to the instance.
         
        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 MachineTypeOrBuilder
        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 MachineTypeOrBuilder
        Returns:
        The id.
      • setId

        public MachineType.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 MachineType.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.
      • hasImageSpaceGb

        public boolean hasImageSpaceGb()
         [Deprecated] This property is deprecated and will never be populated with any relevant values.
         
        optional int32 image_space_gb = 75331864;
        Specified by:
        hasImageSpaceGb in interface MachineTypeOrBuilder
        Returns:
        Whether the imageSpaceGb field is set.
      • getImageSpaceGb

        public int getImageSpaceGb()
         [Deprecated] This property is deprecated and will never be populated with any relevant values.
         
        optional int32 image_space_gb = 75331864;
        Specified by:
        getImageSpaceGb in interface MachineTypeOrBuilder
        Returns:
        The imageSpaceGb.
      • setImageSpaceGb

        public MachineType.Builder setImageSpaceGb​(int value)
         [Deprecated] This property is deprecated and will never be populated with any relevant values.
         
        optional int32 image_space_gb = 75331864;
        Parameters:
        value - The imageSpaceGb to set.
        Returns:
        This builder for chaining.
      • clearImageSpaceGb

        public MachineType.Builder clearImageSpaceGb()
         [Deprecated] This property is deprecated and will never be populated with any relevant values.
         
        optional int32 image_space_gb = 75331864;
        Returns:
        This builder for chaining.
      • hasIsSharedCpu

        public boolean hasIsSharedCpu()
         [Output Only] Whether this machine type has a shared CPU. See Shared-core machine types for more information.
         
        optional bool is_shared_cpu = 521399555;
        Specified by:
        hasIsSharedCpu in interface MachineTypeOrBuilder
        Returns:
        Whether the isSharedCpu field is set.
      • getIsSharedCpu

        public boolean getIsSharedCpu()
         [Output Only] Whether this machine type has a shared CPU. See Shared-core machine types for more information.
         
        optional bool is_shared_cpu = 521399555;
        Specified by:
        getIsSharedCpu in interface MachineTypeOrBuilder
        Returns:
        The isSharedCpu.
      • setIsSharedCpu

        public MachineType.Builder setIsSharedCpu​(boolean value)
         [Output Only] Whether this machine type has a shared CPU. See Shared-core machine types for more information.
         
        optional bool is_shared_cpu = 521399555;
        Parameters:
        value - The isSharedCpu to set.
        Returns:
        This builder for chaining.
      • clearIsSharedCpu

        public MachineType.Builder clearIsSharedCpu()
         [Output Only] Whether this machine type has a shared CPU. See Shared-core machine types for more information.
         
        optional bool is_shared_cpu = 521399555;
        Returns:
        This builder for chaining.
      • hasKind

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

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

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

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

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

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

        public boolean hasMaximumPersistentDisks()
         [Output Only] Maximum persistent disks allowed.
         
        optional int32 maximum_persistent_disks = 496220941;
        Specified by:
        hasMaximumPersistentDisks in interface MachineTypeOrBuilder
        Returns:
        Whether the maximumPersistentDisks field is set.
      • getMaximumPersistentDisks

        public int getMaximumPersistentDisks()
         [Output Only] Maximum persistent disks allowed.
         
        optional int32 maximum_persistent_disks = 496220941;
        Specified by:
        getMaximumPersistentDisks in interface MachineTypeOrBuilder
        Returns:
        The maximumPersistentDisks.
      • setMaximumPersistentDisks

        public MachineType.Builder setMaximumPersistentDisks​(int value)
         [Output Only] Maximum persistent disks allowed.
         
        optional int32 maximum_persistent_disks = 496220941;
        Parameters:
        value - The maximumPersistentDisks to set.
        Returns:
        This builder for chaining.
      • clearMaximumPersistentDisks

        public MachineType.Builder clearMaximumPersistentDisks()
         [Output Only] Maximum persistent disks allowed.
         
        optional int32 maximum_persistent_disks = 496220941;
        Returns:
        This builder for chaining.
      • hasMaximumPersistentDisksSizeGb

        public boolean hasMaximumPersistentDisksSizeGb()
         [Output Only] Maximum total persistent disks size (GB) allowed.
         
        optional int64 maximum_persistent_disks_size_gb = 154274471;
        Specified by:
        hasMaximumPersistentDisksSizeGb in interface MachineTypeOrBuilder
        Returns:
        Whether the maximumPersistentDisksSizeGb field is set.
      • getMaximumPersistentDisksSizeGb

        public long getMaximumPersistentDisksSizeGb()
         [Output Only] Maximum total persistent disks size (GB) allowed.
         
        optional int64 maximum_persistent_disks_size_gb = 154274471;
        Specified by:
        getMaximumPersistentDisksSizeGb in interface MachineTypeOrBuilder
        Returns:
        The maximumPersistentDisksSizeGb.
      • setMaximumPersistentDisksSizeGb

        public MachineType.Builder setMaximumPersistentDisksSizeGb​(long value)
         [Output Only] Maximum total persistent disks size (GB) allowed.
         
        optional int64 maximum_persistent_disks_size_gb = 154274471;
        Parameters:
        value - The maximumPersistentDisksSizeGb to set.
        Returns:
        This builder for chaining.
      • clearMaximumPersistentDisksSizeGb

        public MachineType.Builder clearMaximumPersistentDisksSizeGb()
         [Output Only] Maximum total persistent disks size (GB) allowed.
         
        optional int64 maximum_persistent_disks_size_gb = 154274471;
        Returns:
        This builder for chaining.
      • hasMemoryMb

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

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

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

        public MachineType.Builder clearMemoryMb()
         [Output Only] The amount of physical memory available to the instance, 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 MachineTypeOrBuilder
        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 MachineTypeOrBuilder
        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 MachineTypeOrBuilder
        Returns:
        The bytes for name.
      • setName

        public MachineType.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 MachineType.Builder clearName()
         [Output Only] Name of the resource.
         
        optional string name = 3373707;
        Returns:
        This builder for chaining.
      • setNameBytes

        public MachineType.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.
      • getScratchDisksList

        public List<ScratchDisks> getScratchDisksList()
         [Output Only] A list of extended scratch disks assigned to the instance.
         
        repeated .google.cloud.compute.v1.ScratchDisks scratch_disks = 480778481;
        Specified by:
        getScratchDisksList in interface MachineTypeOrBuilder
      • getScratchDisksCount

        public int getScratchDisksCount()
         [Output Only] A list of extended scratch disks assigned to the instance.
         
        repeated .google.cloud.compute.v1.ScratchDisks scratch_disks = 480778481;
        Specified by:
        getScratchDisksCount in interface MachineTypeOrBuilder
      • getScratchDisks

        public ScratchDisks getScratchDisks​(int index)
         [Output Only] A list of extended scratch disks assigned to the instance.
         
        repeated .google.cloud.compute.v1.ScratchDisks scratch_disks = 480778481;
        Specified by:
        getScratchDisks in interface MachineTypeOrBuilder
      • setScratchDisks

        public MachineType.Builder setScratchDisks​(int index,
                                                   ScratchDisks value)
         [Output Only] A list of extended scratch disks assigned to the instance.
         
        repeated .google.cloud.compute.v1.ScratchDisks scratch_disks = 480778481;
      • setScratchDisks

        public MachineType.Builder setScratchDisks​(int index,
                                                   ScratchDisks.Builder builderForValue)
         [Output Only] A list of extended scratch disks assigned to the instance.
         
        repeated .google.cloud.compute.v1.ScratchDisks scratch_disks = 480778481;
      • addScratchDisks

        public MachineType.Builder addScratchDisks​(ScratchDisks value)
         [Output Only] A list of extended scratch disks assigned to the instance.
         
        repeated .google.cloud.compute.v1.ScratchDisks scratch_disks = 480778481;
      • addScratchDisks

        public MachineType.Builder addScratchDisks​(int index,
                                                   ScratchDisks value)
         [Output Only] A list of extended scratch disks assigned to the instance.
         
        repeated .google.cloud.compute.v1.ScratchDisks scratch_disks = 480778481;
      • addScratchDisks

        public MachineType.Builder addScratchDisks​(ScratchDisks.Builder builderForValue)
         [Output Only] A list of extended scratch disks assigned to the instance.
         
        repeated .google.cloud.compute.v1.ScratchDisks scratch_disks = 480778481;
      • addScratchDisks

        public MachineType.Builder addScratchDisks​(int index,
                                                   ScratchDisks.Builder builderForValue)
         [Output Only] A list of extended scratch disks assigned to the instance.
         
        repeated .google.cloud.compute.v1.ScratchDisks scratch_disks = 480778481;
      • addAllScratchDisks

        public MachineType.Builder addAllScratchDisks​(Iterable<? extends ScratchDisks> values)
         [Output Only] A list of extended scratch disks assigned to the instance.
         
        repeated .google.cloud.compute.v1.ScratchDisks scratch_disks = 480778481;
      • clearScratchDisks

        public MachineType.Builder clearScratchDisks()
         [Output Only] A list of extended scratch disks assigned to the instance.
         
        repeated .google.cloud.compute.v1.ScratchDisks scratch_disks = 480778481;
      • removeScratchDisks

        public MachineType.Builder removeScratchDisks​(int index)
         [Output Only] A list of extended scratch disks assigned to the instance.
         
        repeated .google.cloud.compute.v1.ScratchDisks scratch_disks = 480778481;
      • getScratchDisksBuilder

        public ScratchDisks.Builder getScratchDisksBuilder​(int index)
         [Output Only] A list of extended scratch disks assigned to the instance.
         
        repeated .google.cloud.compute.v1.ScratchDisks scratch_disks = 480778481;
      • addScratchDisksBuilder

        public ScratchDisks.Builder addScratchDisksBuilder()
         [Output Only] A list of extended scratch disks assigned to the instance.
         
        repeated .google.cloud.compute.v1.ScratchDisks scratch_disks = 480778481;
      • addScratchDisksBuilder

        public ScratchDisks.Builder addScratchDisksBuilder​(int index)
         [Output Only] A list of extended scratch disks assigned to the instance.
         
        repeated .google.cloud.compute.v1.ScratchDisks scratch_disks = 480778481;
      • getScratchDisksBuilderList

        public List<ScratchDisks.Builder> getScratchDisksBuilderList()
         [Output Only] A list of extended scratch disks assigned to the instance.
         
        repeated .google.cloud.compute.v1.ScratchDisks scratch_disks = 480778481;
      • hasSelfLink

        public boolean hasSelfLink()
         [Output Only] Server-defined URL for the resource.
         
        optional string self_link = 456214797;
        Specified by:
        hasSelfLink in interface MachineTypeOrBuilder
        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 MachineTypeOrBuilder
        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 MachineTypeOrBuilder
        Returns:
        The bytes for selfLink.
      • setSelfLink

        public MachineType.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 MachineType.Builder clearSelfLink()
         [Output Only] Server-defined URL for the resource.
         
        optional string self_link = 456214797;
        Returns:
        This builder for chaining.
      • setSelfLinkBytes

        public MachineType.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 machine type resides, such as us-central1-a.
         
        optional string zone = 3744684;
        Specified by:
        hasZone in interface MachineTypeOrBuilder
        Returns:
        Whether the zone field is set.
      • getZone

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

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

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

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

        public MachineType.Builder setZoneBytes​(com.google.protobuf.ByteString value)
         [Output Only] The name of the zone where the machine 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 MachineType.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<MachineType.Builder>
      • mergeUnknownFields

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