Class Gateway.Result

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

public static final class Gateway.Result extends com.google.protobuf.GeneratedMessage implements Gateway.ResultOrBuilder
Protobuf type moby.buildkit.v1.frontend.Result
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
    • getResultCase

      public Gateway.Result.ResultCase getResultCase()
      Specified by:
      getResultCase in interface Gateway.ResultOrBuilder
    • hasRefDeprecated

      public boolean hasRefDeprecated()
       Deprecated non-array refs.
       
      string refDeprecated = 1;
      Specified by:
      hasRefDeprecated in interface Gateway.ResultOrBuilder
      Returns:
      Whether the refDeprecated field is set.
    • getRefDeprecated

      public String getRefDeprecated()
       Deprecated non-array refs.
       
      string refDeprecated = 1;
      Specified by:
      getRefDeprecated in interface Gateway.ResultOrBuilder
      Returns:
      The refDeprecated.
    • getRefDeprecatedBytes

      public com.google.protobuf.ByteString getRefDeprecatedBytes()
       Deprecated non-array refs.
       
      string refDeprecated = 1;
      Specified by:
      getRefDeprecatedBytes in interface Gateway.ResultOrBuilder
      Returns:
      The bytes for refDeprecated.
    • hasRefsDeprecated

      public boolean hasRefsDeprecated()
      .moby.buildkit.v1.frontend.RefMapDeprecated refsDeprecated = 2;
      Specified by:
      hasRefsDeprecated in interface Gateway.ResultOrBuilder
      Returns:
      Whether the refsDeprecated field is set.
    • getRefsDeprecated

      public Gateway.RefMapDeprecated getRefsDeprecated()
      .moby.buildkit.v1.frontend.RefMapDeprecated refsDeprecated = 2;
      Specified by:
      getRefsDeprecated in interface Gateway.ResultOrBuilder
      Returns:
      The refsDeprecated.
    • getRefsDeprecatedOrBuilder

      public Gateway.RefMapDeprecatedOrBuilder getRefsDeprecatedOrBuilder()
      .moby.buildkit.v1.frontend.RefMapDeprecated refsDeprecated = 2;
      Specified by:
      getRefsDeprecatedOrBuilder in interface Gateway.ResultOrBuilder
    • hasRef

      public boolean hasRef()
      .moby.buildkit.v1.frontend.Ref ref = 3;
      Specified by:
      hasRef in interface Gateway.ResultOrBuilder
      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.ResultOrBuilder
      Returns:
      The ref.
    • getRefOrBuilder

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

      public boolean hasRefs()
      .moby.buildkit.v1.frontend.RefMap refs = 4;
      Specified by:
      hasRefs in interface Gateway.ResultOrBuilder
      Returns:
      Whether the refs field is set.
    • getRefs

      public Gateway.RefMap getRefs()
      .moby.buildkit.v1.frontend.RefMap refs = 4;
      Specified by:
      getRefs in interface Gateway.ResultOrBuilder
      Returns:
      The refs.
    • getRefsOrBuilder

      public Gateway.RefMapOrBuilder getRefsOrBuilder()
      .moby.buildkit.v1.frontend.RefMap refs = 4;
      Specified by:
      getRefsOrBuilder in interface Gateway.ResultOrBuilder
    • getMetadataCount

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

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

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

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

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

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

      public int getAttestationsCount()
      Description copied from interface: Gateway.ResultOrBuilder
       11 was used during development and is reserved for old attestation format
       
      map<string, .moby.buildkit.v1.frontend.Attestations> attestations = 12;
      Specified by:
      getAttestationsCount in interface Gateway.ResultOrBuilder
    • containsAttestations

      public boolean containsAttestations(String key)
       11 was used during development and is reserved for old attestation format
       
      map<string, .moby.buildkit.v1.frontend.Attestations> attestations = 12;
      Specified by:
      containsAttestations in interface Gateway.ResultOrBuilder
    • getAttestations

      @Deprecated public Map<String,Gateway.Attestations> getAttestations()
      Deprecated.
      Specified by:
      getAttestations in interface Gateway.ResultOrBuilder
    • getAttestationsMap

      public Map<String,Gateway.Attestations> getAttestationsMap()
       11 was used during development and is reserved for old attestation format
       
      map<string, .moby.buildkit.v1.frontend.Attestations> attestations = 12;
      Specified by:
      getAttestationsMap in interface Gateway.ResultOrBuilder
    • getAttestationsOrDefault

      public Gateway.Attestations getAttestationsOrDefault(String key, Gateway.Attestations defaultValue)
       11 was used during development and is reserved for old attestation format
       
      map<string, .moby.buildkit.v1.frontend.Attestations> attestations = 12;
      Specified by:
      getAttestationsOrDefault in interface Gateway.ResultOrBuilder
    • getAttestationsOrThrow

      public Gateway.Attestations getAttestationsOrThrow(String key)
       11 was used during development and is reserved for old attestation format
       
      map<string, .moby.buildkit.v1.frontend.Attestations> attestations = 12;
      Specified by:
      getAttestationsOrThrow in interface Gateway.ResultOrBuilder
    • 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.Result parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public static Gateway.Result getDefaultInstance()
    • parser

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

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