[[["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 ForwardingRuleInfoOrBuilder (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.ForwardingRuleInfoOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.networkmanagement.v1.ForwardingRuleInfoOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.networkmanagement.v1.ForwardingRuleInfoOrBuilder) \n\n public interface ForwardingRuleInfoOrBuilder 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 Compute Engine forwarding rule.\n\n`string display_name = 1;`\n\n### getDisplayNameBytes()\n\n public abstract ByteString getDisplayNameBytes()\n\nName of a Compute Engine forwarding rule.\n\n`string display_name = 1;`\n\n### getMatchedPortRange()\n\n public abstract String getMatchedPortRange()\n\nPort range defined in the forwarding rule that matches the test.\n\n`string matched_port_range = 6;`\n\n### getMatchedPortRangeBytes()\n\n public abstract ByteString getMatchedPortRangeBytes()\n\nPort range defined in the forwarding rule that matches the test.\n\n`string matched_port_range = 6;`\n\n### getMatchedProtocol()\n\n public abstract String getMatchedProtocol()\n\nProtocol defined in the forwarding rule that matches the test.\n\n`string matched_protocol = 3;`\n\n### getMatchedProtocolBytes()\n\n public abstract ByteString getMatchedProtocolBytes()\n\nProtocol defined in the forwarding rule that matches the test.\n\n`string matched_protocol = 3;`\n\n### getNetworkUri()\n\n public abstract String getNetworkUri()\n\nNetwork URI. Only valid for Internal Load Balancer.\n\n`string network_uri = 7;`\n\n### getNetworkUriBytes()\n\n public abstract ByteString getNetworkUriBytes()\n\nNetwork URI. Only valid for Internal Load Balancer.\n\n`string network_uri = 7;`\n\n### getTarget()\n\n public abstract String getTarget()\n\nTarget type of the forwarding rule.\n\n`string target = 5;`\n\n### getTargetBytes()\n\n public abstract ByteString getTargetBytes()\n\nTarget type of the forwarding rule.\n\n`string target = 5;`\n\n### getUri()\n\n public abstract String getUri()\n\nURI of a Compute Engine forwarding rule.\n\n`string uri = 2;`\n\n### getUriBytes()\n\n public abstract ByteString getUriBytes()\n\nURI of a Compute Engine forwarding rule.\n\n`string uri = 2;`\n\n### getVip()\n\n public abstract String getVip()\n\nVIP of the forwarding rule.\n\n`string vip = 4;`\n\n### getVipBytes()\n\n public abstract ByteString getVipBytes()\n\nVIP of the forwarding rule.\n\n`string vip = 4;`"]]