Uses of Class
moby.buildkit.v1.apicaps.Caps.APICap.Builder
Packages that use Caps.APICap.Builder
-
Uses of Caps.APICap.Builder in moby.buildkit.v1.apicaps
Subclasses with type arguments of type Caps.APICap.Builder in moby.buildkit.v1.apicapsModifier and TypeClassDescriptionstatic final class
APICap defines a capability supported by the serviceMethods in moby.buildkit.v1.apicaps that return Caps.APICap.BuilderModifier and TypeMethodDescriptionCaps.APICap.Builder.clear()
Caps.APICap.Builder.clearDeprecated()
Unused.Caps.APICap.Builder.clearDisabledAlternative()
Identifier that updated client could catch.Caps.APICap.Builder.clearDisabledReason()
Reason key for detection codeCaps.APICap.Builder.clearDisabledReasonMsg()
Message to the userCaps.APICap.Builder.clearEnabled()
bool Enabled = 2;
Caps.APICap.Builder.clearID()
string ID = 1;
Caps.APICap.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Caps.APICap.Builder.mergeFrom
(com.google.protobuf.Message other) Caps.APICap.Builder.mergeFrom
(Caps.APICap other) static Caps.APICap.Builder
Caps.APICap.newBuilder()
static Caps.APICap.Builder
Caps.APICap.newBuilder
(Caps.APICap prototype) Caps.APICap.newBuilderForType()
protected Caps.APICap.Builder
Caps.APICap.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Caps.APICap.Builder.setDeprecated
(boolean value) Unused.Caps.APICap.Builder.setDisabledAlternative
(String value) Identifier that updated client could catch.Caps.APICap.Builder.setDisabledAlternativeBytes
(com.google.protobuf.ByteString value) Identifier that updated client could catch.Caps.APICap.Builder.setDisabledReason
(String value) Reason key for detection codeCaps.APICap.Builder.setDisabledReasonBytes
(com.google.protobuf.ByteString value) Reason key for detection codeCaps.APICap.Builder.setDisabledReasonMsg
(String value) Message to the userCaps.APICap.Builder.setDisabledReasonMsgBytes
(com.google.protobuf.ByteString value) Message to the userCaps.APICap.Builder.setEnabled
(boolean value) bool Enabled = 2;
string ID = 1;
Caps.APICap.Builder.setIDBytes
(com.google.protobuf.ByteString value) string ID = 1;
Caps.APICap.toBuilder()
-
Uses of Caps.APICap.Builder in moby.buildkit.v1.frontend
Methods in moby.buildkit.v1.frontend that return Caps.APICap.BuilderModifier and TypeMethodDescriptionGateway.PongResponse.Builder.addFrontendAPICapsBuilder()
repeated .moby.buildkit.v1.apicaps.APICap FrontendAPICaps = 1;
Gateway.PongResponse.Builder.addFrontendAPICapsBuilder
(int index) repeated .moby.buildkit.v1.apicaps.APICap FrontendAPICaps = 1;
Gateway.PongResponse.Builder.addLLBCapsBuilder()
repeated .moby.buildkit.v1.apicaps.APICap LLBCaps = 2;
Gateway.PongResponse.Builder.addLLBCapsBuilder
(int index) repeated .moby.buildkit.v1.apicaps.APICap LLBCaps = 2;
Gateway.PongResponse.Builder.getFrontendAPICapsBuilder
(int index) repeated .moby.buildkit.v1.apicaps.APICap FrontendAPICaps = 1;
Gateway.PongResponse.Builder.getLLBCapsBuilder
(int index) repeated .moby.buildkit.v1.apicaps.APICap LLBCaps = 2;
Methods in moby.buildkit.v1.frontend that return types with arguments of type Caps.APICap.BuilderModifier and TypeMethodDescriptionGateway.PongResponse.Builder.getFrontendAPICapsBuilderList()
repeated .moby.buildkit.v1.apicaps.APICap FrontendAPICaps = 1;
Gateway.PongResponse.Builder.getLLBCapsBuilderList()
repeated .moby.buildkit.v1.apicaps.APICap LLBCaps = 2;
Methods in moby.buildkit.v1.frontend with parameters of type Caps.APICap.BuilderModifier and TypeMethodDescriptionGateway.PongResponse.Builder.addFrontendAPICaps
(int index, Caps.APICap.Builder builderForValue) repeated .moby.buildkit.v1.apicaps.APICap FrontendAPICaps = 1;
Gateway.PongResponse.Builder.addFrontendAPICaps
(Caps.APICap.Builder builderForValue) repeated .moby.buildkit.v1.apicaps.APICap FrontendAPICaps = 1;
Gateway.PongResponse.Builder.addLLBCaps
(int index, Caps.APICap.Builder builderForValue) repeated .moby.buildkit.v1.apicaps.APICap LLBCaps = 2;
Gateway.PongResponse.Builder.addLLBCaps
(Caps.APICap.Builder builderForValue) repeated .moby.buildkit.v1.apicaps.APICap LLBCaps = 2;
Gateway.PongResponse.Builder.setFrontendAPICaps
(int index, Caps.APICap.Builder builderForValue) repeated .moby.buildkit.v1.apicaps.APICap FrontendAPICaps = 1;
Gateway.PongResponse.Builder.setLLBCaps
(int index, Caps.APICap.Builder builderForValue) repeated .moby.buildkit.v1.apicaps.APICap LLBCaps = 2;