Interface Protocol.CallInvocationIdCompletionNotificationMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Protocol.CallInvocationIdCompletionNotificationMessage
,Protocol.CallInvocationIdCompletionNotificationMessage.Builder
- Enclosing class:
Protocol
public static interface Protocol.CallInvocationIdCompletionNotificationMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
uint32 completion_id = 1;
string invocation_id = 16;
com.google.protobuf.ByteString
string invocation_id = 16;
Methods 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
-
getCompletionId
int getCompletionId()uint32 completion_id = 1;
- Returns:
- The completionId.
-
getInvocationId
String getInvocationId()string invocation_id = 16;
- Returns:
- The invocationId.
-
getInvocationIdBytes
com.google.protobuf.ByteString getInvocationIdBytes()string invocation_id = 16;
- Returns:
- The bytes for invocationId.
-