Uses of Class
pb.Ops.Platform
Packages that use Ops.Platform
-
Uses of Ops.Platform in moby.buildkit.v1.frontend
Methods in moby.buildkit.v1.frontend that return Ops.PlatformModifier and TypeMethodDescriptionGateway.NewContainerRequest.Builder.getPlatform()
.pb.Platform platform = 4;
Gateway.NewContainerRequest.getPlatform()
.pb.Platform platform = 4;
Gateway.NewContainerRequestOrBuilder.getPlatform()
.pb.Platform platform = 4;
Gateway.ResolveImageConfigRequest.Builder.getPlatform()
.pb.Platform Platform = 2;
Gateway.ResolveImageConfigRequest.getPlatform()
.pb.Platform Platform = 2;
Gateway.ResolveImageConfigRequestOrBuilder.getPlatform()
.pb.Platform Platform = 2;
Gateway.ResolveSourceMetaRequest.Builder.getPlatform()
.pb.Platform Platform = 2;
Gateway.ResolveSourceMetaRequest.getPlatform()
.pb.Platform Platform = 2;
Gateway.ResolveSourceMetaRequestOrBuilder.getPlatform()
.pb.Platform Platform = 2;
Methods in moby.buildkit.v1.frontend with parameters of type Ops.PlatformModifier and TypeMethodDescriptionGateway.NewContainerRequest.Builder.mergePlatform
(Ops.Platform value) .pb.Platform platform = 4;
Gateway.ResolveImageConfigRequest.Builder.mergePlatform
(Ops.Platform value) .pb.Platform Platform = 2;
Gateway.ResolveSourceMetaRequest.Builder.mergePlatform
(Ops.Platform value) .pb.Platform Platform = 2;
Gateway.NewContainerRequest.Builder.setPlatform
(Ops.Platform value) .pb.Platform platform = 4;
Gateway.ResolveImageConfigRequest.Builder.setPlatform
(Ops.Platform value) .pb.Platform Platform = 2;
Gateway.ResolveSourceMetaRequest.Builder.setPlatform
(Ops.Platform value) .pb.Platform Platform = 2;
-
Uses of Ops.Platform in moby.buildkit.v1.types
Methods in moby.buildkit.v1.types that return Ops.PlatformModifier and TypeMethodDescriptionWorker.WorkerRecord.Builder.getPlatforms
(int index) repeated .pb.Platform platforms = 3;
Worker.WorkerRecord.getPlatforms
(int index) repeated .pb.Platform platforms = 3;
Worker.WorkerRecordOrBuilder.getPlatforms
(int index) repeated .pb.Platform platforms = 3;
Methods in moby.buildkit.v1.types that return types with arguments of type Ops.PlatformModifier and TypeMethodDescriptionWorker.WorkerRecord.Builder.getPlatformsList()
repeated .pb.Platform platforms = 3;
Worker.WorkerRecord.getPlatformsList()
repeated .pb.Platform platforms = 3;
Worker.WorkerRecordOrBuilder.getPlatformsList()
repeated .pb.Platform platforms = 3;
Methods in moby.buildkit.v1.types with parameters of type Ops.PlatformModifier and TypeMethodDescriptionWorker.WorkerRecord.Builder.addPlatforms
(int index, Ops.Platform value) repeated .pb.Platform platforms = 3;
Worker.WorkerRecord.Builder.addPlatforms
(Ops.Platform value) repeated .pb.Platform platforms = 3;
Worker.WorkerRecord.Builder.setPlatforms
(int index, Ops.Platform value) repeated .pb.Platform platforms = 3;
Method parameters in moby.buildkit.v1.types with type arguments of type Ops.PlatformModifier and TypeMethodDescriptionWorker.WorkerRecord.Builder.addAllPlatforms
(Iterable<? extends Ops.Platform> values) repeated .pb.Platform platforms = 3;
-
Uses of Ops.Platform in pb
Methods in pb that return Ops.PlatformModifier and TypeMethodDescriptionOps.Platform.Builder.build()
Ops.Platform.Builder.buildPartial()
static Ops.Platform
Ops.Platform.getDefaultInstance()
Ops.Platform.Builder.getDefaultInstanceForType()
Ops.Platform.getDefaultInstanceForType()
Ops.Op.Builder.getPlatform()
.pb.Platform platform = 10;
Ops.Op.getPlatform()
.pb.Platform platform = 10;
Ops.OpOrBuilder.getPlatform()
.pb.Platform platform = 10;
static Ops.Platform
Ops.Platform.parseDelimitedFrom
(InputStream input) static Ops.Platform
Ops.Platform.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Ops.Platform
Ops.Platform.parseFrom
(byte[] data) static Ops.Platform
Ops.Platform.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Ops.Platform
Ops.Platform.parseFrom
(com.google.protobuf.ByteString data) static Ops.Platform
Ops.Platform.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Ops.Platform
Ops.Platform.parseFrom
(com.google.protobuf.CodedInputStream input) static Ops.Platform
Ops.Platform.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Ops.Platform
Ops.Platform.parseFrom
(InputStream input) static Ops.Platform
Ops.Platform.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Ops.Platform
Ops.Platform.parseFrom
(ByteBuffer data) static Ops.Platform
Ops.Platform.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in pb that return types with arguments of type Ops.PlatformModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<Ops.Platform> Ops.Platform.getParserForType()
static com.google.protobuf.Parser
<Ops.Platform> Ops.Platform.parser()
Methods in pb with parameters of type Ops.PlatformModifier and TypeMethodDescriptionOps.Platform.Builder.mergeFrom
(Ops.Platform other) Ops.Op.Builder.mergePlatform
(Ops.Platform value) .pb.Platform platform = 10;
static Ops.Platform.Builder
Ops.Platform.newBuilder
(Ops.Platform prototype) Ops.Op.Builder.setPlatform
(Ops.Platform value) .pb.Platform platform = 10;