public interface QueryUpdateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsMetaData(String key)
Meta Data providing contextual information of the Update
|
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()
An Error Code identifying the type of error, if any
|
com.google.protobuf.ByteString |
getErrorCodeBytes()
An Error Code identifying the type of error, if any
|
ErrorMessage |
getErrorMessage()
A detailed description of the error, if any
|
ErrorMessageOrBuilder |
getErrorMessageOrBuilder()
A detailed description of the error, if any
|
String |
getMessageIdentifier()
The unique identifier of this Update
|
com.google.protobuf.ByteString |
getMessageIdentifierBytes()
The unique identifier of this Update
|
Map<String,MetaDataValue> |
getMetaData()
Deprecated.
|
int |
getMetaDataCount()
Meta Data providing contextual information of the Update
|
Map<String,MetaDataValue> |
getMetaDataMap()
Meta Data providing contextual information of the Update
|
MetaDataValue |
getMetaDataOrDefault(String key,
MetaDataValue defaultValue)
Meta Data providing contextual information of the Update
|
MetaDataValue |
getMetaDataOrThrow(String key)
Meta Data providing contextual information of the Update
|
SerializedObject |
getPayload()
The object representing the Update
|
SerializedObjectOrBuilder |
getPayloadOrBuilder()
The object representing the Update
|
boolean |
hasErrorMessage()
A detailed description of the error, if any
|
boolean |
hasPayload()
The object representing the Update
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMessageIdentifier()
The unique identifier of this Update
string message_identifier = 2;com.google.protobuf.ByteString getMessageIdentifierBytes()
The unique identifier of this Update
string message_identifier = 2;boolean hasPayload()
The object representing the Update
.io.axoniq.axonserver.grpc.SerializedObject payload = 3;SerializedObject getPayload()
The object representing the Update
.io.axoniq.axonserver.grpc.SerializedObject payload = 3;SerializedObjectOrBuilder getPayloadOrBuilder()
The object representing the Update
.io.axoniq.axonserver.grpc.SerializedObject payload = 3;int getMetaDataCount()
Meta Data providing contextual information of the Update
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 4;boolean containsMetaData(String key)
Meta Data providing contextual information of the Update
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 4;@Deprecated Map<String,MetaDataValue> getMetaData()
getMetaDataMap() instead.Map<String,MetaDataValue> getMetaDataMap()
Meta Data providing contextual information of the Update
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 4;MetaDataValue getMetaDataOrDefault(String key, MetaDataValue defaultValue)
Meta Data providing contextual information of the Update
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 4;MetaDataValue getMetaDataOrThrow(String key)
Meta Data providing contextual information of the Update
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 4;String getClientId()
The identifier of the Client instance providing the Update
string client_id = 5;com.google.protobuf.ByteString getClientIdBytes()
The identifier of the Client instance providing the Update
string client_id = 5;String getComponentName()
The Component Name of the Client providing the Update
string component_name = 6;com.google.protobuf.ByteString getComponentNameBytes()
The Component Name of the Client providing the Update
string component_name = 6;String getErrorCode()
An Error Code identifying the type of error, if any
string error_code = 7;com.google.protobuf.ByteString getErrorCodeBytes()
An Error Code identifying the type of error, if any
string error_code = 7;boolean hasErrorMessage()
A detailed description of the error, if any
.io.axoniq.axonserver.grpc.ErrorMessage error_message = 8;ErrorMessage getErrorMessage()
A detailed description of the error, if any
.io.axoniq.axonserver.grpc.ErrorMessage error_message = 8;ErrorMessageOrBuilder getErrorMessageOrBuilder()
A detailed description of the error, if any
.io.axoniq.axonserver.grpc.ErrorMessage error_message = 8;Copyright © 2020–2022 AxonIQ BV. All rights reserved.