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 Summary
Modifier and TypeMethodDescriptionboolean
map<string, string> description = 6;
getCache()
.errdefs.ContentCache cache = 5;
.errdefs.ContentCache cache = 5;
Deprecated.int
map<string, string> description = 6;
map<string, string> description = 6;
getDescriptionOrDefault
(String key, String defaultValue) map<string, string> description = 6;
map<string, string> description = 6;
getFile()
.errdefs.FileAction file = 4;
.errdefs.FileAction file = 4;
getInputIDs
(int index) repeated string inputIDs = 1;
com.google.protobuf.ByteString
getInputIDsBytes
(int index) repeated string inputIDs = 1;
int
repeated string inputIDs = 1;
repeated string inputIDs = 1;
getMountIDs
(int index) repeated string mountIDs = 2;
com.google.protobuf.ByteString
getMountIDsBytes
(int index) repeated string mountIDs = 2;
int
repeated string mountIDs = 2;
repeated string mountIDs = 2;
getOp()
.pb.Op op = 3;
.pb.Op op = 3;
boolean
hasCache()
.errdefs.ContentCache cache = 5;
boolean
hasFile()
.errdefs.FileAction file = 4;
boolean
hasOp()
.pb.Op op = 3;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getInputIDsList
-
getInputIDsCount
int getInputIDsCount()repeated string inputIDs = 1;
- Returns:
- The count of inputIDs.
-
getInputIDs
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
-
getMountIDsCount
int getMountIDsCount()repeated string mountIDs = 2;
- Returns:
- The count of mountIDs.
-
getMountIDs
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
-
getOpOrBuilder
Ops.OpOrBuilder getOpOrBuilder().pb.Op op = 3;
-
hasFile
boolean hasFile().errdefs.FileAction file = 4;
- Returns:
- Whether the file field is set.
-
getFile
-
getFileOrBuilder
Errdefs.FileActionOrBuilder getFileOrBuilder().errdefs.FileAction file = 4;
-
hasCache
boolean hasCache().errdefs.ContentCache cache = 5;
- Returns:
- Whether the cache field is set.
-
getCache
-
getCacheOrBuilder
Errdefs.ContentCacheOrBuilder getCacheOrBuilder().errdefs.ContentCache cache = 5;
-
getDescriptionCount
int getDescriptionCount()map<string, string> description = 6;
-
containsDescription
map<string, string> description = 6;
-
getDescription
-
getDescriptionMap
-
getDescriptionOrDefault
-
getDescriptionOrThrow
-
getSubjectCase
Errdefs.Solve.SubjectCase getSubjectCase()
-