[[["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 Environment.InfrastructureSpec.ComputeResourcesOrBuilder (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.dataplex.v1.Environment.InfrastructureSpec.ComputeResourcesOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.dataplex.v1.Environment.InfrastructureSpec.ComputeResourcesOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.dataplex.v1.Environment.InfrastructureSpec.ComputeResourcesOrBuilder) \n\n public static interface Environment.InfrastructureSpec.ComputeResourcesOrBuilder 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### getDiskSizeGb()\n\n public abstract int getDiskSizeGb()\n\nOptional. Size in GB of the disk. Default is 100 GB.\n\n`int32 disk_size_gb = 1;`\n\n### getMaxNodeCount()\n\n public abstract int getMaxNodeCount()\n\nOptional. Max configurable nodes.\nIf max_node_count \\\u003e node_count, then auto-scaling is enabled.\n\n`int32 max_node_count = 3;`\n\n### getNodeCount()\n\n public abstract int getNodeCount()\n\nOptional. Total number of nodes in the sessions created for this\nenvironment.\n\n`int32 node_count = 2;`"]]