[[["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 InstanceOrBuilder (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.apigeeregistry.v1.InstanceOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.apigeeregistry.v1.InstanceOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.apigeeregistry.v1.InstanceOrBuilder) \n\n public interface InstanceOrBuilder 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### getConfig()\n\n public abstract Instance.Config getConfig()\n\nRequired. Config of the Instance.\n\n`.google.events.cloud.apigeeregistry.v1.Instance.Config config = 6;`\n\n### getConfigOrBuilder()\n\n public abstract Instance.ConfigOrBuilder getConfigOrBuilder()\n\nRequired. Config of the Instance.\n\n`.google.events.cloud.apigeeregistry.v1.Instance.Config config = 6;`\n\n### getCreateTime()\n\n public abstract Timestamp getCreateTime()\n\nOutput only. Creation timestamp.\n\n`.google.protobuf.Timestamp create_time = 2;`\n\n### getCreateTimeOrBuilder()\n\n public abstract TimestampOrBuilder getCreateTimeOrBuilder()\n\nOutput only. Creation timestamp.\n\n`.google.protobuf.Timestamp create_time = 2;`\n\n### getName()\n\n public abstract String getName()\n\nFormat: `projects/*/locations/*/instance`.\nCurrently only `locations/global` is supported.\n\n`string name = 1;`\n\n### getNameBytes()\n\n public abstract ByteString getNameBytes()\n\nFormat: `projects/*/locations/*/instance`.\nCurrently only `locations/global` is supported.\n\n`string name = 1;`\n\n### getState()\n\n public abstract Instance.State getState()\n\nOutput only. The current state of the Instance.\n\n`.google.events.cloud.apigeeregistry.v1.Instance.State state = 4;`\n\n### getStateMessage()\n\n public abstract String getStateMessage()\n\nOutput only. Extra information of Instance.State if the state is `FAILED`.\n\n`string state_message = 5;`\n\n### getStateMessageBytes()\n\n public abstract ByteString getStateMessageBytes()\n\nOutput only. Extra information of Instance.State if the state is `FAILED`.\n\n`string state_message = 5;`\n\n### getStateValue()\n\n public abstract int getStateValue()\n\nOutput only. The current state of the Instance.\n\n`.google.events.cloud.apigeeregistry.v1.Instance.State state = 4;`\n\n### getUpdateTime()\n\n public abstract Timestamp getUpdateTime()\n\nOutput only. Last update timestamp.\n\n`.google.protobuf.Timestamp update_time = 3;`\n\n### getUpdateTimeOrBuilder()\n\n public abstract TimestampOrBuilder getUpdateTimeOrBuilder()\n\nOutput only. Last update timestamp.\n\n`.google.protobuf.Timestamp update_time = 3;`\n\n### hasConfig()\n\n public abstract boolean hasConfig()\n\nRequired. Config of the Instance.\n\n`.google.events.cloud.apigeeregistry.v1.Instance.Config config = 6;`\n\n### hasCreateTime()\n\n public abstract boolean hasCreateTime()\n\nOutput only. Creation timestamp.\n\n`.google.protobuf.Timestamp create_time = 2;`\n\n### hasUpdateTime()\n\n public abstract boolean hasUpdateTime()\n\nOutput only. Last update timestamp.\n\n`.google.protobuf.Timestamp update_time = 3;`"]]