Class Gateway.WarnRequest

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

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

  • 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
    • getDigest

      public String getDigest()
      string digest = 1;
      Specified by:
      getDigest in interface Gateway.WarnRequestOrBuilder
      Returns:
      The digest.
    • getDigestBytes

      public com.google.protobuf.ByteString getDigestBytes()
      string digest = 1;
      Specified by:
      getDigestBytes in interface Gateway.WarnRequestOrBuilder
      Returns:
      The bytes for digest.
    • getLevel

      public long getLevel()
      int64 level = 2;
      Specified by:
      getLevel in interface Gateway.WarnRequestOrBuilder
      Returns:
      The level.
    • getShort

      public com.google.protobuf.ByteString getShort()
      bytes short = 3;
      Specified by:
      getShort in interface Gateway.WarnRequestOrBuilder
      Returns:
      The short.
    • getDetailList

      public List<com.google.protobuf.ByteString> getDetailList()
      repeated bytes detail = 4;
      Specified by:
      getDetailList in interface Gateway.WarnRequestOrBuilder
      Returns:
      A list containing the detail.
    • getDetailCount

      public int getDetailCount()
      repeated bytes detail = 4;
      Specified by:
      getDetailCount in interface Gateway.WarnRequestOrBuilder
      Returns:
      The count of detail.
    • getDetail

      public com.google.protobuf.ByteString getDetail(int index)
      repeated bytes detail = 4;
      Specified by:
      getDetail in interface Gateway.WarnRequestOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The detail at the given index.
    • getUrl

      public String getUrl()
      string url = 5;
      Specified by:
      getUrl in interface Gateway.WarnRequestOrBuilder
      Returns:
      The url.
    • getUrlBytes

      public com.google.protobuf.ByteString getUrlBytes()
      string url = 5;
      Specified by:
      getUrlBytes in interface Gateway.WarnRequestOrBuilder
      Returns:
      The bytes for url.
    • hasInfo

      public boolean hasInfo()
      .pb.SourceInfo info = 6;
      Specified by:
      hasInfo in interface Gateway.WarnRequestOrBuilder
      Returns:
      Whether the info field is set.
    • getInfo

      public Ops.SourceInfo getInfo()
      .pb.SourceInfo info = 6;
      Specified by:
      getInfo in interface Gateway.WarnRequestOrBuilder
      Returns:
      The info.
    • getInfoOrBuilder

      public Ops.SourceInfoOrBuilder getInfoOrBuilder()
      .pb.SourceInfo info = 6;
      Specified by:
      getInfoOrBuilder in interface Gateway.WarnRequestOrBuilder
    • getRangesList

      public List<Ops.Range> getRangesList()
      repeated .pb.Range ranges = 7;
      Specified by:
      getRangesList in interface Gateway.WarnRequestOrBuilder
    • getRangesOrBuilderList

      public List<? extends Ops.RangeOrBuilder> getRangesOrBuilderList()
      repeated .pb.Range ranges = 7;
      Specified by:
      getRangesOrBuilderList in interface Gateway.WarnRequestOrBuilder
    • getRangesCount

      public int getRangesCount()
      repeated .pb.Range ranges = 7;
      Specified by:
      getRangesCount in interface Gateway.WarnRequestOrBuilder
    • getRanges

      public Ops.Range getRanges(int index)
      repeated .pb.Range ranges = 7;
      Specified by:
      getRanges in interface Gateway.WarnRequestOrBuilder
    • getRangesOrBuilder

      public Ops.RangeOrBuilder getRangesOrBuilder(int index)
      repeated .pb.Range ranges = 7;
      Specified by:
      getRangesOrBuilder in interface Gateway.WarnRequestOrBuilder
    • 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.WarnRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

      public static Gateway.WarnRequest 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.WarnRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static Gateway.WarnRequest getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<Gateway.WarnRequest> 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.WarnRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder