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 Details

    • getKindValue

      int getKindValue()
      .moby.buildkit.v1.frontend.AttestationKind kind = 1;
      Returns:
      The enum numeric value on the wire for kind.
    • getKind

      .moby.buildkit.v1.frontend.AttestationKind kind = 1;
      Returns:
      The kind.
    • getMetadataCount

      int getMetadataCount()
      map<string, bytes> metadata = 2;
    • containsMetadata

      boolean containsMetadata(String key)
      map<string, bytes> metadata = 2;
    • getMetadata

      @Deprecated Map<String,com.google.protobuf.ByteString> getMetadata()
      Deprecated.
      Use getMetadataMap() instead.
    • getMetadataMap

      Map<String,com.google.protobuf.ByteString> getMetadataMap()
      map<string, bytes> metadata = 2;
    • getMetadataOrDefault

      com.google.protobuf.ByteString getMetadataOrDefault(String key, com.google.protobuf.ByteString defaultValue)
      map<string, bytes> metadata = 2;
    • getMetadataOrThrow

      com.google.protobuf.ByteString getMetadataOrThrow(String key)
      map<string, bytes> metadata = 2;
    • hasRef

      boolean hasRef()
      .moby.buildkit.v1.frontend.Ref ref = 3;
      Returns:
      Whether the ref field is set.
    • getRef

      Gateway.Ref getRef()
      .moby.buildkit.v1.frontend.Ref ref = 3;
      Returns:
      The ref.
    • getRefOrBuilder

      Gateway.RefOrBuilder getRefOrBuilder()
      .moby.buildkit.v1.frontend.Ref ref = 3;
    • getPath

      String getPath()
      string path = 4;
      Returns:
      The path.
    • getPathBytes

      com.google.protobuf.ByteString getPathBytes()
      string path = 4;
      Returns:
      The bytes for path.
    • getInTotoPredicateType

      String getInTotoPredicateType()
      string inTotoPredicateType = 5;
      Returns:
      The inTotoPredicateType.
    • 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

      Gateway.InTotoSubject getInTotoSubjects(int index)
      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

      Gateway.InTotoSubjectOrBuilder getInTotoSubjectsOrBuilder(int index)
      repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;