Uses of Class
pb.Ops.Platform.Builder
Packages that use Ops.Platform.Builder
-
Uses of Ops.Platform.Builder in moby.buildkit.v1.frontend
Methods in moby.buildkit.v1.frontend that return Ops.Platform.BuilderModifier and TypeMethodDescriptionGateway.NewContainerRequest.Builder.getPlatformBuilder()
.pb.Platform platform = 4;
Gateway.ResolveImageConfigRequest.Builder.getPlatformBuilder()
.pb.Platform Platform = 2;
Gateway.ResolveSourceMetaRequest.Builder.getPlatformBuilder()
.pb.Platform Platform = 2;
Methods in moby.buildkit.v1.frontend with parameters of type Ops.Platform.BuilderModifier and TypeMethodDescriptionGateway.NewContainerRequest.Builder.setPlatform
(Ops.Platform.Builder builderForValue) .pb.Platform platform = 4;
Gateway.ResolveImageConfigRequest.Builder.setPlatform
(Ops.Platform.Builder builderForValue) .pb.Platform Platform = 2;
Gateway.ResolveSourceMetaRequest.Builder.setPlatform
(Ops.Platform.Builder builderForValue) .pb.Platform Platform = 2;
-
Uses of Ops.Platform.Builder in moby.buildkit.v1.types
Methods in moby.buildkit.v1.types that return Ops.Platform.BuilderModifier and TypeMethodDescriptionWorker.WorkerRecord.Builder.addPlatformsBuilder()
repeated .pb.Platform platforms = 3;
Worker.WorkerRecord.Builder.addPlatformsBuilder
(int index) repeated .pb.Platform platforms = 3;
Worker.WorkerRecord.Builder.getPlatformsBuilder
(int index) repeated .pb.Platform platforms = 3;
Methods in moby.buildkit.v1.types that return types with arguments of type Ops.Platform.BuilderModifier and TypeMethodDescriptionWorker.WorkerRecord.Builder.getPlatformsBuilderList()
repeated .pb.Platform platforms = 3;
Methods in moby.buildkit.v1.types with parameters of type Ops.Platform.BuilderModifier and TypeMethodDescriptionWorker.WorkerRecord.Builder.addPlatforms
(int index, Ops.Platform.Builder builderForValue) repeated .pb.Platform platforms = 3;
Worker.WorkerRecord.Builder.addPlatforms
(Ops.Platform.Builder builderForValue) repeated .pb.Platform platforms = 3;
Worker.WorkerRecord.Builder.setPlatforms
(int index, Ops.Platform.Builder builderForValue) repeated .pb.Platform platforms = 3;
-
Uses of Ops.Platform.Builder in pb
Subclasses with type arguments of type Ops.Platform.Builder in pbModifier and TypeClassDescriptionstatic final class
Platform is github.com/opencontainers/image-spec/specs-go/v1.PlatformMethods in pb that return Ops.Platform.BuilderModifier and TypeMethodDescriptionOps.Platform.Builder.addAllOSFeatures
(Iterable<String> values) unusedOps.Platform.Builder.addOSFeatures
(String value) unusedOps.Platform.Builder.addOSFeaturesBytes
(com.google.protobuf.ByteString value) unusedOps.Platform.Builder.clear()
Ops.Platform.Builder.clearArchitecture()
string Architecture = 1;
Ops.Platform.Builder.clearOS()
string OS = 2;
Ops.Platform.Builder.clearOSFeatures()
unusedOps.Platform.Builder.clearOSVersion()
string OSVersion = 4;
Ops.Platform.Builder.clearVariant()
string Variant = 3;
Ops.Op.Builder.getPlatformBuilder()
.pb.Platform platform = 10;
Ops.Platform.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Ops.Platform.Builder.mergeFrom
(com.google.protobuf.Message other) Ops.Platform.Builder.mergeFrom
(Ops.Platform other) static Ops.Platform.Builder
Ops.Platform.newBuilder()
static Ops.Platform.Builder
Ops.Platform.newBuilder
(Ops.Platform prototype) Ops.Platform.newBuilderForType()
protected Ops.Platform.Builder
Ops.Platform.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Ops.Platform.Builder.setArchitecture
(String value) string Architecture = 1;
Ops.Platform.Builder.setArchitectureBytes
(com.google.protobuf.ByteString value) string Architecture = 1;
string OS = 2;
Ops.Platform.Builder.setOSBytes
(com.google.protobuf.ByteString value) string OS = 2;
Ops.Platform.Builder.setOSFeatures
(int index, String value) unusedOps.Platform.Builder.setOSVersion
(String value) string OSVersion = 4;
Ops.Platform.Builder.setOSVersionBytes
(com.google.protobuf.ByteString value) string OSVersion = 4;
Ops.Platform.Builder.setVariant
(String value) string Variant = 3;
Ops.Platform.Builder.setVariantBytes
(com.google.protobuf.ByteString value) string Variant = 3;
Ops.Platform.toBuilder()
Methods in pb with parameters of type Ops.Platform.BuilderModifier and TypeMethodDescriptionOps.Op.Builder.setPlatform
(Ops.Platform.Builder builderForValue) .pb.Platform platform = 10;