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 Summary
Modifier and TypeMethodDescriptiongetDependency(int index) repeated .blaze_query.Rule dependency = 2;intrepeated .blaze_query.Rule dependency = 2;repeated .blaze_query.Rule dependency = 2;getDependencyOrBuilder(int index) repeated .blaze_query.Rule dependency = 2;List<? extends Build.RuleOrBuilder>repeated .blaze_query.Rule dependency = 2;optional string location = 3;com.google.protobuf.ByteStringoptional string location = 3;getRule()required .blaze_query.Rule rule = 1;required .blaze_query.Rule rule = 1;booleanoptional string location = 3;booleanhasRule()required .blaze_query.Rule rule = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
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.
-