[[["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 GroupOrBuilder (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.vmmigration.v1.GroupOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.vmmigration.v1.GroupOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.vmmigration.v1.GroupOrBuilder) \n\n public interface GroupOrBuilder 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### getCreateTime()\n\n public abstract Timestamp getCreateTime()\n\nOutput only. The create time timestamp.\n\n`.google.protobuf.Timestamp create_time = 2;`\n\n### getCreateTimeOrBuilder()\n\n public abstract TimestampOrBuilder getCreateTimeOrBuilder()\n\nOutput only. The create time timestamp.\n\n`.google.protobuf.Timestamp create_time = 2;`\n\n### getDescription()\n\n public abstract String getDescription()\n\nUser-provided description of the group.\n\n`string description = 4;`\n\n### getDescriptionBytes()\n\n public abstract ByteString getDescriptionBytes()\n\nUser-provided description of the group.\n\n`string description = 4;`\n\n### getDisplayName()\n\n public abstract String getDisplayName()\n\nDisplay name is a user defined name for this group which can be updated.\n\n`string display_name = 5;`\n\n### getDisplayNameBytes()\n\n public abstract ByteString getDisplayNameBytes()\n\nDisplay name is a user defined name for this group which can be updated.\n\n`string display_name = 5;`\n\n### getName()\n\n public abstract String getName()\n\nOutput only. The Group name.\n\n`string name = 1;`\n\n### getNameBytes()\n\n public abstract ByteString getNameBytes()\n\nOutput only. The Group name.\n\n`string name = 1;`\n\n### getUpdateTime()\n\n public abstract Timestamp getUpdateTime()\n\nOutput only. The update time timestamp.\n\n`.google.protobuf.Timestamp update_time = 3;`\n\n### getUpdateTimeOrBuilder()\n\n public abstract TimestampOrBuilder getUpdateTimeOrBuilder()\n\nOutput only. The update time timestamp.\n\n`.google.protobuf.Timestamp update_time = 3;`\n\n### hasCreateTime()\n\n public abstract boolean hasCreateTime()\n\nOutput only. The create time timestamp.\n\n`.google.protobuf.Timestamp create_time = 2;`\n\n### hasUpdateTime()\n\n public abstract boolean hasUpdateTime()\n\nOutput only. The update time timestamp.\n\n`.google.protobuf.Timestamp update_time = 3;`"]]