Uses of Enum Class
pb.Ops.NetMode
Packages that use Ops.NetMode
-
Uses of Ops.NetMode in moby.buildkit.v1.frontend
Methods in moby.buildkit.v1.frontend that return Ops.NetModeModifier and TypeMethodDescriptionGateway.NewContainerRequest.Builder.getNetwork()
.pb.NetMode Network = 3;
Gateway.NewContainerRequest.getNetwork()
.pb.NetMode Network = 3;
Gateway.NewContainerRequestOrBuilder.getNetwork()
.pb.NetMode Network = 3;
Methods in moby.buildkit.v1.frontend with parameters of type Ops.NetModeModifier and TypeMethodDescriptionGateway.NewContainerRequest.Builder.setNetwork
(Ops.NetMode value) .pb.NetMode Network = 3;
-
Uses of Ops.NetMode in pb
Subclasses with type arguments of type Ops.NetMode in pbMethods in pb that return Ops.NetModeModifier and TypeMethodDescriptionstatic Ops.NetMode
Ops.NetMode.forNumber
(int value) Ops.ExecOp.Builder.getNetwork()
.pb.NetMode network = 3;
Ops.ExecOp.getNetwork()
.pb.NetMode network = 3;
Ops.ExecOpOrBuilder.getNetwork()
.pb.NetMode network = 3;
static Ops.NetMode
Ops.NetMode.valueOf
(int value) Deprecated.static Ops.NetMode
Ops.NetMode.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Ops.NetMode
Returns the enum constant of this class with the specified name.static Ops.NetMode[]
Ops.NetMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in pb that return types with arguments of type Ops.NetModeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<Ops.NetMode> Ops.NetMode.internalGetValueMap()
Methods in pb with parameters of type Ops.NetModeModifier and TypeMethodDescriptionOps.ExecOp.Builder.setNetwork
(Ops.NetMode value) .pb.NetMode network = 3;