[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface JobStatus.InstanceStatusOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.batch.v1.JobStatus.InstanceStatusOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.batch.v1.JobStatus.InstanceStatusOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.batch.v1.JobStatus.InstanceStatusOrBuilder) \n\n public static interface JobStatus.InstanceStatusOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getBootDisk()\n\n public abstract AllocationPolicy.Disk getBootDisk()\n\nThe VM boot disk.\n\n`.google.events.cloud.batch.v1.AllocationPolicy.Disk boot_disk = 4;`\n\n### getBootDiskOrBuilder()\n\n public abstract AllocationPolicy.DiskOrBuilder getBootDiskOrBuilder()\n\nThe VM boot disk.\n\n`.google.events.cloud.batch.v1.AllocationPolicy.Disk boot_disk = 4;`\n\n### getMachineType()\n\n public abstract String getMachineType()\n\nThe Compute Engine machine type.\n\n`string machine_type = 1;`\n\n### getMachineTypeBytes()\n\n public abstract ByteString getMachineTypeBytes()\n\nThe Compute Engine machine type.\n\n`string machine_type = 1;`\n\n### getProvisioningModel()\n\n public abstract AllocationPolicy.ProvisioningModel getProvisioningModel()\n\nThe VM instance provisioning model.\n\n`\n.google.events.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 2;\n`\n\n### getProvisioningModelValue()\n\n public abstract int getProvisioningModelValue()\n\nThe VM instance provisioning model.\n\n`\n.google.events.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 2;\n`\n\n### getTaskPack()\n\n public abstract long getTaskPack()\n\nThe max number of tasks can be assigned to this instance type.\n\n`int64 task_pack = 3;`\n\n### hasBootDisk()\n\n public abstract boolean hasBootDisk()\n\nThe VM boot disk.\n\n`.google.events.cloud.batch.v1.AllocationPolicy.Disk boot_disk = 4;`"]]