Uses of Class
moby.buildkit.v1.apicaps.Caps.APICap
Packages that use Caps.APICap
-
Uses of Caps.APICap in moby.buildkit.v1.apicaps
Methods in moby.buildkit.v1.apicaps that return Caps.APICapModifier and TypeMethodDescriptionCaps.APICap.Builder.build()
Caps.APICap.Builder.buildPartial()
static Caps.APICap
Caps.APICap.getDefaultInstance()
Caps.APICap.Builder.getDefaultInstanceForType()
Caps.APICap.getDefaultInstanceForType()
static Caps.APICap
Caps.APICap.parseDelimitedFrom
(InputStream input) static Caps.APICap
Caps.APICap.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Caps.APICap
Caps.APICap.parseFrom
(byte[] data) static Caps.APICap
Caps.APICap.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Caps.APICap
Caps.APICap.parseFrom
(com.google.protobuf.ByteString data) static Caps.APICap
Caps.APICap.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Caps.APICap
Caps.APICap.parseFrom
(com.google.protobuf.CodedInputStream input) static Caps.APICap
Caps.APICap.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Caps.APICap
Caps.APICap.parseFrom
(InputStream input) static Caps.APICap
Caps.APICap.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Caps.APICap
Caps.APICap.parseFrom
(ByteBuffer data) static Caps.APICap
Caps.APICap.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in moby.buildkit.v1.apicaps that return types with arguments of type Caps.APICapModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<Caps.APICap> Caps.APICap.getParserForType()
static com.google.protobuf.Parser
<Caps.APICap> Caps.APICap.parser()
Methods in moby.buildkit.v1.apicaps with parameters of type Caps.APICapModifier and TypeMethodDescriptionCaps.APICap.Builder.mergeFrom
(Caps.APICap other) static Caps.APICap.Builder
Caps.APICap.newBuilder
(Caps.APICap prototype) -
Uses of Caps.APICap in moby.buildkit.v1.frontend
Methods in moby.buildkit.v1.frontend that return Caps.APICapModifier and TypeMethodDescriptionGateway.PongResponse.Builder.getFrontendAPICaps
(int index) repeated .moby.buildkit.v1.apicaps.APICap FrontendAPICaps = 1;
Gateway.PongResponse.getFrontendAPICaps
(int index) repeated .moby.buildkit.v1.apicaps.APICap FrontendAPICaps = 1;
Gateway.PongResponseOrBuilder.getFrontendAPICaps
(int index) repeated .moby.buildkit.v1.apicaps.APICap FrontendAPICaps = 1;
Gateway.PongResponse.Builder.getLLBCaps
(int index) repeated .moby.buildkit.v1.apicaps.APICap LLBCaps = 2;
Gateway.PongResponse.getLLBCaps
(int index) repeated .moby.buildkit.v1.apicaps.APICap LLBCaps = 2;
Gateway.PongResponseOrBuilder.getLLBCaps
(int index) repeated .moby.buildkit.v1.apicaps.APICap LLBCaps = 2;
Methods in moby.buildkit.v1.frontend that return types with arguments of type Caps.APICapModifier and TypeMethodDescriptionGateway.PongResponse.Builder.getFrontendAPICapsList()
repeated .moby.buildkit.v1.apicaps.APICap FrontendAPICaps = 1;
Gateway.PongResponse.getFrontendAPICapsList()
repeated .moby.buildkit.v1.apicaps.APICap FrontendAPICaps = 1;
Gateway.PongResponseOrBuilder.getFrontendAPICapsList()
repeated .moby.buildkit.v1.apicaps.APICap FrontendAPICaps = 1;
Gateway.PongResponse.Builder.getLLBCapsList()
repeated .moby.buildkit.v1.apicaps.APICap LLBCaps = 2;
Gateway.PongResponse.getLLBCapsList()
repeated .moby.buildkit.v1.apicaps.APICap LLBCaps = 2;
Gateway.PongResponseOrBuilder.getLLBCapsList()
repeated .moby.buildkit.v1.apicaps.APICap LLBCaps = 2;
Methods in moby.buildkit.v1.frontend with parameters of type Caps.APICapModifier and TypeMethodDescriptionGateway.PongResponse.Builder.addFrontendAPICaps
(int index, Caps.APICap value) repeated .moby.buildkit.v1.apicaps.APICap FrontendAPICaps = 1;
Gateway.PongResponse.Builder.addFrontendAPICaps
(Caps.APICap value) repeated .moby.buildkit.v1.apicaps.APICap FrontendAPICaps = 1;
Gateway.PongResponse.Builder.addLLBCaps
(int index, Caps.APICap value) repeated .moby.buildkit.v1.apicaps.APICap LLBCaps = 2;
Gateway.PongResponse.Builder.addLLBCaps
(Caps.APICap value) repeated .moby.buildkit.v1.apicaps.APICap LLBCaps = 2;
Gateway.PongResponse.Builder.setFrontendAPICaps
(int index, Caps.APICap value) repeated .moby.buildkit.v1.apicaps.APICap FrontendAPICaps = 1;
Gateway.PongResponse.Builder.setLLBCaps
(int index, Caps.APICap value) repeated .moby.buildkit.v1.apicaps.APICap LLBCaps = 2;
Method parameters in moby.buildkit.v1.frontend with type arguments of type Caps.APICapModifier and TypeMethodDescriptionGateway.PongResponse.Builder.addAllFrontendAPICaps
(Iterable<? extends Caps.APICap> values) repeated .moby.buildkit.v1.apicaps.APICap FrontendAPICaps = 1;
Gateway.PongResponse.Builder.addAllLLBCaps
(Iterable<? extends Caps.APICap> values) repeated .moby.buildkit.v1.apicaps.APICap LLBCaps = 2;