Interface Gateway.AttestationsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Gateway.Attestations
,Gateway.Attestations.Builder
- Enclosing class:
Gateway
public static interface Gateway.AttestationsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAttestation
(int index) repeated .moby.buildkit.v1.frontend.Attestation attestation = 1;
int
repeated .moby.buildkit.v1.frontend.Attestation attestation = 1;
repeated .moby.buildkit.v1.frontend.Attestation attestation = 1;
getAttestationOrBuilder
(int index) repeated .moby.buildkit.v1.frontend.Attestation attestation = 1;
List
<? extends Gateway.AttestationOrBuilder> repeated .moby.buildkit.v1.frontend.Attestation attestation = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getAttestationList
List<Gateway.Attestation> getAttestationList()repeated .moby.buildkit.v1.frontend.Attestation attestation = 1;
-
getAttestation
repeated .moby.buildkit.v1.frontend.Attestation attestation = 1;
-
getAttestationCount
int getAttestationCount()repeated .moby.buildkit.v1.frontend.Attestation attestation = 1;
-
getAttestationOrBuilderList
List<? extends Gateway.AttestationOrBuilder> getAttestationOrBuilderList()repeated .moby.buildkit.v1.frontend.Attestation attestation = 1;
-
getAttestationOrBuilder
repeated .moby.buildkit.v1.frontend.Attestation attestation = 1;
-