Class MachineType

  • All Implemented Interfaces:
    MachineTypeOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class MachineType
    extends com.google.protobuf.GeneratedMessageV3
    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
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • 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
      • 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
      • 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
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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
      • 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.
      • 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.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static MachineType parseFrom​(ByteBuffer data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static MachineType parseFrom​(ByteBuffer data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static MachineType parseFrom​(com.google.protobuf.ByteString data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static MachineType parseFrom​(com.google.protobuf.ByteString data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static MachineType parseFrom​(byte[] data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static MachineType parseFrom​(byte[] data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static MachineType parseFrom​(com.google.protobuf.CodedInputStream input,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws IOException
        Throws:
        IOException
      • newBuilderForType

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

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

        protected MachineType.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static MachineType getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<MachineType> parser()
      • getParserForType

        public com.google.protobuf.Parser<MachineType> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

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