Class Gateway.PongResponse

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

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

    • FRONTENDAPICAPS_FIELD_NUMBER

      public static final int FRONTENDAPICAPS_FIELD_NUMBER
      See Also:
    • LLBCAPS_FIELD_NUMBER

      public static final int LLBCAPS_FIELD_NUMBER
      See Also:
    • WORKERS_FIELD_NUMBER

      public static final int WORKERS_FIELD_NUMBER
      See Also:
  • 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
    • getFrontendAPICapsList

      public List<Caps.APICap> getFrontendAPICapsList()
      repeated .moby.buildkit.v1.apicaps.APICap FrontendAPICaps = 1;
      Specified by:
      getFrontendAPICapsList in interface Gateway.PongResponseOrBuilder
    • getFrontendAPICapsOrBuilderList

      public List<? extends Caps.APICapOrBuilder> getFrontendAPICapsOrBuilderList()
      repeated .moby.buildkit.v1.apicaps.APICap FrontendAPICaps = 1;
      Specified by:
      getFrontendAPICapsOrBuilderList in interface Gateway.PongResponseOrBuilder
    • getFrontendAPICapsCount

      public int getFrontendAPICapsCount()
      repeated .moby.buildkit.v1.apicaps.APICap FrontendAPICaps = 1;
      Specified by:
      getFrontendAPICapsCount in interface Gateway.PongResponseOrBuilder
    • getFrontendAPICaps

      public Caps.APICap getFrontendAPICaps(int index)
      repeated .moby.buildkit.v1.apicaps.APICap FrontendAPICaps = 1;
      Specified by:
      getFrontendAPICaps in interface Gateway.PongResponseOrBuilder
    • getFrontendAPICapsOrBuilder

      public Caps.APICapOrBuilder getFrontendAPICapsOrBuilder(int index)
      repeated .moby.buildkit.v1.apicaps.APICap FrontendAPICaps = 1;
      Specified by:
      getFrontendAPICapsOrBuilder in interface Gateway.PongResponseOrBuilder
    • getLLBCapsList

      public List<Caps.APICap> getLLBCapsList()
      repeated .moby.buildkit.v1.apicaps.APICap LLBCaps = 2;
      Specified by:
      getLLBCapsList in interface Gateway.PongResponseOrBuilder
    • getLLBCapsOrBuilderList

      public List<? extends Caps.APICapOrBuilder> getLLBCapsOrBuilderList()
      repeated .moby.buildkit.v1.apicaps.APICap LLBCaps = 2;
      Specified by:
      getLLBCapsOrBuilderList in interface Gateway.PongResponseOrBuilder
    • getLLBCapsCount

      public int getLLBCapsCount()
      repeated .moby.buildkit.v1.apicaps.APICap LLBCaps = 2;
      Specified by:
      getLLBCapsCount in interface Gateway.PongResponseOrBuilder
    • getLLBCaps

      public Caps.APICap getLLBCaps(int index)
      repeated .moby.buildkit.v1.apicaps.APICap LLBCaps = 2;
      Specified by:
      getLLBCaps in interface Gateway.PongResponseOrBuilder
    • getLLBCapsOrBuilder

      public Caps.APICapOrBuilder getLLBCapsOrBuilder(int index)
      repeated .moby.buildkit.v1.apicaps.APICap LLBCaps = 2;
      Specified by:
      getLLBCapsOrBuilder in interface Gateway.PongResponseOrBuilder
    • getWorkersList

      public List<Worker.WorkerRecord> getWorkersList()
      repeated .moby.buildkit.v1.types.WorkerRecord Workers = 3;
      Specified by:
      getWorkersList in interface Gateway.PongResponseOrBuilder
    • getWorkersOrBuilderList

      public List<? extends Worker.WorkerRecordOrBuilder> getWorkersOrBuilderList()
      repeated .moby.buildkit.v1.types.WorkerRecord Workers = 3;
      Specified by:
      getWorkersOrBuilderList in interface Gateway.PongResponseOrBuilder
    • getWorkersCount

      public int getWorkersCount()
      repeated .moby.buildkit.v1.types.WorkerRecord Workers = 3;
      Specified by:
      getWorkersCount in interface Gateway.PongResponseOrBuilder
    • getWorkers

      public Worker.WorkerRecord getWorkers(int index)
      repeated .moby.buildkit.v1.types.WorkerRecord Workers = 3;
      Specified by:
      getWorkers in interface Gateway.PongResponseOrBuilder
    • getWorkersOrBuilder

      public Worker.WorkerRecordOrBuilder getWorkersOrBuilder(int index)
      repeated .moby.buildkit.v1.types.WorkerRecord Workers = 3;
      Specified by:
      getWorkersOrBuilder in interface Gateway.PongResponseOrBuilder
    • 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.PongResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public static Gateway.PongResponse getDefaultInstance()
    • parser

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

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