public static final class RecvTensorResponse.Builder extends com.github.os72.protobuf351.GeneratedMessageV3.Builder<RecvTensorResponse.Builder> implements RecvTensorResponseOrBuilder
tensorflow.RecvTensorResponse| Modifier and Type | Method and Description |
|---|---|
RecvTensorResponse.Builder |
addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
RecvTensorResponse |
build() |
RecvTensorResponse |
buildPartial() |
RecvTensorResponse.Builder |
clear() |
RecvTensorResponse.Builder |
clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field) |
RecvTensorResponse.Builder |
clearIsDead()
If true, this tensor was the output of a dead node, and the
content is invalid.
|
RecvTensorResponse.Builder |
clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof) |
RecvTensorResponse.Builder |
clearSendStartMicros()
The time at which tensor was available and started to be returned.
|
RecvTensorResponse.Builder |
clearTensor()
The tensor as a proto.
|
RecvTensorResponse.Builder |
clearTransportOptions()
Optional additional information about how to receive the tensor,
e.g.
|
RecvTensorResponse.Builder |
clone() |
RecvTensorResponse |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getIsDead()
If true, this tensor was the output of a dead node, and the
content is invalid.
|
long |
getSendStartMicros()
The time at which tensor was available and started to be returned.
|
TensorProto |
getTensor()
The tensor as a proto.
|
TensorProto.Builder |
getTensorBuilder()
The tensor as a proto.
|
TensorProtoOrBuilder |
getTensorOrBuilder()
The tensor as a proto.
|
com.github.os72.protobuf351.Any |
getTransportOptions()
Optional additional information about how to receive the tensor,
e.g.
|
com.github.os72.protobuf351.Any.Builder |
getTransportOptionsBuilder()
Optional additional information about how to receive the tensor,
e.g.
|
com.github.os72.protobuf351.AnyOrBuilder |
getTransportOptionsOrBuilder()
Optional additional information about how to receive the tensor,
e.g.
|
boolean |
hasTensor()
The tensor as a proto.
|
boolean |
hasTransportOptions()
Optional additional information about how to receive the tensor,
e.g.
|
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RecvTensorResponse.Builder |
mergeFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
RecvTensorResponse.Builder |
mergeFrom(com.github.os72.protobuf351.Message other) |
RecvTensorResponse.Builder |
mergeFrom(RecvTensorResponse other) |
RecvTensorResponse.Builder |
mergeTensor(TensorProto value)
The tensor as a proto.
|
RecvTensorResponse.Builder |
mergeTransportOptions(com.github.os72.protobuf351.Any value)
Optional additional information about how to receive the tensor,
e.g.
|
RecvTensorResponse.Builder |
mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
RecvTensorResponse.Builder |
setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
RecvTensorResponse.Builder |
setIsDead(boolean value)
If true, this tensor was the output of a dead node, and the
content is invalid.
|
RecvTensorResponse.Builder |
setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
int index,
Object value) |
RecvTensorResponse.Builder |
setSendStartMicros(long value)
The time at which tensor was available and started to be returned.
|
RecvTensorResponse.Builder |
setTensor(TensorProto.Builder builderForValue)
The tensor as a proto.
|
RecvTensorResponse.Builder |
setTensor(TensorProto value)
The tensor as a proto.
|
RecvTensorResponse.Builder |
setTransportOptions(com.github.os72.protobuf351.Any.Builder builderForValue)
Optional additional information about how to receive the tensor,
e.g.
|
RecvTensorResponse.Builder |
setTransportOptions(com.github.os72.protobuf351.Any value)
Optional additional information about how to receive the tensor,
e.g.
|
RecvTensorResponse.Builder |
setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RecvTensorResponse.Builder>public RecvTensorResponse.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<RecvTensorResponse.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<RecvTensorResponse.Builder>public RecvTensorResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderpublic RecvTensorResponse build()
build in interface com.github.os72.protobuf351.Message.Builderbuild in interface com.github.os72.protobuf351.MessageLite.Builderpublic RecvTensorResponse buildPartial()
buildPartial in interface com.github.os72.protobuf351.Message.BuilderbuildPartial in interface com.github.os72.protobuf351.MessageLite.Builderpublic RecvTensorResponse.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<RecvTensorResponse.Builder>public RecvTensorResponse.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<RecvTensorResponse.Builder>public RecvTensorResponse.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<RecvTensorResponse.Builder>public RecvTensorResponse.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<RecvTensorResponse.Builder>public RecvTensorResponse.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<RecvTensorResponse.Builder>public RecvTensorResponse.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<RecvTensorResponse.Builder>public RecvTensorResponse.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<RecvTensorResponse.Builder>public RecvTensorResponse.Builder mergeFrom(RecvTensorResponse other)
public final boolean isInitialized()
isInitialized in interface com.github.os72.protobuf351.MessageLiteOrBuilderisInitialized in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<RecvTensorResponse.Builder>public RecvTensorResponse.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<RecvTensorResponse.Builder>IOExceptionpublic boolean hasTensor()
The tensor as a proto.
.tensorflow.TensorProto tensor = 1;hasTensor in interface RecvTensorResponseOrBuilderpublic TensorProto getTensor()
The tensor as a proto.
.tensorflow.TensorProto tensor = 1;getTensor in interface RecvTensorResponseOrBuilderpublic RecvTensorResponse.Builder setTensor(TensorProto value)
The tensor as a proto.
.tensorflow.TensorProto tensor = 1;public RecvTensorResponse.Builder setTensor(TensorProto.Builder builderForValue)
The tensor as a proto.
.tensorflow.TensorProto tensor = 1;public RecvTensorResponse.Builder mergeTensor(TensorProto value)
The tensor as a proto.
.tensorflow.TensorProto tensor = 1;public RecvTensorResponse.Builder clearTensor()
The tensor as a proto.
.tensorflow.TensorProto tensor = 1;public TensorProto.Builder getTensorBuilder()
The tensor as a proto.
.tensorflow.TensorProto tensor = 1;public TensorProtoOrBuilder getTensorOrBuilder()
The tensor as a proto.
.tensorflow.TensorProto tensor = 1;getTensorOrBuilder in interface RecvTensorResponseOrBuilderpublic boolean getIsDead()
If true, this tensor was the output of a dead node, and the content is invalid.
bool is_dead = 2;getIsDead in interface RecvTensorResponseOrBuilderpublic RecvTensorResponse.Builder setIsDead(boolean value)
If true, this tensor was the output of a dead node, and the content is invalid.
bool is_dead = 2;public RecvTensorResponse.Builder clearIsDead()
If true, this tensor was the output of a dead node, and the content is invalid.
bool is_dead = 2;public long getSendStartMicros()
The time at which tensor was available and started to be returned.
int64 send_start_micros = 3;getSendStartMicros in interface RecvTensorResponseOrBuilderpublic RecvTensorResponse.Builder setSendStartMicros(long value)
The time at which tensor was available and started to be returned.
int64 send_start_micros = 3;public RecvTensorResponse.Builder clearSendStartMicros()
The time at which tensor was available and started to be returned.
int64 send_start_micros = 3;public boolean hasTransportOptions()
Optional additional information about how to receive the tensor, e.g. in the event that `RecvTensorRequest.dma_ok` was true.
.google.protobuf.Any transport_options = 4;hasTransportOptions in interface RecvTensorResponseOrBuilderpublic com.github.os72.protobuf351.Any getTransportOptions()
Optional additional information about how to receive the tensor, e.g. in the event that `RecvTensorRequest.dma_ok` was true.
.google.protobuf.Any transport_options = 4;getTransportOptions in interface RecvTensorResponseOrBuilderpublic RecvTensorResponse.Builder setTransportOptions(com.github.os72.protobuf351.Any value)
Optional additional information about how to receive the tensor, e.g. in the event that `RecvTensorRequest.dma_ok` was true.
.google.protobuf.Any transport_options = 4;public RecvTensorResponse.Builder setTransportOptions(com.github.os72.protobuf351.Any.Builder builderForValue)
Optional additional information about how to receive the tensor, e.g. in the event that `RecvTensorRequest.dma_ok` was true.
.google.protobuf.Any transport_options = 4;public RecvTensorResponse.Builder mergeTransportOptions(com.github.os72.protobuf351.Any value)
Optional additional information about how to receive the tensor, e.g. in the event that `RecvTensorRequest.dma_ok` was true.
.google.protobuf.Any transport_options = 4;public RecvTensorResponse.Builder clearTransportOptions()
Optional additional information about how to receive the tensor, e.g. in the event that `RecvTensorRequest.dma_ok` was true.
.google.protobuf.Any transport_options = 4;public com.github.os72.protobuf351.Any.Builder getTransportOptionsBuilder()
Optional additional information about how to receive the tensor, e.g. in the event that `RecvTensorRequest.dma_ok` was true.
.google.protobuf.Any transport_options = 4;public com.github.os72.protobuf351.AnyOrBuilder getTransportOptionsOrBuilder()
Optional additional information about how to receive the tensor, e.g. in the event that `RecvTensorRequest.dma_ok` was true.
.google.protobuf.Any transport_options = 4;getTransportOptionsOrBuilder in interface RecvTensorResponseOrBuilderpublic final RecvTensorResponse.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<RecvTensorResponse.Builder>public final RecvTensorResponse.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<RecvTensorResponse.Builder>Copyright © 2018. All rights reserved.