public interface ReleaseCallableRequestOrBuilder
extends com.github.os72.protobuf351.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getHandle()
REQUIRED: handle must be returned by a MakeCallable call to the same
master service.
|
String |
getSessionHandle()
REQUIRED: session_handle must be returned by a CreateSession call
to the same master service.
|
com.github.os72.protobuf351.ByteString |
getSessionHandleBytes()
REQUIRED: session_handle must be returned by a CreateSession call
to the same master service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getSessionHandle()
REQUIRED: session_handle must be returned by a CreateSession call to the same master service.
string session_handle = 1;
com.github.os72.protobuf351.ByteString getSessionHandleBytes()
REQUIRED: session_handle must be returned by a CreateSession call to the same master service.
string session_handle = 1;
long getHandle()
REQUIRED: handle must be returned by a MakeCallable call to the same master service.
int64 handle = 2;
Copyright © 2018. All rights reserved.