Interface Deps.DependenciesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Deps.Dependencies,Deps.Dependencies.Builder
- Enclosing class:
- Deps
public static interface Deps.DependenciesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetContainedPackage(int index) Packages contained in the output jar, sorted alphabetically.com.google.protobuf.ByteStringgetContainedPackageBytes(int index) Packages contained in the output jar, sorted alphabetically.intPackages contained in the output jar, sorted alphabetically.Packages contained in the output jar, sorted alphabetically.getDependency(int index) repeated .blaze_deps.Dependency dependency = 1;intrepeated .blaze_deps.Dependency dependency = 1;repeated .blaze_deps.Dependency dependency = 1;getDependencyOrBuilder(int index) repeated .blaze_deps.Dependency dependency = 1;List<? extends Deps.DependencyOrBuilder>repeated .blaze_deps.Dependency dependency = 1;booleanIf the Java action was started with a reduced classpath and an error occurred suggesting that it should be rerun with the full classpath, this will be true.Name of the rule being analyzed.com.google.protobuf.ByteStringName of the rule being analyzed.booleanWhether the action was successful; even when compilation fails, partial dependency information can be useful.booleanIf the Java action was started with a reduced classpath and an error occurred suggesting that it should be rerun with the full classpath, this will be true.booleanName of the rule being analyzed.booleanWhether the action was successful; even when compilation fails, partial dependency information can be useful.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
-
getDependencyList
List<Deps.Dependency> getDependencyList()repeated .blaze_deps.Dependency dependency = 1; -
getDependency
repeated .blaze_deps.Dependency dependency = 1; -
getDependencyCount
int getDependencyCount()repeated .blaze_deps.Dependency dependency = 1; -
getDependencyOrBuilderList
List<? extends Deps.DependencyOrBuilder> getDependencyOrBuilderList()repeated .blaze_deps.Dependency dependency = 1; -
getDependencyOrBuilder
repeated .blaze_deps.Dependency dependency = 1; -
hasRuleLabel
boolean hasRuleLabel()Name of the rule being analyzed.
optional string rule_label = 2;- Returns:
- Whether the ruleLabel field is set.
-
getRuleLabel
String getRuleLabel()Name of the rule being analyzed.
optional string rule_label = 2;- Returns:
- The ruleLabel.
-
getRuleLabelBytes
com.google.protobuf.ByteString getRuleLabelBytes()Name of the rule being analyzed.
optional string rule_label = 2;- Returns:
- The bytes for ruleLabel.
-
hasSuccess
boolean hasSuccess()Whether the action was successful; even when compilation fails, partial dependency information can be useful.
optional bool success = 3;- Returns:
- Whether the success field is set.
-
getSuccess
boolean getSuccess()Whether the action was successful; even when compilation fails, partial dependency information can be useful.
optional bool success = 3;- Returns:
- The success.
-
getContainedPackageList
Packages contained in the output jar, sorted alphabetically.
repeated string contained_package = 4;- Returns:
- A list containing the containedPackage.
-
getContainedPackageCount
int getContainedPackageCount()Packages contained in the output jar, sorted alphabetically.
repeated string contained_package = 4;- Returns:
- The count of containedPackage.
-
getContainedPackage
Packages contained in the output jar, sorted alphabetically.
repeated string contained_package = 4;- Parameters:
index- The index of the element to return.- Returns:
- The containedPackage at the given index.
-
getContainedPackageBytes
com.google.protobuf.ByteString getContainedPackageBytes(int index) Packages contained in the output jar, sorted alphabetically.
repeated string contained_package = 4;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the containedPackage at the given index.
-
hasRequiresReducedClasspathFallback
boolean hasRequiresReducedClasspathFallback()If the Java action was started with a reduced classpath and an error occurred suggesting that it should be rerun with the full classpath, this will be true.
optional bool requires_reduced_classpath_fallback = 5;- Returns:
- Whether the requiresReducedClasspathFallback field is set.
-
getRequiresReducedClasspathFallback
boolean getRequiresReducedClasspathFallback()If the Java action was started with a reduced classpath and an error occurred suggesting that it should be rerun with the full classpath, this will be true.
optional bool requires_reduced_classpath_fallback = 5;- Returns:
- The requiresReducedClasspathFallback.
-