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 Summary
Modifier and TypeMethodDescriptiongetConstraints
(int index) repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
int
repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
getConstraintsOrBuilder
(int index) repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
List
<? extends PolicyOuterClass.AttrConstraintOrBuilder> repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
string identifier = 1;
com.google.protobuf.ByteString
string identifier = 1;
MatchType is the type of match to perform on the source identifierint
MatchType is the type of match to perform on the source identifierMethods 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
-
getIdentifier
-
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
PolicyOuterClass.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
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
repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
-