Class QueueRunnerDef
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.tensorflow.proto.QueueRunnerDef
- All Implemented Interfaces:
Message, MessageLite, MessageLiteOrBuilder, MessageOrBuilder, Serializable, QueueRunnerDefOrBuilder
Protocol buffer representing a QueueRunner.Protobuf type
tensorflow.QueueRunnerDef- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classProtocol buffer representing a QueueRunner.Nested classes/interfaces inherited from class GeneratedMessageV3
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType, BuilderType>, GeneratedMessageV3.ExtendableMessage<MessageType>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType>, GeneratedMessageV3.FieldAccessorTable, GeneratedMessageV3.UnusedPrivateParameterNested classes/interfaces inherited from class AbstractMessageLite
AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class GeneratedMessageV3
alwaysUseFieldBuilders, unknownFieldsFields inherited from class AbstractMessage
memoizedSizeFields inherited from class AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe operation to run to cancel the queue.The operation to run to cancel the queue.The operation to run to close the queue.The operation to run to close the queue.static QueueRunnerDefstatic final Descriptors.DescriptorgetEnqueueOpName(int index) A list of enqueue operations.getEnqueueOpNameBytes(int index) A list of enqueue operations.intA list of enqueue operations.A list of enqueue operations.getQueueClosedExceptionTypes(int index) A list of exception types considered to signal a safely closed queue if raised during enqueue operations.intA list of exception types considered to signal a safely closed queue if raised during enqueue operations.A list of exception types considered to signal a safely closed queue if raised during enqueue operations.intgetQueueClosedExceptionTypesValue(int index) A list of exception types considered to signal a safely closed queue if raised during enqueue operations.A list of exception types considered to signal a safely closed queue if raised during enqueue operations.Queue name.Queue name.intfinal UnknownFieldSetinthashCode()protected GeneratedMessageV3.FieldAccessorTablefinal booleanstatic QueueRunnerDef.Builderstatic QueueRunnerDef.BuildernewBuilder(QueueRunnerDef prototype) protected QueueRunnerDef.Builderprotected Objectstatic QueueRunnerDefparseDelimitedFrom(InputStream input) static QueueRunnerDefparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static QueueRunnerDefparseFrom(byte[] data) static QueueRunnerDefparseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static QueueRunnerDefparseFrom(ByteString data) static QueueRunnerDefparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static QueueRunnerDefparseFrom(CodedInputStream input) static QueueRunnerDefparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static QueueRunnerDefparseFrom(InputStream input) static QueueRunnerDefparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static QueueRunnerDefparseFrom(ByteBuffer data) static QueueRunnerDefparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static Parser<QueueRunnerDef> parser()voidwriteTo(CodedOutputStream output) Methods inherited from class GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringMethods inherited from class AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
-
Field Details
-
QUEUE_NAME_FIELD_NUMBER
public static final int QUEUE_NAME_FIELD_NUMBER- See Also:
-
ENQUEUE_OP_NAME_FIELD_NUMBER
public static final int ENQUEUE_OP_NAME_FIELD_NUMBER- See Also:
-
CLOSE_OP_NAME_FIELD_NUMBER
public static final int CLOSE_OP_NAME_FIELD_NUMBER- See Also:
-
CANCEL_OP_NAME_FIELD_NUMBER
public static final int CANCEL_OP_NAME_FIELD_NUMBER- See Also:
-
QUEUE_CLOSED_EXCEPTION_TYPES_FIELD_NUMBER
public static final int QUEUE_CLOSED_EXCEPTION_TYPES_FIELD_NUMBER- See Also:
-
-
Method Details
-
newInstance
- Overrides:
newInstancein classGeneratedMessageV3
-
getUnknownFields
- Specified by:
getUnknownFieldsin interfaceMessageOrBuilder- Overrides:
getUnknownFieldsin classGeneratedMessageV3
-
getDescriptor
-
internalGetFieldAccessorTable
- Specified by:
internalGetFieldAccessorTablein classGeneratedMessageV3
-
getQueueName
Queue name.
string queue_name = 1;- Specified by:
getQueueNamein interfaceQueueRunnerDefOrBuilder- Returns:
- The queueName.
-
getQueueNameBytes
Queue name.
string queue_name = 1;- Specified by:
getQueueNameBytesin interfaceQueueRunnerDefOrBuilder- Returns:
- The bytes for queueName.
-
getEnqueueOpNameList
A list of enqueue operations.
repeated string enqueue_op_name = 2;- Specified by:
getEnqueueOpNameListin interfaceQueueRunnerDefOrBuilder- Returns:
- A list containing the enqueueOpName.
-
getEnqueueOpNameCount
public int getEnqueueOpNameCount()A list of enqueue operations.
repeated string enqueue_op_name = 2;- Specified by:
getEnqueueOpNameCountin interfaceQueueRunnerDefOrBuilder- Returns:
- The count of enqueueOpName.
-
getEnqueueOpName
A list of enqueue operations.
repeated string enqueue_op_name = 2;- Specified by:
getEnqueueOpNamein interfaceQueueRunnerDefOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The enqueueOpName at the given index.
-
getEnqueueOpNameBytes
A list of enqueue operations.
repeated string enqueue_op_name = 2;- Specified by:
getEnqueueOpNameBytesin interfaceQueueRunnerDefOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the enqueueOpName at the given index.
-
getCloseOpName
The operation to run to close the queue.
string close_op_name = 3;- Specified by:
getCloseOpNamein interfaceQueueRunnerDefOrBuilder- Returns:
- The closeOpName.
-
getCloseOpNameBytes
The operation to run to close the queue.
string close_op_name = 3;- Specified by:
getCloseOpNameBytesin interfaceQueueRunnerDefOrBuilder- Returns:
- The bytes for closeOpName.
-
getCancelOpName
The operation to run to cancel the queue.
string cancel_op_name = 4;- Specified by:
getCancelOpNamein interfaceQueueRunnerDefOrBuilder- Returns:
- The cancelOpName.
-
getCancelOpNameBytes
The operation to run to cancel the queue.
string cancel_op_name = 4;- Specified by:
getCancelOpNameBytesin interfaceQueueRunnerDefOrBuilder- Returns:
- The bytes for cancelOpName.
-
getQueueClosedExceptionTypesList
A list of exception types considered to signal a safely closed queue if raised during enqueue operations.
repeated .tensorflow.error.Code queue_closed_exception_types = 5;- Specified by:
getQueueClosedExceptionTypesListin interfaceQueueRunnerDefOrBuilder- Returns:
- A list containing the queueClosedExceptionTypes.
-
getQueueClosedExceptionTypesCount
public int getQueueClosedExceptionTypesCount()A list of exception types considered to signal a safely closed queue if raised during enqueue operations.
repeated .tensorflow.error.Code queue_closed_exception_types = 5;- Specified by:
getQueueClosedExceptionTypesCountin interfaceQueueRunnerDefOrBuilder- Returns:
- The count of queueClosedExceptionTypes.
-
getQueueClosedExceptionTypes
A list of exception types considered to signal a safely closed queue if raised during enqueue operations.
repeated .tensorflow.error.Code queue_closed_exception_types = 5;- Specified by:
getQueueClosedExceptionTypesin interfaceQueueRunnerDefOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The queueClosedExceptionTypes at the given index.
-
getQueueClosedExceptionTypesValueList
A list of exception types considered to signal a safely closed queue if raised during enqueue operations.
repeated .tensorflow.error.Code queue_closed_exception_types = 5;- Specified by:
getQueueClosedExceptionTypesValueListin interfaceQueueRunnerDefOrBuilder- Returns:
- A list containing the enum numeric values on the wire for queueClosedExceptionTypes.
-
getQueueClosedExceptionTypesValue
public int getQueueClosedExceptionTypesValue(int index) A list of exception types considered to signal a safely closed queue if raised during enqueue operations.
repeated .tensorflow.error.Code queue_closed_exception_types = 5;- Specified by:
getQueueClosedExceptionTypesValuein interfaceQueueRunnerDefOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of queueClosedExceptionTypes at the given index.
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfaceMessageLiteOrBuilder- Overrides:
isInitializedin classGeneratedMessageV3
-
writeTo
- Specified by:
writeToin interfaceMessageLite- Overrides:
writeToin classGeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfaceMessageLite- Overrides:
getSerializedSizein classGeneratedMessageV3
-
equals
- Specified by:
equalsin interfaceMessage- Overrides:
equalsin classAbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceMessage- Overrides:
hashCodein classAbstractMessage
-
parseFrom
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static QueueRunnerDef parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFrom
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static QueueRunnerDef parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFrom
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static QueueRunnerDef parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static QueueRunnerDef parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static QueueRunnerDef parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static QueueRunnerDef parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfaceMessage- Specified by:
newBuilderForTypein interfaceMessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfaceMessage- Specified by:
toBuilderin interfaceMessageLite
-
newBuilderForType
- Specified by:
newBuilderForTypein classGeneratedMessageV3
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfaceMessage- Specified by:
getParserForTypein interfaceMessageLite- Overrides:
getParserForTypein classGeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfaceMessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceMessageOrBuilder
-