public interface QuerySubscriptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getClientId()
optional string client_id = 5; |
com.google.protobuf.ByteString |
getClientIdBytes()
optional string client_id = 5; |
String |
getComponentName()
optional string component_name = 4; |
com.google.protobuf.ByteString |
getComponentNameBytes()
optional string component_name = 4; |
String |
getMessageId()
optional string message_id = 1; |
com.google.protobuf.ByteString |
getMessageIdBytes()
optional string message_id = 1; |
int |
getNrOfHandlers()
optional int32 nr_of_handlers = 6; |
String |
getQuery()
optional string query = 2; |
com.google.protobuf.ByteString |
getQueryBytes()
optional string query = 2; |
String |
getResultName()
optional string result_name = 3; |
com.google.protobuf.ByteString |
getResultNameBytes()
optional string result_name = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getMessageId()
optional string message_id = 1;
com.google.protobuf.ByteString getMessageIdBytes()
optional string message_id = 1;
String getQuery()
optional string query = 2;
com.google.protobuf.ByteString getQueryBytes()
optional string query = 2;
String getResultName()
optional string result_name = 3;
com.google.protobuf.ByteString getResultNameBytes()
optional string result_name = 3;
String getComponentName()
optional string component_name = 4;
com.google.protobuf.ByteString getComponentNameBytes()
optional string component_name = 4;
String getClientId()
optional string client_id = 5;
com.google.protobuf.ByteString getClientIdBytes()
optional string client_id = 5;
int getNrOfHandlers()
optional int32 nr_of_handlers = 6;
Copyright © 2010–2018. All rights reserved.