public interface CommandSubscriptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getClientId()
string client_id = 4; |
com.google.protobuf.ByteString |
getClientIdBytes()
string client_id = 4; |
String |
getCommand()
string command = 2; |
com.google.protobuf.ByteString |
getCommandBytes()
string command = 2; |
String |
getComponentName()
string component_name = 3; |
com.google.protobuf.ByteString |
getComponentNameBytes()
string component_name = 3; |
String |
getMessageId()
string message_id = 1; |
com.google.protobuf.ByteString |
getMessageIdBytes()
string message_id = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getMessageId()
string message_id = 1;
com.google.protobuf.ByteString getMessageIdBytes()
string message_id = 1;
String getCommand()
string command = 2;
com.google.protobuf.ByteString getCommandBytes()
string command = 2;
String getComponentName()
string component_name = 3;
com.google.protobuf.ByteString getComponentNameBytes()
string component_name = 3;
String getClientId()
string client_id = 4;
com.google.protobuf.ByteString getClientIdBytes()
string client_id = 4;
Copyright © 2010–2019. All rights reserved.