[[["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 SqlAclEntryOrBuilder (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.clouddms.v1.SqlAclEntryOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.clouddms.v1.SqlAclEntryOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.clouddms.v1.SqlAclEntryOrBuilder) \n\n public interface SqlAclEntryOrBuilder 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### getExpirationCase()\n\n public abstract SqlAclEntry.ExpirationCase getExpirationCase()\n\n### getExpireTime()\n\n public abstract Timestamp getExpireTime()\n\nThe time when this access control entry expires in\n[RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example:\n`2012-11-15T16:19:00.094Z`.\n\n`.google.protobuf.Timestamp expire_time = 10;`\n\n### getExpireTimeOrBuilder()\n\n public abstract TimestampOrBuilder getExpireTimeOrBuilder()\n\nThe time when this access control entry expires in\n[RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example:\n`2012-11-15T16:19:00.094Z`.\n\n`.google.protobuf.Timestamp expire_time = 10;`\n\n### getLabel()\n\n public abstract String getLabel()\n\nA label to identify this entry.\n\n`string label = 3;`\n\n### getLabelBytes()\n\n public abstract ByteString getLabelBytes()\n\nA label to identify this entry.\n\n`string label = 3;`\n\n### getValue()\n\n public abstract String getValue()\n\nThe allowlisted value for the access control list.\n\n`string value = 1;`\n\n### getValueBytes()\n\n public abstract ByteString getValueBytes()\n\nThe allowlisted value for the access control list.\n\n`string value = 1;`\n\n### hasExpireTime()\n\n public abstract boolean hasExpireTime()\n\nThe time when this access control entry expires in\n[RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example:\n`2012-11-15T16:19:00.094Z`.\n\n`.google.protobuf.Timestamp expire_time = 10;`"]]