Class Errdefs.Solve

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
errdefs.Errdefs.Solve
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Errdefs.SolveOrBuilder, Serializable
Enclosing class:
Errdefs

public static final class Errdefs.Solve extends com.google.protobuf.GeneratedMessage implements Errdefs.SolveOrBuilder
Protobuf type errdefs.Solve
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
    • getSubjectCase

      public Errdefs.Solve.SubjectCase getSubjectCase()
      Specified by:
      getSubjectCase in interface Errdefs.SolveOrBuilder
    • getInputIDsList

      public com.google.protobuf.ProtocolStringList getInputIDsList()
      repeated string inputIDs = 1;
      Specified by:
      getInputIDsList in interface Errdefs.SolveOrBuilder
      Returns:
      A list containing the inputIDs.
    • getInputIDsCount

      public int getInputIDsCount()
      repeated string inputIDs = 1;
      Specified by:
      getInputIDsCount in interface Errdefs.SolveOrBuilder
      Returns:
      The count of inputIDs.
    • getInputIDs

      public String getInputIDs(int index)
      repeated string inputIDs = 1;
      Specified by:
      getInputIDs in interface Errdefs.SolveOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The inputIDs at the given index.
    • getInputIDsBytes

      public com.google.protobuf.ByteString getInputIDsBytes(int index)
      repeated string inputIDs = 1;
      Specified by:
      getInputIDsBytes in interface Errdefs.SolveOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the inputIDs at the given index.
    • getMountIDsList

      public com.google.protobuf.ProtocolStringList getMountIDsList()
      repeated string mountIDs = 2;
      Specified by:
      getMountIDsList in interface Errdefs.SolveOrBuilder
      Returns:
      A list containing the mountIDs.
    • getMountIDsCount

      public int getMountIDsCount()
      repeated string mountIDs = 2;
      Specified by:
      getMountIDsCount in interface Errdefs.SolveOrBuilder
      Returns:
      The count of mountIDs.
    • getMountIDs

      public String getMountIDs(int index)
      repeated string mountIDs = 2;
      Specified by:
      getMountIDs in interface Errdefs.SolveOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The mountIDs at the given index.
    • getMountIDsBytes

      public com.google.protobuf.ByteString getMountIDsBytes(int index)
      repeated string mountIDs = 2;
      Specified by:
      getMountIDsBytes in interface Errdefs.SolveOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the mountIDs at the given index.
    • hasOp

      public boolean hasOp()
      .pb.Op op = 3;
      Specified by:
      hasOp in interface Errdefs.SolveOrBuilder
      Returns:
      Whether the op field is set.
    • getOp

      public Ops.Op getOp()
      .pb.Op op = 3;
      Specified by:
      getOp in interface Errdefs.SolveOrBuilder
      Returns:
      The op.
    • getOpOrBuilder

      public Ops.OpOrBuilder getOpOrBuilder()
      .pb.Op op = 3;
      Specified by:
      getOpOrBuilder in interface Errdefs.SolveOrBuilder
    • hasFile

      public boolean hasFile()
      .errdefs.FileAction file = 4;
      Specified by:
      hasFile in interface Errdefs.SolveOrBuilder
      Returns:
      Whether the file field is set.
    • getFile

      public Errdefs.FileAction getFile()
      .errdefs.FileAction file = 4;
      Specified by:
      getFile in interface Errdefs.SolveOrBuilder
      Returns:
      The file.
    • getFileOrBuilder

      public Errdefs.FileActionOrBuilder getFileOrBuilder()
      .errdefs.FileAction file = 4;
      Specified by:
      getFileOrBuilder in interface Errdefs.SolveOrBuilder
    • hasCache

      public boolean hasCache()
      .errdefs.ContentCache cache = 5;
      Specified by:
      hasCache in interface Errdefs.SolveOrBuilder
      Returns:
      Whether the cache field is set.
    • getCache

      public Errdefs.ContentCache getCache()
      .errdefs.ContentCache cache = 5;
      Specified by:
      getCache in interface Errdefs.SolveOrBuilder
      Returns:
      The cache.
    • getCacheOrBuilder

      public Errdefs.ContentCacheOrBuilder getCacheOrBuilder()
      .errdefs.ContentCache cache = 5;
      Specified by:
      getCacheOrBuilder in interface Errdefs.SolveOrBuilder
    • getDescriptionCount

      public int getDescriptionCount()
      Description copied from interface: Errdefs.SolveOrBuilder
      map<string, string> description = 6;
      Specified by:
      getDescriptionCount in interface Errdefs.SolveOrBuilder
    • containsDescription

      public boolean containsDescription(String key)
      map<string, string> description = 6;
      Specified by:
      containsDescription in interface Errdefs.SolveOrBuilder
    • getDescription

      @Deprecated public Map<String,String> getDescription()
      Deprecated.
      Use getDescriptionMap() instead.
      Specified by:
      getDescription in interface Errdefs.SolveOrBuilder
    • getDescriptionMap

      public Map<String,String> getDescriptionMap()
      map<string, string> description = 6;
      Specified by:
      getDescriptionMap in interface Errdefs.SolveOrBuilder
    • getDescriptionOrDefault

      public String getDescriptionOrDefault(String key, String defaultValue)
      map<string, string> description = 6;
      Specified by:
      getDescriptionOrDefault in interface Errdefs.SolveOrBuilder
    • getDescriptionOrThrow

      public String getDescriptionOrThrow(String key)
      map<string, string> description = 6;
      Specified by:
      getDescriptionOrThrow in interface Errdefs.SolveOrBuilder
    • 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 Errdefs.Solve parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

      public static Errdefs.Solve parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

      public static Errdefs.Solve parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

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

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

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

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

      public static Errdefs.Solve.Builder newBuilder()
    • newBuilder

      public static Errdefs.Solve.Builder newBuilder(Errdefs.Solve prototype)
    • toBuilder

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

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

      public static Errdefs.Solve getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Errdefs.Solve> parser()
    • getParserForType

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