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 Type
    Method
    Description
    Dep's configuration if the dep isn't a source file, else unset.
    com.google.protobuf.ByteString
    Dep's configuration if the dep isn't a source file, else unset.
    int
    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.
    Dep's target label.
    com.google.protobuf.ByteString
    Dep's target label.
    boolean
    Dep's configuration if the dep isn't a source file, else unset.
    boolean
    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.
    boolean
    Dep's target label.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.