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
      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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.