public static final class EagerServiceOuterClass.Operation.Builder extends com.github.os72.protobuf351.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder> implements EagerServiceOuterClass.OperationOrBuilder
A proto representation of an eager operation.Protobuf type
tensorflow.eager.Operation| Modifier and Type | Method and Description |
|---|---|
EagerServiceOuterClass.Operation.Builder |
addAllControlOpIds(Iterable<? extends Long> values)
Control Operation IDs that will be respected when ops are re-ordered by
async execution.
|
EagerServiceOuterClass.Operation.Builder |
addAllInputs(Iterable<? extends EagerServiceOuterClass.RemoteTensorHandle> values)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
EagerServiceOuterClass.Operation.Builder |
addControlOpIds(long value)
Control Operation IDs that will be respected when ops are re-ordered by
async execution.
|
EagerServiceOuterClass.Operation.Builder |
addInputs(EagerServiceOuterClass.RemoteTensorHandle.Builder builderForValue)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
EagerServiceOuterClass.Operation.Builder |
addInputs(EagerServiceOuterClass.RemoteTensorHandle value)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
EagerServiceOuterClass.Operation.Builder |
addInputs(int index,
EagerServiceOuterClass.RemoteTensorHandle.Builder builderForValue)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
EagerServiceOuterClass.Operation.Builder |
addInputs(int index,
EagerServiceOuterClass.RemoteTensorHandle value)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
EagerServiceOuterClass.RemoteTensorHandle.Builder |
addInputsBuilder()
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
EagerServiceOuterClass.RemoteTensorHandle.Builder |
addInputsBuilder(int index)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
EagerServiceOuterClass.Operation.Builder |
addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
EagerServiceOuterClass.Operation |
build() |
EagerServiceOuterClass.Operation |
buildPartial() |
EagerServiceOuterClass.Operation.Builder |
clear() |
EagerServiceOuterClass.Operation.Builder |
clearAttrs() |
EagerServiceOuterClass.Operation.Builder |
clearControlOpIds()
Control Operation IDs that will be respected when ops are re-ordered by
async execution.
|
EagerServiceOuterClass.Operation.Builder |
clearDevice()
string device = 6; |
EagerServiceOuterClass.Operation.Builder |
clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field) |
EagerServiceOuterClass.Operation.Builder |
clearId()
A unique identifier for the operation.
|
EagerServiceOuterClass.Operation.Builder |
clearInputs()
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
EagerServiceOuterClass.Operation.Builder |
clearName()
string name = 2; |
EagerServiceOuterClass.Operation.Builder |
clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof) |
EagerServiceOuterClass.Operation.Builder |
clone() |
boolean |
containsAttrs(String key)
map<string, .tensorflow.AttrValue> attrs = 5; |
Map<String,AttrValue> |
getAttrs()
Deprecated.
|
int |
getAttrsCount()
map<string, .tensorflow.AttrValue> attrs = 5; |
Map<String,AttrValue> |
getAttrsMap()
map<string, .tensorflow.AttrValue> attrs = 5; |
AttrValue |
getAttrsOrDefault(String key,
AttrValue defaultValue)
map<string, .tensorflow.AttrValue> attrs = 5; |
AttrValue |
getAttrsOrThrow(String key)
map<string, .tensorflow.AttrValue> attrs = 5; |
long |
getControlOpIds(int index)
Control Operation IDs that will be respected when ops are re-ordered by
async execution.
|
int |
getControlOpIdsCount()
Control Operation IDs that will be respected when ops are re-ordered by
async execution.
|
List<Long> |
getControlOpIdsList()
Control Operation IDs that will be respected when ops are re-ordered by
async execution.
|
EagerServiceOuterClass.Operation |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDevice()
string device = 6; |
com.github.os72.protobuf351.ByteString |
getDeviceBytes()
string device = 6; |
long |
getId()
A unique identifier for the operation.
|
EagerServiceOuterClass.RemoteTensorHandle |
getInputs(int index)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
EagerServiceOuterClass.RemoteTensorHandle.Builder |
getInputsBuilder(int index)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
List<EagerServiceOuterClass.RemoteTensorHandle.Builder> |
getInputsBuilderList()
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
int |
getInputsCount()
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
List<EagerServiceOuterClass.RemoteTensorHandle> |
getInputsList()
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
EagerServiceOuterClass.RemoteTensorHandleOrBuilder |
getInputsOrBuilder(int index)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
List<? extends EagerServiceOuterClass.RemoteTensorHandleOrBuilder> |
getInputsOrBuilderList()
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
Map<String,AttrValue> |
getMutableAttrs()
Deprecated.
|
String |
getName()
string name = 2; |
com.github.os72.protobuf351.ByteString |
getNameBytes()
string name = 2; |
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.github.os72.protobuf351.MapField |
internalGetMapField(int number) |
protected com.github.os72.protobuf351.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
EagerServiceOuterClass.Operation.Builder |
mergeFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
EagerServiceOuterClass.Operation.Builder |
mergeFrom(EagerServiceOuterClass.Operation other) |
EagerServiceOuterClass.Operation.Builder |
mergeFrom(com.github.os72.protobuf351.Message other) |
EagerServiceOuterClass.Operation.Builder |
mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
EagerServiceOuterClass.Operation.Builder |
putAllAttrs(Map<String,AttrValue> values)
map<string, .tensorflow.AttrValue> attrs = 5; |
EagerServiceOuterClass.Operation.Builder |
putAttrs(String key,
AttrValue value)
map<string, .tensorflow.AttrValue> attrs = 5; |
EagerServiceOuterClass.Operation.Builder |
removeAttrs(String key)
map<string, .tensorflow.AttrValue> attrs = 5; |
EagerServiceOuterClass.Operation.Builder |
removeInputs(int index)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
EagerServiceOuterClass.Operation.Builder |
setControlOpIds(int index,
long value)
Control Operation IDs that will be respected when ops are re-ordered by
async execution.
|
EagerServiceOuterClass.Operation.Builder |
setDevice(String value)
string device = 6; |
EagerServiceOuterClass.Operation.Builder |
setDeviceBytes(com.github.os72.protobuf351.ByteString value)
string device = 6; |
EagerServiceOuterClass.Operation.Builder |
setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
EagerServiceOuterClass.Operation.Builder |
setId(long value)
A unique identifier for the operation.
|
EagerServiceOuterClass.Operation.Builder |
setInputs(int index,
EagerServiceOuterClass.RemoteTensorHandle.Builder builderForValue)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
EagerServiceOuterClass.Operation.Builder |
setInputs(int index,
EagerServiceOuterClass.RemoteTensorHandle value)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3; |
EagerServiceOuterClass.Operation.Builder |
setName(String value)
string name = 2; |
EagerServiceOuterClass.Operation.Builder |
setNameBytes(com.github.os72.protobuf351.ByteString value)
string name = 2; |
EagerServiceOuterClass.Operation.Builder |
setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
int index,
Object value) |
EagerServiceOuterClass.Operation.Builder |
setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.github.os72.protobuf351.Descriptors.Descriptor getDescriptor()
protected com.github.os72.protobuf351.MapField internalGetMapField(int number)
internalGetMapField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder>protected com.github.os72.protobuf351.MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder>protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder>public EagerServiceOuterClass.Operation.Builder clear()
clear in interface com.github.os72.protobuf351.Message.Builderclear in interface com.github.os72.protobuf351.MessageLite.Builderclear in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder>public com.github.os72.protobuf351.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.github.os72.protobuf351.Message.BuildergetDescriptorForType in interface com.github.os72.protobuf351.MessageOrBuildergetDescriptorForType in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder>public EagerServiceOuterClass.Operation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderpublic EagerServiceOuterClass.Operation build()
build in interface com.github.os72.protobuf351.Message.Builderbuild in interface com.github.os72.protobuf351.MessageLite.Builderpublic EagerServiceOuterClass.Operation buildPartial()
buildPartial in interface com.github.os72.protobuf351.Message.BuilderbuildPartial in interface com.github.os72.protobuf351.MessageLite.Builderpublic EagerServiceOuterClass.Operation.Builder clone()
clone in interface com.github.os72.protobuf351.Message.Builderclone in interface com.github.os72.protobuf351.MessageLite.Builderclone in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder>public EagerServiceOuterClass.Operation.Builder setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
setField in interface com.github.os72.protobuf351.Message.BuildersetField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder>public EagerServiceOuterClass.Operation.Builder clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field)
clearField in interface com.github.os72.protobuf351.Message.BuilderclearField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder>public EagerServiceOuterClass.Operation.Builder clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.github.os72.protobuf351.Message.BuilderclearOneof in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder>public EagerServiceOuterClass.Operation.Builder setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.github.os72.protobuf351.Message.BuildersetRepeatedField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder>public EagerServiceOuterClass.Operation.Builder addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.github.os72.protobuf351.Message.BuilderaddRepeatedField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder>public EagerServiceOuterClass.Operation.Builder mergeFrom(com.github.os72.protobuf351.Message other)
mergeFrom in interface com.github.os72.protobuf351.Message.BuildermergeFrom in class com.github.os72.protobuf351.AbstractMessage.Builder<EagerServiceOuterClass.Operation.Builder>public EagerServiceOuterClass.Operation.Builder mergeFrom(EagerServiceOuterClass.Operation other)
public final boolean isInitialized()
isInitialized in interface com.github.os72.protobuf351.MessageLiteOrBuilderisInitialized in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder>public EagerServiceOuterClass.Operation.Builder mergeFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.github.os72.protobuf351.Message.BuildermergeFrom in interface com.github.os72.protobuf351.MessageLite.BuildermergeFrom in class com.github.os72.protobuf351.AbstractMessage.Builder<EagerServiceOuterClass.Operation.Builder>IOExceptionpublic long getId()
A unique identifier for the operation. Set by the client so that the client can uniquely identify the outputs of the scheduled operation. In the initial implementation, sending duplicate IDs has undefined behaviour, but additional constraints may be placed upon this in the future.
int64 id = 1;getId in interface EagerServiceOuterClass.OperationOrBuilderpublic EagerServiceOuterClass.Operation.Builder setId(long value)
A unique identifier for the operation. Set by the client so that the client can uniquely identify the outputs of the scheduled operation. In the initial implementation, sending duplicate IDs has undefined behaviour, but additional constraints may be placed upon this in the future.
int64 id = 1;public EagerServiceOuterClass.Operation.Builder clearId()
A unique identifier for the operation. Set by the client so that the client can uniquely identify the outputs of the scheduled operation. In the initial implementation, sending duplicate IDs has undefined behaviour, but additional constraints may be placed upon this in the future.
int64 id = 1;public String getName()
string name = 2;getName in interface EagerServiceOuterClass.OperationOrBuilderpublic com.github.os72.protobuf351.ByteString getNameBytes()
string name = 2;getNameBytes in interface EagerServiceOuterClass.OperationOrBuilderpublic EagerServiceOuterClass.Operation.Builder setName(String value)
string name = 2;public EagerServiceOuterClass.Operation.Builder clearName()
string name = 2;public EagerServiceOuterClass.Operation.Builder setNameBytes(com.github.os72.protobuf351.ByteString value)
string name = 2;public List<EagerServiceOuterClass.RemoteTensorHandle> getInputsList()
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;getInputsList in interface EagerServiceOuterClass.OperationOrBuilderpublic int getInputsCount()
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;getInputsCount in interface EagerServiceOuterClass.OperationOrBuilderpublic EagerServiceOuterClass.RemoteTensorHandle getInputs(int index)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;getInputs in interface EagerServiceOuterClass.OperationOrBuilderpublic EagerServiceOuterClass.Operation.Builder setInputs(int index, EagerServiceOuterClass.RemoteTensorHandle value)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;public EagerServiceOuterClass.Operation.Builder setInputs(int index, EagerServiceOuterClass.RemoteTensorHandle.Builder builderForValue)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;public EagerServiceOuterClass.Operation.Builder addInputs(EagerServiceOuterClass.RemoteTensorHandle value)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;public EagerServiceOuterClass.Operation.Builder addInputs(int index, EagerServiceOuterClass.RemoteTensorHandle value)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;public EagerServiceOuterClass.Operation.Builder addInputs(EagerServiceOuterClass.RemoteTensorHandle.Builder builderForValue)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;public EagerServiceOuterClass.Operation.Builder addInputs(int index, EagerServiceOuterClass.RemoteTensorHandle.Builder builderForValue)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;public EagerServiceOuterClass.Operation.Builder addAllInputs(Iterable<? extends EagerServiceOuterClass.RemoteTensorHandle> values)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;public EagerServiceOuterClass.Operation.Builder clearInputs()
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;public EagerServiceOuterClass.Operation.Builder removeInputs(int index)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;public EagerServiceOuterClass.RemoteTensorHandle.Builder getInputsBuilder(int index)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;public EagerServiceOuterClass.RemoteTensorHandleOrBuilder getInputsOrBuilder(int index)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;getInputsOrBuilder in interface EagerServiceOuterClass.OperationOrBuilderpublic List<? extends EagerServiceOuterClass.RemoteTensorHandleOrBuilder> getInputsOrBuilderList()
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;getInputsOrBuilderList in interface EagerServiceOuterClass.OperationOrBuilderpublic EagerServiceOuterClass.RemoteTensorHandle.Builder addInputsBuilder()
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;public EagerServiceOuterClass.RemoteTensorHandle.Builder addInputsBuilder(int index)
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;public List<EagerServiceOuterClass.RemoteTensorHandle.Builder> getInputsBuilderList()
repeated .tensorflow.eager.RemoteTensorHandle inputs = 3;public List<Long> getControlOpIdsList()
Control Operation IDs that will be respected when ops are re-ordered by async execution. If async execution (+ op re-ordering) is not enabled, this should have no effect.
repeated int64 control_op_ids = 4;getControlOpIdsList in interface EagerServiceOuterClass.OperationOrBuilderpublic int getControlOpIdsCount()
Control Operation IDs that will be respected when ops are re-ordered by async execution. If async execution (+ op re-ordering) is not enabled, this should have no effect.
repeated int64 control_op_ids = 4;getControlOpIdsCount in interface EagerServiceOuterClass.OperationOrBuilderpublic long getControlOpIds(int index)
Control Operation IDs that will be respected when ops are re-ordered by async execution. If async execution (+ op re-ordering) is not enabled, this should have no effect.
repeated int64 control_op_ids = 4;getControlOpIds in interface EagerServiceOuterClass.OperationOrBuilderpublic EagerServiceOuterClass.Operation.Builder setControlOpIds(int index, long value)
Control Operation IDs that will be respected when ops are re-ordered by async execution. If async execution (+ op re-ordering) is not enabled, this should have no effect.
repeated int64 control_op_ids = 4;public EagerServiceOuterClass.Operation.Builder addControlOpIds(long value)
Control Operation IDs that will be respected when ops are re-ordered by async execution. If async execution (+ op re-ordering) is not enabled, this should have no effect.
repeated int64 control_op_ids = 4;public EagerServiceOuterClass.Operation.Builder addAllControlOpIds(Iterable<? extends Long> values)
Control Operation IDs that will be respected when ops are re-ordered by async execution. If async execution (+ op re-ordering) is not enabled, this should have no effect.
repeated int64 control_op_ids = 4;public EagerServiceOuterClass.Operation.Builder clearControlOpIds()
Control Operation IDs that will be respected when ops are re-ordered by async execution. If async execution (+ op re-ordering) is not enabled, this should have no effect.
repeated int64 control_op_ids = 4;public int getAttrsCount()
EagerServiceOuterClass.OperationOrBuildermap<string, .tensorflow.AttrValue> attrs = 5;getAttrsCount in interface EagerServiceOuterClass.OperationOrBuilderpublic boolean containsAttrs(String key)
map<string, .tensorflow.AttrValue> attrs = 5;containsAttrs in interface EagerServiceOuterClass.OperationOrBuilder@Deprecated public Map<String,AttrValue> getAttrs()
getAttrsMap() instead.getAttrs in interface EagerServiceOuterClass.OperationOrBuilderpublic Map<String,AttrValue> getAttrsMap()
map<string, .tensorflow.AttrValue> attrs = 5;getAttrsMap in interface EagerServiceOuterClass.OperationOrBuilderpublic AttrValue getAttrsOrDefault(String key, AttrValue defaultValue)
map<string, .tensorflow.AttrValue> attrs = 5;getAttrsOrDefault in interface EagerServiceOuterClass.OperationOrBuilderpublic AttrValue getAttrsOrThrow(String key)
map<string, .tensorflow.AttrValue> attrs = 5;getAttrsOrThrow in interface EagerServiceOuterClass.OperationOrBuilderpublic EagerServiceOuterClass.Operation.Builder clearAttrs()
public EagerServiceOuterClass.Operation.Builder removeAttrs(String key)
map<string, .tensorflow.AttrValue> attrs = 5;@Deprecated public Map<String,AttrValue> getMutableAttrs()
public EagerServiceOuterClass.Operation.Builder putAttrs(String key, AttrValue value)
map<string, .tensorflow.AttrValue> attrs = 5;public EagerServiceOuterClass.Operation.Builder putAllAttrs(Map<String,AttrValue> values)
map<string, .tensorflow.AttrValue> attrs = 5;public String getDevice()
string device = 6;getDevice in interface EagerServiceOuterClass.OperationOrBuilderpublic com.github.os72.protobuf351.ByteString getDeviceBytes()
string device = 6;getDeviceBytes in interface EagerServiceOuterClass.OperationOrBuilderpublic EagerServiceOuterClass.Operation.Builder setDevice(String value)
string device = 6;public EagerServiceOuterClass.Operation.Builder clearDevice()
string device = 6;public EagerServiceOuterClass.Operation.Builder setDeviceBytes(com.github.os72.protobuf351.ByteString value)
string device = 6;public final EagerServiceOuterClass.Operation.Builder setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
setUnknownFields in interface com.github.os72.protobuf351.Message.BuildersetUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder>public final EagerServiceOuterClass.Operation.Builder mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.github.os72.protobuf351.Message.BuildermergeUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<EagerServiceOuterClass.Operation.Builder>Copyright © 2018. All rights reserved.