[[["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 DestinationConfigOrBuilder (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.datastream.v1.DestinationConfigOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.datastream.v1.DestinationConfigOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.datastream.v1.DestinationConfigOrBuilder) \n\n public interface DestinationConfigOrBuilder 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### getBigqueryDestinationConfig()\n\n public abstract BigQueryDestinationConfig getBigqueryDestinationConfig()\n\nBigQuery destination configuration.\n\n`\n.google.events.cloud.datastream.v1.BigQueryDestinationConfig bigquery_destination_config = 101;\n`\n\n### getBigqueryDestinationConfigOrBuilder()\n\n public abstract BigQueryDestinationConfigOrBuilder getBigqueryDestinationConfigOrBuilder()\n\nBigQuery destination configuration.\n\n`\n.google.events.cloud.datastream.v1.BigQueryDestinationConfig bigquery_destination_config = 101;\n`\n\n### getDestinationConnectionProfile()\n\n public abstract String getDestinationConnectionProfile()\n\nRequired. Destination connection profile resource.\nFormat: `projects/{project}/locations/{location}/connectionProfiles/{name}`\n\n`string destination_connection_profile = 1;`\n\n### getDestinationConnectionProfileBytes()\n\n public abstract ByteString getDestinationConnectionProfileBytes()\n\nRequired. Destination connection profile resource.\nFormat: `projects/{project}/locations/{location}/connectionProfiles/{name}`\n\n`string destination_connection_profile = 1;`\n\n### getDestinationStreamConfigCase()\n\n public abstract DestinationConfig.DestinationStreamConfigCase getDestinationStreamConfigCase()\n\n### getGcsDestinationConfig()\n\n public abstract GcsDestinationConfig getGcsDestinationConfig()\n\nA configuration for how data should be loaded to Cloud Storage.\n\n`.google.events.cloud.datastream.v1.GcsDestinationConfig gcs_destination_config = 100;\n`\n\n### getGcsDestinationConfigOrBuilder()\n\n public abstract GcsDestinationConfigOrBuilder getGcsDestinationConfigOrBuilder()\n\nA configuration for how data should be loaded to Cloud Storage.\n\n`.google.events.cloud.datastream.v1.GcsDestinationConfig gcs_destination_config = 100;\n`\n\n### hasBigqueryDestinationConfig()\n\n public abstract boolean hasBigqueryDestinationConfig()\n\nBigQuery destination configuration.\n\n`\n.google.events.cloud.datastream.v1.BigQueryDestinationConfig bigquery_destination_config = 101;\n`\n\n### hasGcsDestinationConfig()\n\n public abstract boolean hasGcsDestinationConfig()\n\nA configuration for how data should be loaded to Cloud Storage.\n\n`.google.events.cloud.datastream.v1.GcsDestinationConfig gcs_destination_config = 100;\n`"]]