Interface Build.RuleSummaryOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Build.RuleSummary, Build.RuleSummary.Builder
Enclosing class:
Build

public static interface Build.RuleSummaryOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasRule

      boolean hasRule()
      required .blaze_query.Rule rule = 1;
      Returns:
      Whether the rule field is set.
    • getRule

      Build.Rule getRule()
      required .blaze_query.Rule rule = 1;
      Returns:
      The rule.
    • getRuleOrBuilder

      Build.RuleOrBuilder getRuleOrBuilder()
      required .blaze_query.Rule rule = 1;
    • getDependencyList

      List<Build.Rule> getDependencyList()
      repeated .blaze_query.Rule dependency = 2;
    • getDependency

      Build.Rule getDependency(int index)
      repeated .blaze_query.Rule dependency = 2;
    • getDependencyCount

      int getDependencyCount()
      repeated .blaze_query.Rule dependency = 2;
    • getDependencyOrBuilderList

      List<? extends Build.RuleOrBuilder> getDependencyOrBuilderList()
      repeated .blaze_query.Rule dependency = 2;
    • getDependencyOrBuilder

      Build.RuleOrBuilder getDependencyOrBuilder(int index)
      repeated .blaze_query.Rule dependency = 2;
    • hasLocation

      boolean hasLocation()
      optional string location = 3;
      Returns:
      Whether the location field is set.
    • getLocation

      String getLocation()
      optional string location = 3;
      Returns:
      The location.
    • getLocationBytes

      com.google.protobuf.ByteString getLocationBytes()
      optional string location = 3;
      Returns:
      The bytes for location.