[[["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 VersionOrBuilder (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.datafusion.v1.VersionOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.datafusion.v1.VersionOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.datafusion.v1.VersionOrBuilder) \n\n public interface VersionOrBuilder 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### getAvailableFeatures(int index)\n\n public abstract String getAvailableFeatures(int index)\n\nRepresents a list of available feature names for a given version.\n\n`repeated string available_features = 3;`\n\n### getAvailableFeaturesBytes(int index)\n\n public abstract ByteString getAvailableFeaturesBytes(int index)\n\nRepresents a list of available feature names for a given version.\n\n`repeated string available_features = 3;`\n\n### getAvailableFeaturesCount()\n\n public abstract int getAvailableFeaturesCount()\n\nRepresents a list of available feature names for a given version.\n\n`repeated string available_features = 3;`\n\n### getAvailableFeaturesList()\n\n public abstract List\u003cString\u003e getAvailableFeaturesList()\n\nRepresents a list of available feature names for a given version.\n\n`repeated string available_features = 3;`\n\n### getDefaultVersion()\n\n public abstract boolean getDefaultVersion()\n\nWhether this is currently the default version for Cloud Data Fusion\n\n`bool default_version = 2;`\n\n### getType()\n\n public abstract Version.Type getType()\n\nType represents the release availability of the version\n\n`.google.events.cloud.datafusion.v1.Version.Type type = 4;`\n\n### getTypeValue()\n\n public abstract int getTypeValue()\n\nType represents the release availability of the version\n\n`.google.events.cloud.datafusion.v1.Version.Type type = 4;`\n\n### getVersionNumber()\n\n public abstract String getVersionNumber()\n\nThe version number of the Data Fusion instance, such as '6.0.1.0'.\n\n`string version_number = 1;`\n\n### getVersionNumberBytes()\n\n public abstract ByteString getVersionNumberBytes()\n\nThe version number of the Data Fusion instance, such as '6.0.1.0'.\n\n`string version_number = 1;`"]]