Uses of Enum Class
moby.buildkit.v1.frontend.Gateway.InTotoSubjectKind
Packages that use Gateway.InTotoSubjectKind
-
Uses of Gateway.InTotoSubjectKind in moby.buildkit.v1.frontend
Subclasses with type arguments of type Gateway.InTotoSubjectKind in moby.buildkit.v1.frontendModifier and TypeClassDescriptionstatic enum
Protobuf enummoby.buildkit.v1.frontend.InTotoSubjectKind
Methods in moby.buildkit.v1.frontend that return Gateway.InTotoSubjectKindModifier and TypeMethodDescriptionstatic Gateway.InTotoSubjectKind
Gateway.InTotoSubjectKind.forNumber
(int value) Gateway.InTotoSubject.Builder.getKind()
.moby.buildkit.v1.frontend.InTotoSubjectKind kind = 1;
Gateway.InTotoSubject.getKind()
.moby.buildkit.v1.frontend.InTotoSubjectKind kind = 1;
Gateway.InTotoSubjectOrBuilder.getKind()
.moby.buildkit.v1.frontend.InTotoSubjectKind kind = 1;
static Gateway.InTotoSubjectKind
Gateway.InTotoSubjectKind.valueOf
(int value) Deprecated.static Gateway.InTotoSubjectKind
Gateway.InTotoSubjectKind.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Gateway.InTotoSubjectKind
Returns the enum constant of this class with the specified name.static Gateway.InTotoSubjectKind[]
Gateway.InTotoSubjectKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in moby.buildkit.v1.frontend that return types with arguments of type Gateway.InTotoSubjectKindModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<Gateway.InTotoSubjectKind> Gateway.InTotoSubjectKind.internalGetValueMap()
Methods in moby.buildkit.v1.frontend with parameters of type Gateway.InTotoSubjectKindModifier and TypeMethodDescriptionGateway.InTotoSubject.Builder.setKind
(Gateway.InTotoSubjectKind value) .moby.buildkit.v1.frontend.InTotoSubjectKind kind = 1;