[[["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 CloudFunctionInfoOrBuilder (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.networkmanagement.v1.CloudFunctionInfoOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.networkmanagement.v1.CloudFunctionInfoOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.networkmanagement.v1.CloudFunctionInfoOrBuilder) \n\n public interface CloudFunctionInfoOrBuilder 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### getDisplayName()\n\n public abstract String getDisplayName()\n\nName of a Cloud Function.\n\n`string display_name = 1;`\n\n### getDisplayNameBytes()\n\n public abstract ByteString getDisplayNameBytes()\n\nName of a Cloud Function.\n\n`string display_name = 1;`\n\n### getLocation()\n\n public abstract String getLocation()\n\nLocation in which the Cloud Function is deployed.\n\n`string location = 3;`\n\n### getLocationBytes()\n\n public abstract ByteString getLocationBytes()\n\nLocation in which the Cloud Function is deployed.\n\n`string location = 3;`\n\n### getUri()\n\n public abstract String getUri()\n\nURI of a Cloud Function.\n\n`string uri = 2;`\n\n### getUriBytes()\n\n public abstract ByteString getUriBytes()\n\nURI of a Cloud Function.\n\n`string uri = 2;`\n\n### getVersionId()\n\n public abstract long getVersionId()\n\nLatest successfully deployed version id of the Cloud Function.\n\n`int64 version_id = 4;`"]]