Class Errdefs.Solve.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<Errdefs.Solve.Builder>
com.google.protobuf.GeneratedMessage.Builder<Errdefs.Solve.Builder>
errdefs.Errdefs.Solve.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Errdefs.SolveOrBuilder
,Cloneable
- Enclosing class:
Errdefs.Solve
public static final class Errdefs.Solve.Builder
extends com.google.protobuf.GeneratedMessage.Builder<Errdefs.Solve.Builder>
implements Errdefs.SolveOrBuilder
Protobuf type
errdefs.Solve
-
Method Summary
Modifier and TypeMethodDescriptionaddAllInputIDs
(Iterable<String> values) repeated string inputIDs = 1;
addAllMountIDs
(Iterable<String> values) repeated string mountIDs = 2;
addInputIDs
(String value) repeated string inputIDs = 1;
addInputIDsBytes
(com.google.protobuf.ByteString value) repeated string inputIDs = 1;
addMountIDs
(String value) repeated string mountIDs = 2;
addMountIDsBytes
(com.google.protobuf.ByteString value) repeated string mountIDs = 2;
build()
clear()
.errdefs.ContentCache cache = 5;
.errdefs.FileAction file = 4;
repeated string inputIDs = 1;
repeated string mountIDs = 2;
clearOp()
.pb.Op op = 3;
boolean
map<string, string> description = 6;
getCache()
.errdefs.ContentCache cache = 5;
.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;
static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getFile()
.errdefs.FileAction file = 4;
.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;
com.google.protobuf.ProtocolStringList
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;
com.google.protobuf.ProtocolStringList
repeated string mountIDs = 2;
Deprecated.getOp()
.pb.Op op = 3;
.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;
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
protected com.google.protobuf.MapFieldReflectionAccessor
internalGetMapFieldReflection
(int number) protected com.google.protobuf.MapFieldReflectionAccessor
internalGetMutableMapFieldReflection
(int number) final boolean
mergeCache
(Errdefs.ContentCache value) .errdefs.ContentCache cache = 5;
mergeFile
(Errdefs.FileAction value) .errdefs.FileAction file = 4;
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeFrom
(Errdefs.Solve other) .pb.Op op = 3;
putAllDescription
(Map<String, String> values) map<string, string> description = 6;
putDescription
(String key, String value) map<string, string> description = 6;
removeDescription
(String key) map<string, string> description = 6;
setCache
(Errdefs.ContentCache value) .errdefs.ContentCache cache = 5;
setCache
(Errdefs.ContentCache.Builder builderForValue) .errdefs.ContentCache cache = 5;
setFile
(Errdefs.FileAction value) .errdefs.FileAction file = 4;
setFile
(Errdefs.FileAction.Builder builderForValue) .errdefs.FileAction file = 4;
setInputIDs
(int index, String value) repeated string inputIDs = 1;
setMountIDs
(int index, String value) repeated string mountIDs = 2;
.pb.Op op = 3;
setOp
(Ops.Op.Builder builderForValue) .pb.Op op = 3;
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetMapFieldReflection
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number) - Overrides:
internalGetMapFieldReflection
in classcom.google.protobuf.GeneratedMessage.Builder<Errdefs.Solve.Builder>
-
internalGetMutableMapFieldReflection
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number) - Overrides:
internalGetMutableMapFieldReflection
in classcom.google.protobuf.GeneratedMessage.Builder<Errdefs.Solve.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage.Builder<Errdefs.Solve.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessage.Builder<Errdefs.Solve.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessage.Builder<Errdefs.Solve.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Errdefs.Solve.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage.Builder<Errdefs.Solve.Builder>
-
mergeFrom
public Errdefs.Solve.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Errdefs.Solve.Builder>
- Throws:
IOException
-
getSubjectCase
- Specified by:
getSubjectCase
in interfaceErrdefs.SolveOrBuilder
-
clearSubject
-
getInputIDsList
public com.google.protobuf.ProtocolStringList getInputIDsList()repeated string inputIDs = 1;
- Specified by:
getInputIDsList
in interfaceErrdefs.SolveOrBuilder
- Returns:
- A list containing the inputIDs.
-
getInputIDsCount
public int getInputIDsCount()repeated string inputIDs = 1;
- Specified by:
getInputIDsCount
in interfaceErrdefs.SolveOrBuilder
- Returns:
- The count of inputIDs.
-
getInputIDs
repeated string inputIDs = 1;
- Specified by:
getInputIDs
in interfaceErrdefs.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 interfaceErrdefs.SolveOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the inputIDs at the given index.
-
setInputIDs
repeated string inputIDs = 1;
- Parameters:
index
- The index to set the value at.value
- The inputIDs to set.- Returns:
- This builder for chaining.
-
addInputIDs
repeated string inputIDs = 1;
- Parameters:
value
- The inputIDs to add.- Returns:
- This builder for chaining.
-
addAllInputIDs
repeated string inputIDs = 1;
- Parameters:
values
- The inputIDs to add.- Returns:
- This builder for chaining.
-
clearInputIDs
repeated string inputIDs = 1;
- Returns:
- This builder for chaining.
-
addInputIDsBytes
repeated string inputIDs = 1;
- Parameters:
value
- The bytes of the inputIDs to add.- Returns:
- This builder for chaining.
-
getMountIDsList
public com.google.protobuf.ProtocolStringList getMountIDsList()repeated string mountIDs = 2;
- Specified by:
getMountIDsList
in interfaceErrdefs.SolveOrBuilder
- Returns:
- A list containing the mountIDs.
-
getMountIDsCount
public int getMountIDsCount()repeated string mountIDs = 2;
- Specified by:
getMountIDsCount
in interfaceErrdefs.SolveOrBuilder
- Returns:
- The count of mountIDs.
-
getMountIDs
repeated string mountIDs = 2;
- Specified by:
getMountIDs
in interfaceErrdefs.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 interfaceErrdefs.SolveOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the mountIDs at the given index.
-
setMountIDs
repeated string mountIDs = 2;
- Parameters:
index
- The index to set the value at.value
- The mountIDs to set.- Returns:
- This builder for chaining.
-
addMountIDs
repeated string mountIDs = 2;
- Parameters:
value
- The mountIDs to add.- Returns:
- This builder for chaining.
-
addAllMountIDs
repeated string mountIDs = 2;
- Parameters:
values
- The mountIDs to add.- Returns:
- This builder for chaining.
-
clearMountIDs
repeated string mountIDs = 2;
- Returns:
- This builder for chaining.
-
addMountIDsBytes
repeated string mountIDs = 2;
- Parameters:
value
- The bytes of the mountIDs to add.- Returns:
- This builder for chaining.
-
hasOp
public boolean hasOp().pb.Op op = 3;
- Specified by:
hasOp
in interfaceErrdefs.SolveOrBuilder
- Returns:
- Whether the op field is set.
-
getOp
.pb.Op op = 3;
- Specified by:
getOp
in interfaceErrdefs.SolveOrBuilder
- Returns:
- The op.
-
setOp
.pb.Op op = 3;
-
setOp
.pb.Op op = 3;
-
mergeOp
.pb.Op op = 3;
-
clearOp
.pb.Op op = 3;
-
getOpBuilder
.pb.Op op = 3;
-
getOpOrBuilder
.pb.Op op = 3;
- Specified by:
getOpOrBuilder
in interfaceErrdefs.SolveOrBuilder
-
hasFile
public boolean hasFile().errdefs.FileAction file = 4;
- Specified by:
hasFile
in interfaceErrdefs.SolveOrBuilder
- Returns:
- Whether the file field is set.
-
getFile
.errdefs.FileAction file = 4;
- Specified by:
getFile
in interfaceErrdefs.SolveOrBuilder
- Returns:
- The file.
-
setFile
.errdefs.FileAction file = 4;
-
setFile
.errdefs.FileAction file = 4;
-
mergeFile
.errdefs.FileAction file = 4;
-
clearFile
.errdefs.FileAction file = 4;
-
getFileBuilder
.errdefs.FileAction file = 4;
-
getFileOrBuilder
.errdefs.FileAction file = 4;
- Specified by:
getFileOrBuilder
in interfaceErrdefs.SolveOrBuilder
-
hasCache
public boolean hasCache().errdefs.ContentCache cache = 5;
- Specified by:
hasCache
in interfaceErrdefs.SolveOrBuilder
- Returns:
- Whether the cache field is set.
-
getCache
.errdefs.ContentCache cache = 5;
- Specified by:
getCache
in interfaceErrdefs.SolveOrBuilder
- Returns:
- The cache.
-
setCache
.errdefs.ContentCache cache = 5;
-
setCache
.errdefs.ContentCache cache = 5;
-
mergeCache
.errdefs.ContentCache cache = 5;
-
clearCache
.errdefs.ContentCache cache = 5;
-
getCacheBuilder
.errdefs.ContentCache cache = 5;
-
getCacheOrBuilder
.errdefs.ContentCache cache = 5;
- Specified by:
getCacheOrBuilder
in interfaceErrdefs.SolveOrBuilder
-
getDescriptionCount
public int getDescriptionCount()Description copied from interface:Errdefs.SolveOrBuilder
map<string, string> description = 6;
- Specified by:
getDescriptionCount
in interfaceErrdefs.SolveOrBuilder
-
containsDescription
map<string, string> description = 6;
- Specified by:
containsDescription
in interfaceErrdefs.SolveOrBuilder
-
getDescription
Deprecated.UsegetDescriptionMap()
instead.- Specified by:
getDescription
in interfaceErrdefs.SolveOrBuilder
-
getDescriptionMap
map<string, string> description = 6;
- Specified by:
getDescriptionMap
in interfaceErrdefs.SolveOrBuilder
-
getDescriptionOrDefault
map<string, string> description = 6;
- Specified by:
getDescriptionOrDefault
in interfaceErrdefs.SolveOrBuilder
-
getDescriptionOrThrow
map<string, string> description = 6;
- Specified by:
getDescriptionOrThrow
in interfaceErrdefs.SolveOrBuilder
-
clearDescription
-
removeDescription
map<string, string> description = 6;
-
getMutableDescription
Deprecated.Use alternate mutation accessors instead. -
putDescription
map<string, string> description = 6;
-
putAllDescription
map<string, string> description = 6;
-