public interface ForwardingRuleInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Name of a Compute Engine forwarding rule.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Name of a Compute Engine forwarding rule.
|
String |
getMatchedPortRange()
Port range defined in the forwarding rule that matches the test.
|
com.google.protobuf.ByteString |
getMatchedPortRangeBytes()
Port range defined in the forwarding rule that matches the test.
|
String |
getMatchedProtocol()
Protocol defined in the forwarding rule that matches the test.
|
com.google.protobuf.ByteString |
getMatchedProtocolBytes()
Protocol defined in the forwarding rule that matches the test.
|
String |
getNetworkUri()
Network URI.
|
com.google.protobuf.ByteString |
getNetworkUriBytes()
Network URI.
|
String |
getTarget()
Target type of the forwarding rule.
|
com.google.protobuf.ByteString |
getTargetBytes()
Target type of the forwarding rule.
|
String |
getUri()
URI of a Compute Engine forwarding rule.
|
com.google.protobuf.ByteString |
getUriBytes()
URI of a Compute Engine forwarding rule.
|
String |
getVip()
VIP of the forwarding rule.
|
com.google.protobuf.ByteString |
getVipBytes()
VIP of the forwarding rule.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
Name of a Compute Engine forwarding rule.
string display_name = 1;com.google.protobuf.ByteString getDisplayNameBytes()
Name of a Compute Engine forwarding rule.
string display_name = 1;String getUri()
URI of a Compute Engine forwarding rule.
string uri = 2;com.google.protobuf.ByteString getUriBytes()
URI of a Compute Engine forwarding rule.
string uri = 2;String getMatchedProtocol()
Protocol defined in the forwarding rule that matches the test.
string matched_protocol = 3;com.google.protobuf.ByteString getMatchedProtocolBytes()
Protocol defined in the forwarding rule that matches the test.
string matched_protocol = 3;String getMatchedPortRange()
Port range defined in the forwarding rule that matches the test.
string matched_port_range = 6;com.google.protobuf.ByteString getMatchedPortRangeBytes()
Port range defined in the forwarding rule that matches the test.
string matched_port_range = 6;String getVip()
VIP of the forwarding rule.
string vip = 4;com.google.protobuf.ByteString getVipBytes()
VIP of the forwarding rule.
string vip = 4;String getTarget()
Target type of the forwarding rule.
string target = 5;com.google.protobuf.ByteString getTargetBytes()
Target type of the forwarding rule.
string target = 5;String getNetworkUri()
Network URI. Only valid for Internal Load Balancer.
string network_uri = 7;com.google.protobuf.ByteString getNetworkUriBytes()
Network URI. Only valid for Internal Load Balancer.
string network_uri = 7;Copyright © 2022 Google LLC. All rights reserved.