Uses of Class
moby.buildkit.v1.frontend.Gateway.Attestation
Packages that use Gateway.Attestation
-
Uses of Gateway.Attestation in moby.buildkit.v1.frontend
Methods in moby.buildkit.v1.frontend that return Gateway.AttestationModifier and TypeMethodDescriptionGateway.Attestation.Builder.build()
Gateway.Attestation.Builder.buildPartial()
Gateway.Attestations.Builder.getAttestation
(int index) repeated .moby.buildkit.v1.frontend.Attestation attestation = 1;
Gateway.Attestations.getAttestation
(int index) repeated .moby.buildkit.v1.frontend.Attestation attestation = 1;
Gateway.AttestationsOrBuilder.getAttestation
(int index) repeated .moby.buildkit.v1.frontend.Attestation attestation = 1;
static Gateway.Attestation
Gateway.Attestation.getDefaultInstance()
Gateway.Attestation.Builder.getDefaultInstanceForType()
Gateway.Attestation.getDefaultInstanceForType()
static Gateway.Attestation
Gateway.Attestation.parseDelimitedFrom
(InputStream input) static Gateway.Attestation
Gateway.Attestation.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Gateway.Attestation
Gateway.Attestation.parseFrom
(byte[] data) static Gateway.Attestation
Gateway.Attestation.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Gateway.Attestation
Gateway.Attestation.parseFrom
(com.google.protobuf.ByteString data) static Gateway.Attestation
Gateway.Attestation.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Gateway.Attestation
Gateway.Attestation.parseFrom
(com.google.protobuf.CodedInputStream input) static Gateway.Attestation
Gateway.Attestation.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Gateway.Attestation
Gateway.Attestation.parseFrom
(InputStream input) static Gateway.Attestation
Gateway.Attestation.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Gateway.Attestation
Gateway.Attestation.parseFrom
(ByteBuffer data) static Gateway.Attestation
Gateway.Attestation.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in moby.buildkit.v1.frontend that return types with arguments of type Gateway.AttestationModifier and TypeMethodDescriptionGateway.Attestations.Builder.getAttestationList()
repeated .moby.buildkit.v1.frontend.Attestation attestation = 1;
Gateway.Attestations.getAttestationList()
repeated .moby.buildkit.v1.frontend.Attestation attestation = 1;
Gateway.AttestationsOrBuilder.getAttestationList()
repeated .moby.buildkit.v1.frontend.Attestation attestation = 1;
com.google.protobuf.Parser
<Gateway.Attestation> Gateway.Attestation.getParserForType()
static com.google.protobuf.Parser
<Gateway.Attestation> Gateway.Attestation.parser()
Methods in moby.buildkit.v1.frontend with parameters of type Gateway.AttestationModifier and TypeMethodDescriptionGateway.Attestations.Builder.addAttestation
(int index, Gateway.Attestation value) repeated .moby.buildkit.v1.frontend.Attestation attestation = 1;
Gateway.Attestations.Builder.addAttestation
(Gateway.Attestation value) repeated .moby.buildkit.v1.frontend.Attestation attestation = 1;
Gateway.Attestation.Builder.mergeFrom
(Gateway.Attestation other) static Gateway.Attestation.Builder
Gateway.Attestation.newBuilder
(Gateway.Attestation prototype) Gateway.Attestations.Builder.setAttestation
(int index, Gateway.Attestation value) repeated .moby.buildkit.v1.frontend.Attestation attestation = 1;
Method parameters in moby.buildkit.v1.frontend with type arguments of type Gateway.AttestationModifier and TypeMethodDescriptionGateway.Attestations.Builder.addAllAttestation
(Iterable<? extends Gateway.Attestation> values) repeated .moby.buildkit.v1.frontend.Attestation attestation = 1;