Interface Build.ConfiguredRuleInputOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Build.ConfiguredRuleInput,Build.ConfiguredRuleInput.Builder
- Enclosing class:
- Build
public static interface Build.ConfiguredRuleInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDep's configuration if the dep isn't a source file, else unset.com.google.protobuf.ByteStringDep's configuration if the dep isn't a source file, else unset.intReference to this dep's configuration if --proto:include_configurations is set: see https://github.com/bazelbuild/bazel/blob/7278be3f9b0c26842ecb8225f0215c1e4aede5a9/src/main/protobuf/analysis_v2.proto#L189.getLabel()Dep's target label.com.google.protobuf.ByteStringDep's target label.booleanDep's configuration if the dep isn't a source file, else unset.booleanReference to this dep's configuration if --proto:include_configurations is set: see https://github.com/bazelbuild/bazel/blob/7278be3f9b0c26842ecb8225f0215c1e4aede5a9/src/main/protobuf/analysis_v2.proto#L189.booleanhasLabel()Dep's target label.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
-
hasLabel
boolean hasLabel()Dep's target label.
optional string label = 1;- Returns:
- Whether the label field is set.
-
getLabel
String getLabel()Dep's target label.
optional string label = 1;- Returns:
- The label.
-
getLabelBytes
com.google.protobuf.ByteString getLabelBytes()Dep's target label.
optional string label = 1;- Returns:
- The bytes for label.
-
hasConfigurationChecksum
boolean hasConfigurationChecksum()Dep's configuration if the dep isn't a source file, else unset.
optional string configuration_checksum = 2;- Returns:
- Whether the configurationChecksum field is set.
-
getConfigurationChecksum
String getConfigurationChecksum()Dep's configuration if the dep isn't a source file, else unset.
optional string configuration_checksum = 2;- Returns:
- The configurationChecksum.
-
getConfigurationChecksumBytes
com.google.protobuf.ByteString getConfigurationChecksumBytes()Dep's configuration if the dep isn't a source file, else unset.
optional string configuration_checksum = 2;- Returns:
- The bytes for configurationChecksum.
-
hasConfigurationId
boolean hasConfigurationId()Reference to this dep's configuration if --proto:include_configurations is set: see https://github.com/bazelbuild/bazel/blob/7278be3f9b0c26842ecb8225f0215c1e4aede5a9/src/main/protobuf/analysis_v2.proto#L189. If this dep is a source file, this is unset.
optional uint32 configuration_id = 3;- Returns:
- Whether the configurationId field is set.
-
getConfigurationId
int getConfigurationId()Reference to this dep's configuration if --proto:include_configurations is set: see https://github.com/bazelbuild/bazel/blob/7278be3f9b0c26842ecb8225f0215c1e4aede5a9/src/main/protobuf/analysis_v2.proto#L189. If this dep is a source file, this is unset.
optional uint32 configuration_id = 3;- Returns:
- The configurationId.
-