[[["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 Instance.NodeOrBuilder (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.alloydb.v1.Instance.NodeOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.alloydb.v1.Instance.NodeOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.alloydb.v1.Instance.NodeOrBuilder) \n\n public static interface Instance.NodeOrBuilder 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### getId()\n\n public abstract String getId()\n\nThe identifier of the VM e.g. \"test-read-0601-407e52be-ms3l\".\n\n`string id = 2;`\n\n### getIdBytes()\n\n public abstract ByteString getIdBytes()\n\nThe identifier of the VM e.g. \"test-read-0601-407e52be-ms3l\".\n\n`string id = 2;`\n\n### getIp()\n\n public abstract String getIp()\n\nThe private IP address of the VM e.g. \"10.57.0.34\".\n\n`string ip = 3;`\n\n### getIpBytes()\n\n public abstract ByteString getIpBytes()\n\nThe private IP address of the VM e.g. \"10.57.0.34\".\n\n`string ip = 3;`\n\n### getState()\n\n public abstract String getState()\n\nDetermined by state of the compute VM and postgres-service health.\nCompute VM state can have values listed in\n\u003chttps://cloud.google.com/compute/docs/instances/instance-life-cycle\u003e and\npostgres-service health can have values: HEALTHY and UNHEALTHY.\n\n`string state = 4;`\n\n### getStateBytes()\n\n public abstract ByteString getStateBytes()\n\nDetermined by state of the compute VM and postgres-service health.\nCompute VM state can have values listed in\n\u003chttps://cloud.google.com/compute/docs/instances/instance-life-cycle\u003e and\npostgres-service health can have values: HEALTHY and UNHEALTHY.\n\n`string state = 4;`\n\n### getZoneId()\n\n public abstract String getZoneId()\n\nThe Compute Engine zone of the VM e.g. \"us-central1-b\".\n\n`string zone_id = 1;`\n\n### getZoneIdBytes()\n\n public abstract ByteString getZoneIdBytes()\n\nThe Compute Engine zone of the VM e.g. \"us-central1-b\".\n\n`string zone_id = 1;`"]]