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 Type
    Method
    Description
    getDigest(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;
    .moby.buildkit.v1.frontend.InTotoSubjectKind kind = 1;
    int
    .moby.buildkit.v1.frontend.InTotoSubjectKind kind = 1;
    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

      .moby.buildkit.v1.frontend.InTotoSubjectKind kind = 1;
      Returns:
      The kind.
    • getDigestList

      List<String> getDigestList()
      repeated string digest = 2;
      Returns:
      A list containing the digest.
    • getDigestCount

      int getDigestCount()
      repeated string digest = 2;
      Returns:
      The count of digest.
    • getDigest

      String getDigest(int index)
      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

      String getName()
      string name = 3;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 3;
      Returns:
      The bytes for name.