Interface ForwardingRuleInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ForwardingRuleInfo,ForwardingRuleInfo.Builder
public interface ForwardingRuleInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDisplayName()Name of a Compute Engine forwarding rule.com.google.protobuf.ByteStringgetDisplayNameBytes()Name of a Compute Engine forwarding rule.StringgetMatchedPortRange()Port range defined in the forwarding rule that matches the test.com.google.protobuf.ByteStringgetMatchedPortRangeBytes()Port range defined in the forwarding rule that matches the test.StringgetMatchedProtocol()Protocol defined in the forwarding rule that matches the test.com.google.protobuf.ByteStringgetMatchedProtocolBytes()Protocol defined in the forwarding rule that matches the test.StringgetNetworkUri()Network URI.com.google.protobuf.ByteStringgetNetworkUriBytes()Network URI.StringgetTarget()Target type of the forwarding rule.com.google.protobuf.ByteStringgetTargetBytes()Target type of the forwarding rule.StringgetUri()URI of a Compute Engine forwarding rule.com.google.protobuf.ByteStringgetUriBytes()URI of a Compute Engine forwarding rule.StringgetVip()VIP of the forwarding rule.com.google.protobuf.ByteStringgetVipBytes()VIP of the forwarding rule.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDisplayName
String getDisplayName()
Name of a Compute Engine forwarding rule.
string display_name = 1;- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
Name of a Compute Engine forwarding rule.
string display_name = 1;- Returns:
- The bytes for displayName.
-
getUri
String getUri()
URI of a Compute Engine forwarding rule.
string uri = 2;- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()
URI of a Compute Engine forwarding rule.
string uri = 2;- Returns:
- The bytes for uri.
-
getMatchedProtocol
String getMatchedProtocol()
Protocol defined in the forwarding rule that matches the test.
string matched_protocol = 3;- Returns:
- The matchedProtocol.
-
getMatchedProtocolBytes
com.google.protobuf.ByteString getMatchedProtocolBytes()
Protocol defined in the forwarding rule that matches the test.
string matched_protocol = 3;- Returns:
- The bytes for matchedProtocol.
-
getMatchedPortRange
String getMatchedPortRange()
Port range defined in the forwarding rule that matches the test.
string matched_port_range = 6;- Returns:
- The matchedPortRange.
-
getMatchedPortRangeBytes
com.google.protobuf.ByteString getMatchedPortRangeBytes()
Port range defined in the forwarding rule that matches the test.
string matched_port_range = 6;- Returns:
- The bytes for matchedPortRange.
-
getVip
String getVip()
VIP of the forwarding rule.
string vip = 4;- Returns:
- The vip.
-
getVipBytes
com.google.protobuf.ByteString getVipBytes()
VIP of the forwarding rule.
string vip = 4;- Returns:
- The bytes for vip.
-
getTarget
String getTarget()
Target type of the forwarding rule.
string target = 5;- Returns:
- The target.
-
getTargetBytes
com.google.protobuf.ByteString getTargetBytes()
Target type of the forwarding rule.
string target = 5;- Returns:
- The bytes for target.
-
getNetworkUri
String getNetworkUri()
Network URI. Only valid for Internal Load Balancer.
string network_uri = 7;- Returns:
- The networkUri.
-
getNetworkUriBytes
com.google.protobuf.ByteString getNetworkUriBytes()
Network URI. Only valid for Internal Load Balancer.
string network_uri = 7;- Returns:
- The bytes for networkUri.
-
-