Interface PolicyOuterClass.SelectorOrBuilder

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

public static interface PolicyOuterClass.SelectorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getIdentifier

      String getIdentifier()
      string identifier = 1;
      Returns:
      The identifier.
    • getIdentifierBytes

      com.google.protobuf.ByteString getIdentifierBytes()
      string identifier = 1;
      Returns:
      The bytes for identifier.
    • getMatchTypeValue

      int getMatchTypeValue()
       MatchType is the type of match to perform on the source identifier
       
      .moby.buildkit.v1.sourcepolicy.MatchType match_type = 2;
      Returns:
      The enum numeric value on the wire for matchType.
    • getMatchType

       MatchType is the type of match to perform on the source identifier
       
      .moby.buildkit.v1.sourcepolicy.MatchType match_type = 2;
      Returns:
      The matchType.
    • getConstraintsList

      List<PolicyOuterClass.AttrConstraint> getConstraintsList()
      repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
    • getConstraints

      PolicyOuterClass.AttrConstraint getConstraints(int index)
      repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
    • getConstraintsCount

      int getConstraintsCount()
      repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
    • getConstraintsOrBuilderList

      List<? extends PolicyOuterClass.AttrConstraintOrBuilder> getConstraintsOrBuilderList()
      repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
    • getConstraintsOrBuilder

      PolicyOuterClass.AttrConstraintOrBuilder getConstraintsOrBuilder(int index)
      repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;