public interface QueryUpdateCompleteExceptionallyOrBuilder
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
|
String |
getErrorCode()
The Code describing the type of Error that occurred
|
com.google.protobuf.ByteString |
getErrorCodeBytes()
The Code describing the type of Error that occurred
|
ErrorMessage |
getErrorMessage()
A detailed description of the error, if available
|
ErrorMessageOrBuilder |
getErrorMessageOrBuilder()
A detailed description of the error, if available
|
boolean |
hasErrorMessage()
A detailed description of the error, if available
|
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;
String getErrorCode()
The Code describing the type of Error that occurred
string error_code = 5;
com.google.protobuf.ByteString getErrorCodeBytes()
The Code describing the type of Error that occurred
string error_code = 5;
boolean hasErrorMessage()
A detailed description of the error, if available
.io.axoniq.axonserver.grpc.ErrorMessage error_message = 6;
ErrorMessage getErrorMessage()
A detailed description of the error, if available
.io.axoniq.axonserver.grpc.ErrorMessage error_message = 6;
ErrorMessageOrBuilder getErrorMessageOrBuilder()
A detailed description of the error, if available
.io.axoniq.axonserver.grpc.ErrorMessage error_message = 6;
Copyright © 2010–2020. All rights reserved.