public interface CommandSubscriptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getClientId()
optional string client_id = 4; |
com.google.protobuf.ByteString |
getClientIdBytes()
optional string client_id = 4; |
String |
getCommand()
optional string command = 2; |
com.google.protobuf.ByteString |
getCommandBytes()
optional string command = 2; |
String |
getComponentName()
optional string component_name = 3; |
com.google.protobuf.ByteString |
getComponentNameBytes()
optional string component_name = 3; |
String |
getMessageId()
optional string message_id = 1; |
com.google.protobuf.ByteString |
getMessageIdBytes()
optional string message_id = 1; |
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 getCommand()
optional string command = 2;
com.google.protobuf.ByteString getCommandBytes()
optional string command = 2;
String getComponentName()
optional string component_name = 3;
com.google.protobuf.ByteString getComponentNameBytes()
optional string component_name = 3;
String getClientId()
optional string client_id = 4;
com.google.protobuf.ByteString getClientIdBytes()
optional string client_id = 4;
Copyright © 2010–2018. All rights reserved.