public interface RegisterGraphResponseOrBuilder
extends com.github.os72.protobuf351.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGraphHandle()
If the registration succeeds, returns an opaque graph_handle to
the master.
|
com.github.os72.protobuf351.ByteString |
getGraphHandleBytes()
If the registration succeeds, returns an opaque graph_handle to
the master.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getGraphHandle()
If the registration succeeds, returns an opaque graph_handle to the master. The master calls RunGraph with graph_handle to compute different steps.
string graph_handle = 1;com.github.os72.protobuf351.ByteString getGraphHandleBytes()
If the registration succeeds, returns an opaque graph_handle to the master. The master calls RunGraph with graph_handle to compute different steps.
string graph_handle = 1;Copyright © 2018. All rights reserved.