public static final class EagerServiceOuterClass.CreateContextResponse.Builder extends com.github.os72.protobuf351.GeneratedMessageV3.Builder<EagerServiceOuterClass.CreateContextResponse.Builder> implements EagerServiceOuterClass.CreateContextResponseOrBuilder
tensorflow.eager.CreateContextResponse
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public 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<EagerServiceOuterClass.CreateContextResponse.Builder>
public EagerServiceOuterClass.CreateContextResponse.Builder clear()
clear
in interface com.github.os72.protobuf351.Message.Builder
clear
in interface com.github.os72.protobuf351.MessageLite.Builder
clear
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<EagerServiceOuterClass.CreateContextResponse.Builder>
public com.github.os72.protobuf351.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.github.os72.protobuf351.Message.Builder
getDescriptorForType
in interface com.github.os72.protobuf351.MessageOrBuilder
getDescriptorForType
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<EagerServiceOuterClass.CreateContextResponse.Builder>
public EagerServiceOuterClass.CreateContextResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.github.os72.protobuf351.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.github.os72.protobuf351.MessageOrBuilder
public EagerServiceOuterClass.CreateContextResponse build()
build
in interface com.github.os72.protobuf351.Message.Builder
build
in interface com.github.os72.protobuf351.MessageLite.Builder
public EagerServiceOuterClass.CreateContextResponse buildPartial()
buildPartial
in interface com.github.os72.protobuf351.Message.Builder
buildPartial
in interface com.github.os72.protobuf351.MessageLite.Builder
public EagerServiceOuterClass.CreateContextResponse.Builder clone()
clone
in interface com.github.os72.protobuf351.Message.Builder
clone
in interface com.github.os72.protobuf351.MessageLite.Builder
clone
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<EagerServiceOuterClass.CreateContextResponse.Builder>
public EagerServiceOuterClass.CreateContextResponse.Builder setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.github.os72.protobuf351.Message.Builder
setField
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<EagerServiceOuterClass.CreateContextResponse.Builder>
public EagerServiceOuterClass.CreateContextResponse.Builder clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field)
clearField
in interface com.github.os72.protobuf351.Message.Builder
clearField
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<EagerServiceOuterClass.CreateContextResponse.Builder>
public EagerServiceOuterClass.CreateContextResponse.Builder clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.github.os72.protobuf351.Message.Builder
clearOneof
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<EagerServiceOuterClass.CreateContextResponse.Builder>
public EagerServiceOuterClass.CreateContextResponse.Builder setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.github.os72.protobuf351.Message.Builder
setRepeatedField
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<EagerServiceOuterClass.CreateContextResponse.Builder>
public EagerServiceOuterClass.CreateContextResponse.Builder addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.github.os72.protobuf351.Message.Builder
addRepeatedField
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<EagerServiceOuterClass.CreateContextResponse.Builder>
public EagerServiceOuterClass.CreateContextResponse.Builder mergeFrom(com.github.os72.protobuf351.Message other)
mergeFrom
in interface com.github.os72.protobuf351.Message.Builder
mergeFrom
in class com.github.os72.protobuf351.AbstractMessage.Builder<EagerServiceOuterClass.CreateContextResponse.Builder>
public EagerServiceOuterClass.CreateContextResponse.Builder mergeFrom(EagerServiceOuterClass.CreateContextResponse other)
public final boolean isInitialized()
isInitialized
in interface com.github.os72.protobuf351.MessageLiteOrBuilder
isInitialized
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<EagerServiceOuterClass.CreateContextResponse.Builder>
public EagerServiceOuterClass.CreateContextResponse.Builder mergeFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.github.os72.protobuf351.Message.Builder
mergeFrom
in interface com.github.os72.protobuf351.MessageLite.Builder
mergeFrom
in class com.github.os72.protobuf351.AbstractMessage.Builder<EagerServiceOuterClass.CreateContextResponse.Builder>
IOException
public long getContextId()
The ID of the created context. This is usually a randomly generated number, that will be used to identify the context in future requests to the service. Contexts are not persisted through server restarts.
fixed64 context_id = 1;
getContextId
in interface EagerServiceOuterClass.CreateContextResponseOrBuilder
public EagerServiceOuterClass.CreateContextResponse.Builder setContextId(long value)
The ID of the created context. This is usually a randomly generated number, that will be used to identify the context in future requests to the service. Contexts are not persisted through server restarts.
fixed64 context_id = 1;
public EagerServiceOuterClass.CreateContextResponse.Builder clearContextId()
The ID of the created context. This is usually a randomly generated number, that will be used to identify the context in future requests to the service. Contexts are not persisted through server restarts.
fixed64 context_id = 1;
public List<DeviceAttributes> getDeviceAttributesList()
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;
getDeviceAttributesList
in interface EagerServiceOuterClass.CreateContextResponseOrBuilder
public int getDeviceAttributesCount()
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;
getDeviceAttributesCount
in interface EagerServiceOuterClass.CreateContextResponseOrBuilder
public DeviceAttributes getDeviceAttributes(int index)
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;
getDeviceAttributes
in interface EagerServiceOuterClass.CreateContextResponseOrBuilder
public EagerServiceOuterClass.CreateContextResponse.Builder setDeviceAttributes(int index, DeviceAttributes value)
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;
public EagerServiceOuterClass.CreateContextResponse.Builder setDeviceAttributes(int index, DeviceAttributes.Builder builderForValue)
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;
public EagerServiceOuterClass.CreateContextResponse.Builder addDeviceAttributes(DeviceAttributes value)
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;
public EagerServiceOuterClass.CreateContextResponse.Builder addDeviceAttributes(int index, DeviceAttributes value)
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;
public EagerServiceOuterClass.CreateContextResponse.Builder addDeviceAttributes(DeviceAttributes.Builder builderForValue)
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;
public EagerServiceOuterClass.CreateContextResponse.Builder addDeviceAttributes(int index, DeviceAttributes.Builder builderForValue)
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;
public EagerServiceOuterClass.CreateContextResponse.Builder addAllDeviceAttributes(Iterable<? extends DeviceAttributes> values)
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;
public EagerServiceOuterClass.CreateContextResponse.Builder clearDeviceAttributes()
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;
public EagerServiceOuterClass.CreateContextResponse.Builder removeDeviceAttributes(int index)
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;
public DeviceAttributes.Builder getDeviceAttributesBuilder(int index)
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;
public DeviceAttributesOrBuilder getDeviceAttributesOrBuilder(int index)
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;
getDeviceAttributesOrBuilder
in interface EagerServiceOuterClass.CreateContextResponseOrBuilder
public List<? extends DeviceAttributesOrBuilder> getDeviceAttributesOrBuilderList()
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;
getDeviceAttributesOrBuilderList
in interface EagerServiceOuterClass.CreateContextResponseOrBuilder
public DeviceAttributes.Builder addDeviceAttributesBuilder()
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;
public DeviceAttributes.Builder addDeviceAttributesBuilder(int index)
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;
public List<DeviceAttributes.Builder> getDeviceAttributesBuilderList()
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;
public final EagerServiceOuterClass.CreateContextResponse.Builder setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.github.os72.protobuf351.Message.Builder
setUnknownFields
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<EagerServiceOuterClass.CreateContextResponse.Builder>
public final EagerServiceOuterClass.CreateContextResponse.Builder mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.github.os72.protobuf351.Message.Builder
mergeUnknownFields
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<EagerServiceOuterClass.CreateContextResponse.Builder>
Copyright © 2018. All rights reserved.