Uses of Class
moby.buildkit.v1.frontend.Gateway.InTotoSubject.Builder
Packages that use Gateway.InTotoSubject.Builder
-
Uses of Gateway.InTotoSubject.Builder in moby.buildkit.v1.frontend
Subclasses with type arguments of type Gateway.InTotoSubject.Builder in moby.buildkit.v1.frontendModifier and TypeClassDescriptionstatic final class
Protobuf typemoby.buildkit.v1.frontend.InTotoSubject
Methods in moby.buildkit.v1.frontend that return Gateway.InTotoSubject.BuilderModifier and TypeMethodDescriptionGateway.InTotoSubject.Builder.addAllDigest
(Iterable<String> values) repeated string digest = 2;
repeated string digest = 2;
Gateway.InTotoSubject.Builder.addDigestBytes
(com.google.protobuf.ByteString value) repeated string digest = 2;
Gateway.Attestation.Builder.addInTotoSubjectsBuilder()
repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
Gateway.Attestation.Builder.addInTotoSubjectsBuilder
(int index) repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
Gateway.InTotoSubject.Builder.clear()
Gateway.InTotoSubject.Builder.clearDigest()
repeated string digest = 2;
Gateway.InTotoSubject.Builder.clearKind()
.moby.buildkit.v1.frontend.InTotoSubjectKind kind = 1;
Gateway.InTotoSubject.Builder.clearName()
string name = 3;
Gateway.Attestation.Builder.getInTotoSubjectsBuilder
(int index) repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
Gateway.InTotoSubject.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Gateway.InTotoSubject.Builder.mergeFrom
(com.google.protobuf.Message other) Gateway.InTotoSubject.Builder.mergeFrom
(Gateway.InTotoSubject other) Gateway.InTotoSubject.newBuilder()
Gateway.InTotoSubject.newBuilder
(Gateway.InTotoSubject prototype) Gateway.InTotoSubject.newBuilderForType()
protected Gateway.InTotoSubject.Builder
Gateway.InTotoSubject.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) repeated string digest = 2;
Gateway.InTotoSubject.Builder.setKind
(Gateway.InTotoSubjectKind value) .moby.buildkit.v1.frontend.InTotoSubjectKind kind = 1;
Gateway.InTotoSubject.Builder.setKindValue
(int value) .moby.buildkit.v1.frontend.InTotoSubjectKind kind = 1;
string name = 3;
Gateway.InTotoSubject.Builder.setNameBytes
(com.google.protobuf.ByteString value) string name = 3;
Gateway.InTotoSubject.toBuilder()
Methods in moby.buildkit.v1.frontend that return types with arguments of type Gateway.InTotoSubject.BuilderModifier and TypeMethodDescriptionGateway.Attestation.Builder.getInTotoSubjectsBuilderList()
repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
Methods in moby.buildkit.v1.frontend with parameters of type Gateway.InTotoSubject.BuilderModifier and TypeMethodDescriptionGateway.Attestation.Builder.addInTotoSubjects
(int index, Gateway.InTotoSubject.Builder builderForValue) repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
Gateway.Attestation.Builder.addInTotoSubjects
(Gateway.InTotoSubject.Builder builderForValue) repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
Gateway.Attestation.Builder.setInTotoSubjects
(int index, Gateway.InTotoSubject.Builder builderForValue) repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;