Class PolicyOuterClass.Selector.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<PolicyOuterClass.Selector.Builder>
com.google.protobuf.GeneratedMessage.Builder<PolicyOuterClass.Selector.Builder>
moby.buildkit.v1.sourcepolicy.PolicyOuterClass.Selector.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
,PolicyOuterClass.SelectorOrBuilder
- Enclosing class:
PolicyOuterClass.Selector
public static final class PolicyOuterClass.Selector.Builder
extends com.google.protobuf.GeneratedMessage.Builder<PolicyOuterClass.Selector.Builder>
implements PolicyOuterClass.SelectorOrBuilder
Selector identifies a source to match a policy toProtobuf type
moby.buildkit.v1.sourcepolicy.Selector
-
Method Summary
Modifier and TypeMethodDescriptionaddAllConstraints
(Iterable<? extends PolicyOuterClass.AttrConstraint> values) repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
addConstraints
(int index, PolicyOuterClass.AttrConstraint value) repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
addConstraints
(int index, PolicyOuterClass.AttrConstraint.Builder builderForValue) repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
addConstraints
(PolicyOuterClass.AttrConstraint.Builder builderForValue) repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
addConstraintsBuilder
(int index) repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
build()
clear()
repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
string identifier = 1;
MatchType is the type of match to perform on the source identifiergetConstraints
(int index) repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
getConstraintsBuilder
(int index) repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
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;
static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
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 identifierprotected com.google.protobuf.GeneratedMessage.FieldAccessorTable
final boolean
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) removeConstraints
(int index) repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
setConstraints
(int index, PolicyOuterClass.AttrConstraint value) repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
setConstraints
(int index, PolicyOuterClass.AttrConstraint.Builder builderForValue) repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
setIdentifier
(String value) string identifier = 1;
setIdentifierBytes
(com.google.protobuf.ByteString value) string identifier = 1;
MatchType is the type of match to perform on the source identifiersetMatchTypeValue
(int value) MatchType is the type of match to perform on the source identifierMethods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage.Builder<PolicyOuterClass.Selector.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessage.Builder<PolicyOuterClass.Selector.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessage.Builder<PolicyOuterClass.Selector.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PolicyOuterClass.Selector.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage.Builder<PolicyOuterClass.Selector.Builder>
-
mergeFrom
public PolicyOuterClass.Selector.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PolicyOuterClass.Selector.Builder>
- Throws:
IOException
-
getIdentifier
string identifier = 1;
- Specified by:
getIdentifier
in interfacePolicyOuterClass.SelectorOrBuilder
- Returns:
- The identifier.
-
getIdentifierBytes
public com.google.protobuf.ByteString getIdentifierBytes()string identifier = 1;
- Specified by:
getIdentifierBytes
in interfacePolicyOuterClass.SelectorOrBuilder
- Returns:
- The bytes for identifier.
-
setIdentifier
string identifier = 1;
- Parameters:
value
- The identifier to set.- Returns:
- This builder for chaining.
-
clearIdentifier
string identifier = 1;
- Returns:
- This builder for chaining.
-
setIdentifierBytes
string identifier = 1;
- Parameters:
value
- The bytes for identifier to set.- Returns:
- This builder for chaining.
-
getMatchTypeValue
public int getMatchTypeValue()MatchType is the type of match to perform on the source identifier
.moby.buildkit.v1.sourcepolicy.MatchType match_type = 2;
- Specified by:
getMatchTypeValue
in interfacePolicyOuterClass.SelectorOrBuilder
- Returns:
- The enum numeric value on the wire for matchType.
-
setMatchTypeValue
MatchType is the type of match to perform on the source identifier
.moby.buildkit.v1.sourcepolicy.MatchType match_type = 2;
- Parameters:
value
- The enum numeric value on the wire for matchType to set.- Returns:
- This builder for chaining.
-
getMatchType
MatchType is the type of match to perform on the source identifier
.moby.buildkit.v1.sourcepolicy.MatchType match_type = 2;
- Specified by:
getMatchType
in interfacePolicyOuterClass.SelectorOrBuilder
- Returns:
- The matchType.
-
setMatchType
MatchType is the type of match to perform on the source identifier
.moby.buildkit.v1.sourcepolicy.MatchType match_type = 2;
- Parameters:
value
- The matchType to set.- Returns:
- This builder for chaining.
-
clearMatchType
MatchType is the type of match to perform on the source identifier
.moby.buildkit.v1.sourcepolicy.MatchType match_type = 2;
- Returns:
- This builder for chaining.
-
getConstraintsList
repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
- Specified by:
getConstraintsList
in interfacePolicyOuterClass.SelectorOrBuilder
-
getConstraintsCount
public int getConstraintsCount()repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
- Specified by:
getConstraintsCount
in interfacePolicyOuterClass.SelectorOrBuilder
-
getConstraints
repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
- Specified by:
getConstraints
in interfacePolicyOuterClass.SelectorOrBuilder
-
setConstraints
public PolicyOuterClass.Selector.Builder setConstraints(int index, PolicyOuterClass.AttrConstraint value) repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
-
setConstraints
public PolicyOuterClass.Selector.Builder setConstraints(int index, PolicyOuterClass.AttrConstraint.Builder builderForValue) repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
-
addConstraints
repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
-
addConstraints
public PolicyOuterClass.Selector.Builder addConstraints(int index, PolicyOuterClass.AttrConstraint value) repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
-
addConstraints
public PolicyOuterClass.Selector.Builder addConstraints(PolicyOuterClass.AttrConstraint.Builder builderForValue) repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
-
addConstraints
public PolicyOuterClass.Selector.Builder addConstraints(int index, PolicyOuterClass.AttrConstraint.Builder builderForValue) repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
-
addAllConstraints
public PolicyOuterClass.Selector.Builder addAllConstraints(Iterable<? extends PolicyOuterClass.AttrConstraint> values) repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
-
clearConstraints
repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
-
removeConstraints
repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
-
getConstraintsBuilder
repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
-
getConstraintsOrBuilder
repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
- Specified by:
getConstraintsOrBuilder
in interfacePolicyOuterClass.SelectorOrBuilder
-
getConstraintsOrBuilderList
repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
- Specified by:
getConstraintsOrBuilderList
in interfacePolicyOuterClass.SelectorOrBuilder
-
addConstraintsBuilder
repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
-
addConstraintsBuilder
repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
-
getConstraintsBuilderList
repeated .moby.buildkit.v1.sourcepolicy.AttrConstraint constraints = 3;
-