public interface QueryCompleteOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getMessageId()
A unique identifier for this message
|
com.google.protobuf.ByteString |
getMessageIdBytes()
A unique identifier for this message
|
String |
getRequestId()
The identifier of the incoming query to complete
|
com.google.protobuf.ByteString |
getRequestIdBytes()
The identifier of the incoming query to complete
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getMessageId()
A unique identifier for this message
string message_id = 1;
com.google.protobuf.ByteString getMessageIdBytes()
A unique identifier for this message
string message_id = 1;
String getRequestId()
The identifier of the incoming query to complete
string request_id = 2;
com.google.protobuf.ByteString getRequestIdBytes()
The identifier of the incoming query to complete
string request_id = 2;
Copyright © 2010–2020. All rights reserved.