[[["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.memcache.v1.Instance.NodeOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.memcache.v1.Instance.NodeOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.memcache.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### getHost()\n\n public abstract String getHost()\n\nOutput only. Hostname or IP address of the Memcached node used by the\nclients to connect to the Memcached server on this node.\n\n`string host = 4;`\n\n### getHostBytes()\n\n public abstract ByteString getHostBytes()\n\nOutput only. Hostname or IP address of the Memcached node used by the\nclients to connect to the Memcached server on this node.\n\n`string host = 4;`\n\n### getNodeId()\n\n public abstract String getNodeId()\n\nOutput only. Identifier of the Memcached node. The node id does not\ninclude project or location like the Memcached instance name.\n\n`string node_id = 1;`\n\n### getNodeIdBytes()\n\n public abstract ByteString getNodeIdBytes()\n\nOutput only. Identifier of the Memcached node. The node id does not\ninclude project or location like the Memcached instance name.\n\n`string node_id = 1;`\n\n### getParameters()\n\n public abstract MemcacheParameters getParameters()\n\nUser defined parameters currently applied to the node.\n\n`.google.events.cloud.memcache.v1.MemcacheParameters parameters = 6;`\n\n### getParametersOrBuilder()\n\n public abstract MemcacheParametersOrBuilder getParametersOrBuilder()\n\nUser defined parameters currently applied to the node.\n\n`.google.events.cloud.memcache.v1.MemcacheParameters parameters = 6;`\n\n### getPort()\n\n public abstract int getPort()\n\nOutput only. The port number of the Memcached server on this node.\n\n`int32 port = 5;`\n\n### getState()\n\n public abstract Instance.Node.State getState()\n\nOutput only. Current state of the Memcached node.\n\n`.google.events.cloud.memcache.v1.Instance.Node.State state = 3;`\n\n### getStateValue()\n\n public abstract int getStateValue()\n\nOutput only. Current state of the Memcached node.\n\n`.google.events.cloud.memcache.v1.Instance.Node.State state = 3;`\n\n### getZone()\n\n public abstract String getZone()\n\nOutput only. Location (GCP Zone) for the Memcached node.\n\n`string zone = 2;`\n\n### getZoneBytes()\n\n public abstract ByteString getZoneBytes()\n\nOutput only. Location (GCP Zone) for the Memcached node.\n\n`string zone = 2;`\n\n### hasParameters()\n\n public abstract boolean hasParameters()\n\nUser defined parameters currently applied to the node.\n\n`.google.events.cloud.memcache.v1.MemcacheParameters parameters = 6;`"]]