Class Gateway.Attestation

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
moby.buildkit.v1.frontend.Gateway.Attestation
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, Gateway.AttestationOrBuilder
Enclosing class:
Gateway

public static final class Gateway.Attestation extends com.google.protobuf.GeneratedMessage implements Gateway.AttestationOrBuilder
Protobuf type moby.buildkit.v1.frontend.Attestation
See Also:
  • Field Details

  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      Overrides:
      internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessage
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getKindValue

      public int getKindValue()
      .moby.buildkit.v1.frontend.AttestationKind kind = 1;
      Specified by:
      getKindValue in interface Gateway.AttestationOrBuilder
      Returns:
      The enum numeric value on the wire for kind.
    • getKind

      public Gateway.AttestationKind getKind()
      .moby.buildkit.v1.frontend.AttestationKind kind = 1;
      Specified by:
      getKind in interface Gateway.AttestationOrBuilder
      Returns:
      The kind.
    • getMetadataCount

      public int getMetadataCount()
      Description copied from interface: Gateway.AttestationOrBuilder
      map<string, bytes> metadata = 2;
      Specified by:
      getMetadataCount in interface Gateway.AttestationOrBuilder
    • containsMetadata

      public boolean containsMetadata(String key)
      map<string, bytes> metadata = 2;
      Specified by:
      containsMetadata in interface Gateway.AttestationOrBuilder
    • getMetadata

      @Deprecated public Map<String,com.google.protobuf.ByteString> getMetadata()
      Deprecated.
      Use getMetadataMap() instead.
      Specified by:
      getMetadata in interface Gateway.AttestationOrBuilder
    • getMetadataMap

      public Map<String,com.google.protobuf.ByteString> getMetadataMap()
      map<string, bytes> metadata = 2;
      Specified by:
      getMetadataMap in interface Gateway.AttestationOrBuilder
    • getMetadataOrDefault

      public com.google.protobuf.ByteString getMetadataOrDefault(String key, com.google.protobuf.ByteString defaultValue)
      map<string, bytes> metadata = 2;
      Specified by:
      getMetadataOrDefault in interface Gateway.AttestationOrBuilder
    • getMetadataOrThrow

      public com.google.protobuf.ByteString getMetadataOrThrow(String key)
      map<string, bytes> metadata = 2;
      Specified by:
      getMetadataOrThrow in interface Gateway.AttestationOrBuilder
    • hasRef

      public boolean hasRef()
      .moby.buildkit.v1.frontend.Ref ref = 3;
      Specified by:
      hasRef in interface Gateway.AttestationOrBuilder
      Returns:
      Whether the ref field is set.
    • getRef

      public Gateway.Ref getRef()
      .moby.buildkit.v1.frontend.Ref ref = 3;
      Specified by:
      getRef in interface Gateway.AttestationOrBuilder
      Returns:
      The ref.
    • getRefOrBuilder

      public Gateway.RefOrBuilder getRefOrBuilder()
      .moby.buildkit.v1.frontend.Ref ref = 3;
      Specified by:
      getRefOrBuilder in interface Gateway.AttestationOrBuilder
    • getPath

      public String getPath()
      string path = 4;
      Specified by:
      getPath in interface Gateway.AttestationOrBuilder
      Returns:
      The path.
    • getPathBytes

      public com.google.protobuf.ByteString getPathBytes()
      string path = 4;
      Specified by:
      getPathBytes in interface Gateway.AttestationOrBuilder
      Returns:
      The bytes for path.
    • getInTotoPredicateType

      public String getInTotoPredicateType()
      string inTotoPredicateType = 5;
      Specified by:
      getInTotoPredicateType in interface Gateway.AttestationOrBuilder
      Returns:
      The inTotoPredicateType.
    • getInTotoPredicateTypeBytes

      public com.google.protobuf.ByteString getInTotoPredicateTypeBytes()
      string inTotoPredicateType = 5;
      Specified by:
      getInTotoPredicateTypeBytes in interface Gateway.AttestationOrBuilder
      Returns:
      The bytes for inTotoPredicateType.
    • getInTotoSubjectsList

      public List<Gateway.InTotoSubject> getInTotoSubjectsList()
      repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
      Specified by:
      getInTotoSubjectsList in interface Gateway.AttestationOrBuilder
    • getInTotoSubjectsOrBuilderList

      public List<? extends Gateway.InTotoSubjectOrBuilder> getInTotoSubjectsOrBuilderList()
      repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
      Specified by:
      getInTotoSubjectsOrBuilderList in interface Gateway.AttestationOrBuilder
    • getInTotoSubjectsCount

      public int getInTotoSubjectsCount()
      repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
      Specified by:
      getInTotoSubjectsCount in interface Gateway.AttestationOrBuilder
    • getInTotoSubjects

      public Gateway.InTotoSubject getInTotoSubjects(int index)
      repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
      Specified by:
      getInTotoSubjects in interface Gateway.AttestationOrBuilder
    • getInTotoSubjectsOrBuilder

      public Gateway.InTotoSubjectOrBuilder getInTotoSubjectsOrBuilder(int index)
      repeated .moby.buildkit.v1.frontend.InTotoSubject inTotoSubjects = 6;
      Specified by:
      getInTotoSubjectsOrBuilder in interface Gateway.AttestationOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Gateway.Attestation parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Gateway.Attestation parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Gateway.Attestation parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Gateway.Attestation parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Gateway.Attestation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Gateway.Attestation parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Gateway.Attestation parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Gateway.Attestation parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Gateway.Attestation parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Gateway.Attestation parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Gateway.Attestation parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Gateway.Attestation parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Gateway.Attestation.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Gateway.Attestation.Builder newBuilder()
    • newBuilder

      public static Gateway.Attestation.Builder newBuilder(Gateway.Attestation prototype)
    • toBuilder

      public Gateway.Attestation.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Gateway.Attestation.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static Gateway.Attestation getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Gateway.Attestation> parser()
    • getParserForType

      public com.google.protobuf.Parser<Gateway.Attestation> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public Gateway.Attestation getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder