public static final class DeregisterGraphRequest.Builder extends com.github.os72.protobuf351.GeneratedMessageV3.Builder<DeregisterGraphRequest.Builder> implements DeregisterGraphRequestOrBuilder
tensorflow.DeregisterGraphRequest| Modifier and Type | Method and Description |
|---|---|
DeregisterGraphRequest.Builder |
addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
DeregisterGraphRequest |
build() |
DeregisterGraphRequest |
buildPartial() |
DeregisterGraphRequest.Builder |
clear() |
DeregisterGraphRequest.Builder |
clearCreateWorkerSessionCalled()
Set to true if `CreateWorkerSession` was called for `session_handle`.
|
DeregisterGraphRequest.Builder |
clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field) |
DeregisterGraphRequest.Builder |
clearGraphHandle()
REQUIRED: graph_handle must be returned by a RegisterGraph call
to the same WorkerService.
|
DeregisterGraphRequest.Builder |
clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof) |
DeregisterGraphRequest.Builder |
clearSessionHandle()
The session_handle used when registering the graph.
|
DeregisterGraphRequest.Builder |
clone() |
boolean |
getCreateWorkerSessionCalled()
Set to true if `CreateWorkerSession` was called for `session_handle`.
|
DeregisterGraphRequest |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptorForType() |
String |
getGraphHandle()
REQUIRED: graph_handle must be returned by a RegisterGraph call
to the same WorkerService.
|
com.github.os72.protobuf351.ByteString |
getGraphHandleBytes()
REQUIRED: graph_handle must be returned by a RegisterGraph call
to the same WorkerService.
|
String |
getSessionHandle()
The session_handle used when registering the graph.
|
com.github.os72.protobuf351.ByteString |
getSessionHandleBytes()
The session_handle used when registering the graph.
|
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
DeregisterGraphRequest.Builder |
mergeFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
DeregisterGraphRequest.Builder |
mergeFrom(DeregisterGraphRequest other) |
DeregisterGraphRequest.Builder |
mergeFrom(com.github.os72.protobuf351.Message other) |
DeregisterGraphRequest.Builder |
mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
DeregisterGraphRequest.Builder |
setCreateWorkerSessionCalled(boolean value)
Set to true if `CreateWorkerSession` was called for `session_handle`.
|
DeregisterGraphRequest.Builder |
setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
DeregisterGraphRequest.Builder |
setGraphHandle(String value)
REQUIRED: graph_handle must be returned by a RegisterGraph call
to the same WorkerService.
|
DeregisterGraphRequest.Builder |
setGraphHandleBytes(com.github.os72.protobuf351.ByteString value)
REQUIRED: graph_handle must be returned by a RegisterGraph call
to the same WorkerService.
|
DeregisterGraphRequest.Builder |
setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
int index,
Object value) |
DeregisterGraphRequest.Builder |
setSessionHandle(String value)
The session_handle used when registering the graph.
|
DeregisterGraphRequest.Builder |
setSessionHandleBytes(com.github.os72.protobuf351.ByteString value)
The session_handle used when registering the graph.
|
DeregisterGraphRequest.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<DeregisterGraphRequest.Builder>public DeregisterGraphRequest.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<DeregisterGraphRequest.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<DeregisterGraphRequest.Builder>public DeregisterGraphRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderpublic DeregisterGraphRequest build()
build in interface com.github.os72.protobuf351.Message.Builderbuild in interface com.github.os72.protobuf351.MessageLite.Builderpublic DeregisterGraphRequest buildPartial()
buildPartial in interface com.github.os72.protobuf351.Message.BuilderbuildPartial in interface com.github.os72.protobuf351.MessageLite.Builderpublic DeregisterGraphRequest.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<DeregisterGraphRequest.Builder>public DeregisterGraphRequest.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<DeregisterGraphRequest.Builder>public DeregisterGraphRequest.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<DeregisterGraphRequest.Builder>public DeregisterGraphRequest.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<DeregisterGraphRequest.Builder>public DeregisterGraphRequest.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<DeregisterGraphRequest.Builder>public DeregisterGraphRequest.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<DeregisterGraphRequest.Builder>public DeregisterGraphRequest.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<DeregisterGraphRequest.Builder>public DeregisterGraphRequest.Builder mergeFrom(DeregisterGraphRequest other)
public final boolean isInitialized()
isInitialized in interface com.github.os72.protobuf351.MessageLiteOrBuilderisInitialized in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<DeregisterGraphRequest.Builder>public DeregisterGraphRequest.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<DeregisterGraphRequest.Builder>IOExceptionpublic String getSessionHandle()
The session_handle used when registering the graph. If session_handle is empty, a single global namespace is used.
string session_handle = 2;getSessionHandle in interface DeregisterGraphRequestOrBuilderpublic com.github.os72.protobuf351.ByteString getSessionHandleBytes()
The session_handle used when registering the graph. If session_handle is empty, a single global namespace is used.
string session_handle = 2;getSessionHandleBytes in interface DeregisterGraphRequestOrBuilderpublic DeregisterGraphRequest.Builder setSessionHandle(String value)
The session_handle used when registering the graph. If session_handle is empty, a single global namespace is used.
string session_handle = 2;public DeregisterGraphRequest.Builder clearSessionHandle()
The session_handle used when registering the graph. If session_handle is empty, a single global namespace is used.
string session_handle = 2;public DeregisterGraphRequest.Builder setSessionHandleBytes(com.github.os72.protobuf351.ByteString value)
The session_handle used when registering the graph. If session_handle is empty, a single global namespace is used.
string session_handle = 2;public boolean getCreateWorkerSessionCalled()
Set to true if `CreateWorkerSession` was called for `session_handle`.
bool create_worker_session_called = 3;getCreateWorkerSessionCalled in interface DeregisterGraphRequestOrBuilderpublic DeregisterGraphRequest.Builder setCreateWorkerSessionCalled(boolean value)
Set to true if `CreateWorkerSession` was called for `session_handle`.
bool create_worker_session_called = 3;public DeregisterGraphRequest.Builder clearCreateWorkerSessionCalled()
Set to true if `CreateWorkerSession` was called for `session_handle`.
bool create_worker_session_called = 3;public String getGraphHandle()
REQUIRED: graph_handle must be returned by a RegisterGraph call to the same WorkerService.
string graph_handle = 1;getGraphHandle in interface DeregisterGraphRequestOrBuilderpublic com.github.os72.protobuf351.ByteString getGraphHandleBytes()
REQUIRED: graph_handle must be returned by a RegisterGraph call to the same WorkerService.
string graph_handle = 1;getGraphHandleBytes in interface DeregisterGraphRequestOrBuilderpublic DeregisterGraphRequest.Builder setGraphHandle(String value)
REQUIRED: graph_handle must be returned by a RegisterGraph call to the same WorkerService.
string graph_handle = 1;public DeregisterGraphRequest.Builder clearGraphHandle()
REQUIRED: graph_handle must be returned by a RegisterGraph call to the same WorkerService.
string graph_handle = 1;public DeregisterGraphRequest.Builder setGraphHandleBytes(com.github.os72.protobuf351.ByteString value)
REQUIRED: graph_handle must be returned by a RegisterGraph call to the same WorkerService.
string graph_handle = 1;public final DeregisterGraphRequest.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<DeregisterGraphRequest.Builder>public final DeregisterGraphRequest.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<DeregisterGraphRequest.Builder>Copyright © 2018. All rights reserved.