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 |
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 |
hasPayload()
The object representing the Update
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String 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;
Copyright © 2010–2020. All rights reserved.