Interface Protocol.CancelInvocationEntryMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Protocol.CancelInvocationEntryMessage
,Protocol.CancelInvocationEntryMessage.Builder
- Enclosing class:
Protocol
public static interface Protocol.CancelInvocationEntryMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
Target index of the call/one way call journal entry in this journal.Target invocation id to cancelcom.google.protobuf.ByteString
Target invocation id to cancelgetName()
Entry namecom.google.protobuf.ByteString
Entry nameboolean
Target index of the call/one way call journal entry in this journal.boolean
Target invocation id to cancelMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasInvocationId
boolean hasInvocationId()Target invocation id to cancel
string invocation_id = 1;
- Returns:
- Whether the invocationId field is set.
-
getInvocationId
String getInvocationId()Target invocation id to cancel
string invocation_id = 1;
- Returns:
- The invocationId.
-
getInvocationIdBytes
com.google.protobuf.ByteString getInvocationIdBytes()Target invocation id to cancel
string invocation_id = 1;
- Returns:
- The bytes for invocationId.
-
hasCallEntryIndex
boolean hasCallEntryIndex()Target index of the call/one way call journal entry in this journal.
uint32 call_entry_index = 2;
- Returns:
- Whether the callEntryIndex field is set.
-
getCallEntryIndex
int getCallEntryIndex()Target index of the call/one way call journal entry in this journal.
uint32 call_entry_index = 2;
- Returns:
- The callEntryIndex.
-
getName
String getName()Entry name
string name = 12;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Entry name
string name = 12;
- Returns:
- The bytes for name.
-
getTargetCase
Protocol.CancelInvocationEntryMessage.TargetCase getTargetCase()
-