Uses of Enum Class
moby.buildkit.v1.sourcepolicy.PolicyOuterClass.PolicyAction
Packages that use PolicyOuterClass.PolicyAction
-
Uses of PolicyOuterClass.PolicyAction in moby.buildkit.v1.sourcepolicy
Subclasses with type arguments of type PolicyOuterClass.PolicyAction in moby.buildkit.v1.sourcepolicyModifier and TypeClassDescriptionstatic enum
PolicyAction defines the action to take when a source is matchedMethods in moby.buildkit.v1.sourcepolicy that return PolicyOuterClass.PolicyActionModifier and TypeMethodDescriptionPolicyOuterClass.PolicyAction.forNumber
(int value) PolicyOuterClass.Rule.Builder.getAction()
.moby.buildkit.v1.sourcepolicy.PolicyAction action = 1;
PolicyOuterClass.Rule.getAction()
.moby.buildkit.v1.sourcepolicy.PolicyAction action = 1;
PolicyOuterClass.RuleOrBuilder.getAction()
.moby.buildkit.v1.sourcepolicy.PolicyAction action = 1;
PolicyOuterClass.PolicyAction.valueOf
(int value) Deprecated.PolicyOuterClass.PolicyAction.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static PolicyOuterClass.PolicyAction[]
PolicyOuterClass.PolicyAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in moby.buildkit.v1.sourcepolicy that return types with arguments of type PolicyOuterClass.PolicyActionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<PolicyOuterClass.PolicyAction> PolicyOuterClass.PolicyAction.internalGetValueMap()
Methods in moby.buildkit.v1.sourcepolicy with parameters of type PolicyOuterClass.PolicyActionModifier and TypeMethodDescriptionPolicyOuterClass.Rule.Builder.setAction
(PolicyOuterClass.PolicyAction value) .moby.buildkit.v1.sourcepolicy.PolicyAction action = 1;