Interface Gateway.AttestationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Gateway.Attestation
,Gateway.Attestation.Builder
- Enclosing class:
Gateway
public static interface Gateway.AttestationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsMetadata
(String key) map<string, bytes> metadata = 2;
string inTotoPredicateType = 5;
com.google.protobuf.ByteString
string inTotoPredicateType = 5;
getInTotoSubjects
(int index) repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
int
repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
getInTotoSubjectsOrBuilder
(int index) repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
List
<? extends Gateway.InTotoSubjectOrBuilder> repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
getKind()
.moby.buildkit.v1.frontend.AttestationKind kind = 1;
int
.moby.buildkit.v1.frontend.AttestationKind kind = 1;
Deprecated.int
map<string, bytes> metadata = 2;
map<string, bytes> metadata = 2;
com.google.protobuf.ByteString
getMetadataOrDefault
(String key, com.google.protobuf.ByteString defaultValue) map<string, bytes> metadata = 2;
com.google.protobuf.ByteString
getMetadataOrThrow
(String key) map<string, bytes> metadata = 2;
getPath()
string path = 4;
com.google.protobuf.ByteString
string path = 4;
getRef()
.moby.buildkit.v1.frontend.Ref ref = 3;
.moby.buildkit.v1.frontend.Ref ref = 3;
boolean
hasRef()
.moby.buildkit.v1.frontend.Ref ref = 3;
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
-
getKindValue
int getKindValue().moby.buildkit.v1.frontend.AttestationKind kind = 1;
- Returns:
- The enum numeric value on the wire for kind.
-
getKind
Gateway.AttestationKind getKind().moby.buildkit.v1.frontend.AttestationKind kind = 1;
- Returns:
- The kind.
-
getMetadataCount
int getMetadataCount()map<string, bytes> metadata = 2;
-
containsMetadata
map<string, bytes> metadata = 2;
-
getMetadata
Deprecated.UsegetMetadataMap()
instead. -
getMetadataMap
-
getMetadataOrDefault
com.google.protobuf.ByteString getMetadataOrDefault(String key, com.google.protobuf.ByteString defaultValue) map<string, bytes> metadata = 2;
-
getMetadataOrThrow
map<string, bytes> metadata = 2;
-
hasRef
boolean hasRef().moby.buildkit.v1.frontend.Ref ref = 3;
- Returns:
- Whether the ref field is set.
-
getRef
-
getRefOrBuilder
Gateway.RefOrBuilder getRefOrBuilder().moby.buildkit.v1.frontend.Ref ref = 3;
-
getPath
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()string path = 4;
- Returns:
- The bytes for path.
-
getInTotoPredicateType
-
getInTotoPredicateTypeBytes
com.google.protobuf.ByteString getInTotoPredicateTypeBytes()string inTotoPredicateType = 5;
- Returns:
- The bytes for inTotoPredicateType.
-
getInTotoSubjectsList
List<Gateway.InTotoSubject> getInTotoSubjectsList()repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
-
getInTotoSubjects
repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
-
getInTotoSubjectsCount
int getInTotoSubjectsCount()repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
-
getInTotoSubjectsOrBuilderList
List<? extends Gateway.InTotoSubjectOrBuilder> getInTotoSubjectsOrBuilderList()repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
-
getInTotoSubjectsOrBuilder
repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
-