Uses of Enum Class
moby.buildkit.v1.frontend.Gateway.AttestationKind
Packages that use Gateway.AttestationKind
-
Uses of Gateway.AttestationKind in moby.buildkit.v1.frontend
Subclasses with type arguments of type Gateway.AttestationKind in moby.buildkit.v1.frontendModifier and TypeClassDescriptionstatic enum
Protobuf enummoby.buildkit.v1.frontend.AttestationKind
Methods in moby.buildkit.v1.frontend that return Gateway.AttestationKindModifier and TypeMethodDescriptionstatic Gateway.AttestationKind
Gateway.AttestationKind.forNumber
(int value) Gateway.Attestation.Builder.getKind()
.moby.buildkit.v1.frontend.AttestationKind kind = 1;
Gateway.Attestation.getKind()
.moby.buildkit.v1.frontend.AttestationKind kind = 1;
Gateway.AttestationOrBuilder.getKind()
.moby.buildkit.v1.frontend.AttestationKind kind = 1;
static Gateway.AttestationKind
Gateway.AttestationKind.valueOf
(int value) Deprecated.static Gateway.AttestationKind
Gateway.AttestationKind.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Gateway.AttestationKind
Returns the enum constant of this class with the specified name.static Gateway.AttestationKind[]
Gateway.AttestationKind.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.AttestationKindModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<Gateway.AttestationKind> Gateway.AttestationKind.internalGetValueMap()
Methods in moby.buildkit.v1.frontend with parameters of type Gateway.AttestationKindModifier and TypeMethodDescriptionGateway.Attestation.Builder.setKind
(Gateway.AttestationKind value) .moby.buildkit.v1.frontend.AttestationKind kind = 1;