[[["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 DnsPeeringOrBuilder (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.DnsPeeringOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.datafusion.v1.DnsPeeringOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.datafusion.v1.DnsPeeringOrBuilder) \n\n public interface DnsPeeringOrBuilder 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### getDescription()\n\n public abstract String getDescription()\n\nOptional. Optional description of the dns zone.\n\n`string description = 3;`\n\n### getDescriptionBytes()\n\n public abstract ByteString getDescriptionBytes()\n\nOptional. Optional description of the dns zone.\n\n`string description = 3;`\n\n### getDomain()\n\n public abstract String getDomain()\n\nRequired. The dns name suffix of the zone.\n\n`string domain = 2;`\n\n### getDomainBytes()\n\n public abstract ByteString getDomainBytes()\n\nRequired. The dns name suffix of the zone.\n\n`string domain = 2;`\n\n### getName()\n\n public abstract String getName()\n\nRequired. The resource name of the dns peering zone.\nFormat:\nprojects/{project}/locations/{location}/instances/{instance}/dnsPeerings/{dns_peering}\n\n`string name = 1;`\n\n### getNameBytes()\n\n public abstract ByteString getNameBytes()\n\nRequired. The resource name of the dns peering zone.\nFormat:\nprojects/{project}/locations/{location}/instances/{instance}/dnsPeerings/{dns_peering}\n\n`string name = 1;`\n\n### getTargetNetwork()\n\n public abstract String getTargetNetwork()\n\nOptional. Optional target network to which dns peering should happen.\n\n`string target_network = 5;`\n\n### getTargetNetworkBytes()\n\n public abstract ByteString getTargetNetworkBytes()\n\nOptional. Optional target network to which dns peering should happen.\n\n`string target_network = 5;`\n\n### getTargetProject()\n\n public abstract String getTargetProject()\n\nOptional. Optional target project to which dns peering should happen.\n\n`string target_project = 4;`\n\n### getTargetProjectBytes()\n\n public abstract ByteString getTargetProjectBytes()\n\nOptional. Optional target project to which dns peering should happen.\n\n`string target_project = 4;`"]]