[[["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 ApiConfig.FileOrBuilder (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.apigateway.v1.ApiConfig.FileOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.apigateway.v1.ApiConfig.FileOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.apigateway.v1.ApiConfig.FileOrBuilder) \n\n public static interface ApiConfig.FileOrBuilder 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### getContents()\n\n public abstract ByteString getContents()\n\nThe bytes that constitute the file.\n\n`bytes contents = 2;`\n\n### getPath()\n\n public abstract String getPath()\n\nThe file path (full or relative path). This is typically the path of the\nfile when it is uploaded.\n\n`string path = 1;`\n\n### getPathBytes()\n\n public abstract ByteString getPathBytes()\n\nThe file path (full or relative path). This is typically the path of the\nfile when it is uploaded.\n\n`string path = 1;`"]]