Uses of Class
moby.buildkit.v1.frontend.Gateway.InTotoSubject
Packages that use Gateway.InTotoSubject
-
Uses of Gateway.InTotoSubject in moby.buildkit.v1.frontend
Methods in moby.buildkit.v1.frontend that return Gateway.InTotoSubjectModifier and TypeMethodDescriptionGateway.InTotoSubject.Builder.build()
Gateway.InTotoSubject.Builder.buildPartial()
static Gateway.InTotoSubject
Gateway.InTotoSubject.getDefaultInstance()
Gateway.InTotoSubject.Builder.getDefaultInstanceForType()
Gateway.InTotoSubject.getDefaultInstanceForType()
Gateway.Attestation.Builder.getInTotoSubjects
(int index) repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
Gateway.Attestation.getInTotoSubjects
(int index) repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
Gateway.AttestationOrBuilder.getInTotoSubjects
(int index) repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
static Gateway.InTotoSubject
Gateway.InTotoSubject.parseDelimitedFrom
(InputStream input) static Gateway.InTotoSubject
Gateway.InTotoSubject.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Gateway.InTotoSubject
Gateway.InTotoSubject.parseFrom
(byte[] data) static Gateway.InTotoSubject
Gateway.InTotoSubject.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Gateway.InTotoSubject
Gateway.InTotoSubject.parseFrom
(com.google.protobuf.ByteString data) static Gateway.InTotoSubject
Gateway.InTotoSubject.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Gateway.InTotoSubject
Gateway.InTotoSubject.parseFrom
(com.google.protobuf.CodedInputStream input) static Gateway.InTotoSubject
Gateway.InTotoSubject.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Gateway.InTotoSubject
Gateway.InTotoSubject.parseFrom
(InputStream input) static Gateway.InTotoSubject
Gateway.InTotoSubject.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Gateway.InTotoSubject
Gateway.InTotoSubject.parseFrom
(ByteBuffer data) static Gateway.InTotoSubject
Gateway.InTotoSubject.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in moby.buildkit.v1.frontend that return types with arguments of type Gateway.InTotoSubjectModifier and TypeMethodDescriptionGateway.Attestation.Builder.getInTotoSubjectsList()
repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
Gateway.Attestation.getInTotoSubjectsList()
repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
Gateway.AttestationOrBuilder.getInTotoSubjectsList()
repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
com.google.protobuf.Parser
<Gateway.InTotoSubject> Gateway.InTotoSubject.getParserForType()
static com.google.protobuf.Parser
<Gateway.InTotoSubject> Gateway.InTotoSubject.parser()
Methods in moby.buildkit.v1.frontend with parameters of type Gateway.InTotoSubjectModifier and TypeMethodDescriptionGateway.Attestation.Builder.addInTotoSubjects
(int index, Gateway.InTotoSubject value) repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
Gateway.Attestation.Builder.addInTotoSubjects
(Gateway.InTotoSubject value) repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
Gateway.InTotoSubject.Builder.mergeFrom
(Gateway.InTotoSubject other) Gateway.InTotoSubject.newBuilder
(Gateway.InTotoSubject prototype) Gateway.Attestation.Builder.setInTotoSubjects
(int index, Gateway.InTotoSubject value) repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
Method parameters in moby.buildkit.v1.frontend with type arguments of type Gateway.InTotoSubjectModifier and TypeMethodDescriptionGateway.Attestation.Builder.addAllInTotoSubjects
(Iterable<? extends Gateway.InTotoSubject> values) repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;