Interface ForwardingRulesScopedListOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ForwardingRulesScopedList, ForwardingRulesScopedList.Builder

    public interface ForwardingRulesScopedListOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getForwardingRulesList

        List<ForwardingRule> getForwardingRulesList()
         A list of forwarding rules contained in this scope.
         
        repeated .google.cloud.compute.v1.ForwardingRule forwarding_rules = 315821365;
      • getForwardingRules

        ForwardingRule getForwardingRules​(int index)
         A list of forwarding rules contained in this scope.
         
        repeated .google.cloud.compute.v1.ForwardingRule forwarding_rules = 315821365;
      • getForwardingRulesCount

        int getForwardingRulesCount()
         A list of forwarding rules contained in this scope.
         
        repeated .google.cloud.compute.v1.ForwardingRule forwarding_rules = 315821365;
      • getForwardingRulesOrBuilderList

        List<? extends ForwardingRuleOrBuilder> getForwardingRulesOrBuilderList()
         A list of forwarding rules contained in this scope.
         
        repeated .google.cloud.compute.v1.ForwardingRule forwarding_rules = 315821365;
      • getForwardingRulesOrBuilder

        ForwardingRuleOrBuilder getForwardingRulesOrBuilder​(int index)
         A list of forwarding rules contained in this scope.
         
        repeated .google.cloud.compute.v1.ForwardingRule forwarding_rules = 315821365;
      • hasWarning

        boolean hasWarning()
         Informational warning which replaces the list of forwarding rules when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Returns:
        Whether the warning field is set.
      • getWarning

        Warning getWarning()
         Informational warning which replaces the list of forwarding rules when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Returns:
        The warning.
      • getWarningOrBuilder

        WarningOrBuilder getWarningOrBuilder()
         Informational warning which replaces the list of forwarding rules when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;