Class Gateway.InTotoSubject.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<Gateway.InTotoSubject.Builder>
com.google.protobuf.GeneratedMessage.Builder<Gateway.InTotoSubject.Builder>
moby.buildkit.v1.frontend.Gateway.InTotoSubject.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, Gateway.InTotoSubjectOrBuilder
Enclosing class:
Gateway.InTotoSubject

public static final class Gateway.InTotoSubject.Builder extends com.google.protobuf.GeneratedMessage.Builder<Gateway.InTotoSubject.Builder> implements Gateway.InTotoSubjectOrBuilder
Protobuf type moby.buildkit.v1.frontend.InTotoSubject
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Gateway.InTotoSubject.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<Gateway.InTotoSubject.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Gateway.InTotoSubject.Builder>
    • getDefaultInstanceForType

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

      public Gateway.InTotoSubject build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Gateway.InTotoSubject buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public Gateway.InTotoSubject.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Gateway.InTotoSubject.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<Gateway.InTotoSubject.Builder>
    • mergeFrom

      public Gateway.InTotoSubject.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Gateway.InTotoSubject.Builder>
      Throws:
      IOException
    • getKindValue

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

      public Gateway.InTotoSubject.Builder setKindValue(int value)
      .moby.buildkit.v1.frontend.InTotoSubjectKind kind = 1;
      Parameters:
      value - The enum numeric value on the wire for kind to set.
      Returns:
      This builder for chaining.
    • getKind

      public Gateway.InTotoSubjectKind getKind()
      .moby.buildkit.v1.frontend.InTotoSubjectKind kind = 1;
      Specified by:
      getKind in interface Gateway.InTotoSubjectOrBuilder
      Returns:
      The kind.
    • setKind

      .moby.buildkit.v1.frontend.InTotoSubjectKind kind = 1;
      Parameters:
      value - The kind to set.
      Returns:
      This builder for chaining.
    • clearKind

      public Gateway.InTotoSubject.Builder clearKind()
      .moby.buildkit.v1.frontend.InTotoSubjectKind kind = 1;
      Returns:
      This builder for chaining.
    • getDigestList

      public com.google.protobuf.ProtocolStringList getDigestList()
      repeated string digest = 2;
      Specified by:
      getDigestList in interface Gateway.InTotoSubjectOrBuilder
      Returns:
      A list containing the digest.
    • getDigestCount

      public int getDigestCount()
      repeated string digest = 2;
      Specified by:
      getDigestCount in interface Gateway.InTotoSubjectOrBuilder
      Returns:
      The count of digest.
    • getDigest

      public String getDigest(int index)
      repeated string digest = 2;
      Specified by:
      getDigest in interface Gateway.InTotoSubjectOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The digest at the given index.
    • getDigestBytes

      public com.google.protobuf.ByteString getDigestBytes(int index)
      repeated string digest = 2;
      Specified by:
      getDigestBytes in interface Gateway.InTotoSubjectOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the digest at the given index.
    • setDigest

      public Gateway.InTotoSubject.Builder setDigest(int index, String value)
      repeated string digest = 2;
      Parameters:
      index - The index to set the value at.
      value - The digest to set.
      Returns:
      This builder for chaining.
    • addDigest

      public Gateway.InTotoSubject.Builder addDigest(String value)
      repeated string digest = 2;
      Parameters:
      value - The digest to add.
      Returns:
      This builder for chaining.
    • addAllDigest

      public Gateway.InTotoSubject.Builder addAllDigest(Iterable<String> values)
      repeated string digest = 2;
      Parameters:
      values - The digest to add.
      Returns:
      This builder for chaining.
    • clearDigest

      public Gateway.InTotoSubject.Builder clearDigest()
      repeated string digest = 2;
      Returns:
      This builder for chaining.
    • addDigestBytes

      public Gateway.InTotoSubject.Builder addDigestBytes(com.google.protobuf.ByteString value)
      repeated string digest = 2;
      Parameters:
      value - The bytes of the digest to add.
      Returns:
      This builder for chaining.
    • getName

      public String getName()
      string name = 3;
      Specified by:
      getName in interface Gateway.InTotoSubjectOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
      string name = 3;
      Specified by:
      getNameBytes in interface Gateway.InTotoSubjectOrBuilder
      Returns:
      The bytes for name.
    • setName

      public Gateway.InTotoSubject.Builder setName(String value)
      string name = 3;
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public Gateway.InTotoSubject.Builder clearName()
      string name = 3;
      Returns:
      This builder for chaining.
    • setNameBytes

      public Gateway.InTotoSubject.Builder setNameBytes(com.google.protobuf.ByteString value)
      string name = 3;
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.