Interface Gateway.InTotoSubjectOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Gateway.InTotoSubject
,Gateway.InTotoSubject.Builder
- Enclosing class:
Gateway
public static interface Gateway.InTotoSubjectOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDigest
(int index) repeated string digest = 2;
com.google.protobuf.ByteString
getDigestBytes
(int index) repeated string digest = 2;
int
repeated string digest = 2;
repeated string digest = 2;
getKind()
.moby.buildkit.v1.frontend.InTotoSubjectKind kind = 1;
int
.moby.buildkit.v1.frontend.InTotoSubjectKind kind = 1;
getName()
string name = 3;
com.google.protobuf.ByteString
string name = 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.InTotoSubjectKind kind = 1;
- Returns:
- The enum numeric value on the wire for kind.
-
getKind
Gateway.InTotoSubjectKind getKind().moby.buildkit.v1.frontend.InTotoSubjectKind kind = 1;
- Returns:
- The kind.
-
getDigestList
-
getDigestCount
int getDigestCount()repeated string digest = 2;
- Returns:
- The count of digest.
-
getDigest
repeated string digest = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The digest at the given index.
-
getDigestBytes
com.google.protobuf.ByteString getDigestBytes(int index) repeated string digest = 2;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the digest at the given index.
-
getName
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 3;
- Returns:
- The bytes for name.
-