Interface Errdefs.SolveOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Errdefs.Solve, Errdefs.Solve.Builder
Enclosing class:
Errdefs

public static interface Errdefs.SolveOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getInputIDsList

      List<String> getInputIDsList()
      repeated string inputIDs = 1;
      Returns:
      A list containing the inputIDs.
    • getInputIDsCount

      int getInputIDsCount()
      repeated string inputIDs = 1;
      Returns:
      The count of inputIDs.
    • getInputIDs

      String getInputIDs(int index)
      repeated string inputIDs = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The inputIDs at the given index.
    • getInputIDsBytes

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

      List<String> getMountIDsList()
      repeated string mountIDs = 2;
      Returns:
      A list containing the mountIDs.
    • getMountIDsCount

      int getMountIDsCount()
      repeated string mountIDs = 2;
      Returns:
      The count of mountIDs.
    • getMountIDs

      String getMountIDs(int index)
      repeated string mountIDs = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The mountIDs at the given index.
    • getMountIDsBytes

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

      boolean hasOp()
      .pb.Op op = 3;
      Returns:
      Whether the op field is set.
    • getOp

      Ops.Op getOp()
      .pb.Op op = 3;
      Returns:
      The op.
    • getOpOrBuilder

      Ops.OpOrBuilder getOpOrBuilder()
      .pb.Op op = 3;
    • hasFile

      boolean hasFile()
      .errdefs.FileAction file = 4;
      Returns:
      Whether the file field is set.
    • getFile

      .errdefs.FileAction file = 4;
      Returns:
      The file.
    • getFileOrBuilder

      Errdefs.FileActionOrBuilder getFileOrBuilder()
      .errdefs.FileAction file = 4;
    • hasCache

      boolean hasCache()
      .errdefs.ContentCache cache = 5;
      Returns:
      Whether the cache field is set.
    • getCache

      .errdefs.ContentCache cache = 5;
      Returns:
      The cache.
    • getCacheOrBuilder

      Errdefs.ContentCacheOrBuilder getCacheOrBuilder()
      .errdefs.ContentCache cache = 5;
    • getDescriptionCount

      int getDescriptionCount()
      map<string, string> description = 6;
    • containsDescription

      boolean containsDescription(String key)
      map<string, string> description = 6;
    • getDescription

      @Deprecated Map<String,String> getDescription()
      Deprecated.
      Use getDescriptionMap() instead.
    • getDescriptionMap

      Map<String,String> getDescriptionMap()
      map<string, string> description = 6;
    • getDescriptionOrDefault

      String getDescriptionOrDefault(String key, String defaultValue)
      map<string, string> description = 6;
    • getDescriptionOrThrow

      String getDescriptionOrThrow(String key)
      map<string, string> description = 6;
    • getSubjectCase

      Errdefs.Solve.SubjectCase getSubjectCase()