[[["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 DataProfileResult.Profile.FieldOrBuilder (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.dataplex.v1.DataProfileResult.Profile.FieldOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.dataplex.v1.DataProfileResult.Profile.FieldOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.dataplex.v1.DataProfileResult.Profile.FieldOrBuilder) \n\n public static interface DataProfileResult.Profile.FieldOrBuilder 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### getMode()\n\n public abstract String getMode()\n\nThe mode of the field. Possible values include:\n\n- REQUIRED, if it is a required field.\n- NULLABLE, if it is an optional field.\n- REPEATED, if it is a repeated field.\n\n`string mode = 3;`\n\n### getModeBytes()\n\n public abstract ByteString getModeBytes()\n\nThe mode of the field. Possible values include:\n\n- REQUIRED, if it is a required field.\n- NULLABLE, if it is an optional field.\n- REPEATED, if it is a repeated field.\n\n`string mode = 3;`\n\n### getName()\n\n public abstract String getName()\n\nThe name of the field.\n\n`string name = 1;`\n\n### getNameBytes()\n\n public abstract ByteString getNameBytes()\n\nThe name of the field.\n\n`string name = 1;`\n\n### getProfile()\n\n public abstract DataProfileResult.Profile.Field.ProfileInfo getProfile()\n\nProfile information for the corresponding field.\n\n`\n.google.events.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo profile = 4;\n`\n\n### getProfileOrBuilder()\n\n public abstract DataProfileResult.Profile.Field.ProfileInfoOrBuilder getProfileOrBuilder()\n\nProfile information for the corresponding field.\n\n`\n.google.events.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo profile = 4;\n`\n\n### getType()\n\n public abstract String getType()\n\nThe field data type. Possible values include:\n\n- STRING\n- BYTE\n- INT64\n- INT32\n- INT16\n- DOUBLE\n- FLOAT\n- DECIMAL\n- BOOLEAN\n- BINARY\n- TIMESTAMP\n- DATE\n- TIME\n- NULL\n- RECORD\n\n`string type = 2;`\n\n### getTypeBytes()\n\n public abstract ByteString getTypeBytes()\n\nThe field data type. Possible values include:\n\n- STRING\n- BYTE\n- INT64\n- INT32\n- INT16\n- DOUBLE\n- FLOAT\n- DECIMAL\n- BOOLEAN\n- BINARY\n- TIMESTAMP\n- DATE\n- TIME\n- NULL\n- RECORD\n\n`string type = 2;`\n\n### hasProfile()\n\n public abstract boolean hasProfile()\n\nProfile information for the corresponding field.\n\n`\n.google.events.cloud.dataplex.v1.DataProfileResult.Profile.Field.ProfileInfo profile = 4;\n`"]]