public interface QueryUpdateCompleteOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getClientId()
The identifier of the Client instance providing the Update
|
com.google.protobuf.ByteString |
getClientIdBytes()
The identifier of the Client instance providing the Update
|
String |
getComponentName()
The Component Name of the Client providing the Update
|
com.google.protobuf.ByteString |
getComponentNameBytes()
The Component Name of the Client providing the Update
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getClientId()
The identifier of the Client instance providing the Update
string client_id = 2;
com.google.protobuf.ByteString getClientIdBytes()
The identifier of the Client instance providing the Update
string client_id = 2;
String getComponentName()
The Component Name of the Client providing the Update
string component_name = 3;
com.google.protobuf.ByteString getComponentNameBytes()
The Component Name of the Client providing the Update
string component_name = 3;
Copyright © 2010–2020. All rights reserved.