public static final class QueryUpdate.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<QueryUpdate.Builder> implements QueryUpdateOrBuilder
A message containing an Update of a Query Subscription ResponseProtobuf type
io.axoniq.axonserver.grpc.query.QueryUpdate| Modifier and Type | Method and Description |
|---|---|
QueryUpdate.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
QueryUpdate |
build() |
QueryUpdate |
buildPartial() |
QueryUpdate.Builder |
clear() |
QueryUpdate.Builder |
clearClientId()
The identifier of the Client instance providing the Update
|
QueryUpdate.Builder |
clearComponentName()
The Component Name of the Client providing the Update
|
QueryUpdate.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
QueryUpdate.Builder |
clearMessageIdentifier()
The unique identifier of this Update
|
QueryUpdate.Builder |
clearMetaData() |
QueryUpdate.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
QueryUpdate.Builder |
clearPayload()
The object representing the Update
|
QueryUpdate.Builder |
clone() |
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
|
QueryUpdate |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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
|
Map<String,MetaDataValue> |
getMutableMetaData()
Deprecated.
|
SerializedObject |
getPayload()
The object representing the Update
|
SerializedObject.Builder |
getPayloadBuilder()
The object representing the Update
|
SerializedObjectOrBuilder |
getPayloadOrBuilder()
The object representing the Update
|
boolean |
hasPayload()
The object representing the Update
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
QueryUpdate.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
QueryUpdate.Builder |
mergeFrom(com.google.protobuf.Message other) |
QueryUpdate.Builder |
mergeFrom(QueryUpdate other) |
QueryUpdate.Builder |
mergePayload(SerializedObject value)
The object representing the Update
|
QueryUpdate.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
QueryUpdate.Builder |
putAllMetaData(Map<String,MetaDataValue> values)
Meta Data providing contextual information of the Update
|
QueryUpdate.Builder |
putMetaData(String key,
MetaDataValue value)
Meta Data providing contextual information of the Update
|
QueryUpdate.Builder |
removeMetaData(String key)
Meta Data providing contextual information of the Update
|
QueryUpdate.Builder |
setClientId(String value)
The identifier of the Client instance providing the Update
|
QueryUpdate.Builder |
setClientIdBytes(com.google.protobuf.ByteString value)
The identifier of the Client instance providing the Update
|
QueryUpdate.Builder |
setComponentName(String value)
The Component Name of the Client providing the Update
|
QueryUpdate.Builder |
setComponentNameBytes(com.google.protobuf.ByteString value)
The Component Name of the Client providing the Update
|
QueryUpdate.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
QueryUpdate.Builder |
setMessageIdentifier(String value)
The unique identifier of this Update
|
QueryUpdate.Builder |
setMessageIdentifierBytes(com.google.protobuf.ByteString value)
The unique identifier of this Update
|
QueryUpdate.Builder |
setPayload(SerializedObject.Builder builderForValue)
The object representing the Update
|
QueryUpdate.Builder |
setPayload(SerializedObject value)
The object representing the Update
|
QueryUpdate.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
QueryUpdate.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<QueryUpdate.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<QueryUpdate.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<QueryUpdate.Builder>public QueryUpdate.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<QueryUpdate.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<QueryUpdate.Builder>public QueryUpdate getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic QueryUpdate build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic QueryUpdate buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic QueryUpdate.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<QueryUpdate.Builder>public QueryUpdate.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<QueryUpdate.Builder>public QueryUpdate.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<QueryUpdate.Builder>public QueryUpdate.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<QueryUpdate.Builder>public QueryUpdate.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<QueryUpdate.Builder>public QueryUpdate.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<QueryUpdate.Builder>public QueryUpdate.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<QueryUpdate.Builder>public QueryUpdate.Builder mergeFrom(QueryUpdate other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<QueryUpdate.Builder>public QueryUpdate.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<QueryUpdate.Builder>IOExceptionpublic String getMessageIdentifier()
The unique identifier of this Update
string message_identifier = 2;getMessageIdentifier in interface QueryUpdateOrBuilderpublic com.google.protobuf.ByteString getMessageIdentifierBytes()
The unique identifier of this Update
string message_identifier = 2;getMessageIdentifierBytes in interface QueryUpdateOrBuilderpublic QueryUpdate.Builder setMessageIdentifier(String value)
The unique identifier of this Update
string message_identifier = 2;public QueryUpdate.Builder clearMessageIdentifier()
The unique identifier of this Update
string message_identifier = 2;public QueryUpdate.Builder setMessageIdentifierBytes(com.google.protobuf.ByteString value)
The unique identifier of this Update
string message_identifier = 2;public boolean hasPayload()
The object representing the Update
.io.axoniq.axonserver.grpc.SerializedObject payload = 3;hasPayload in interface QueryUpdateOrBuilderpublic SerializedObject getPayload()
The object representing the Update
.io.axoniq.axonserver.grpc.SerializedObject payload = 3;getPayload in interface QueryUpdateOrBuilderpublic QueryUpdate.Builder setPayload(SerializedObject value)
The object representing the Update
.io.axoniq.axonserver.grpc.SerializedObject payload = 3;public QueryUpdate.Builder setPayload(SerializedObject.Builder builderForValue)
The object representing the Update
.io.axoniq.axonserver.grpc.SerializedObject payload = 3;public QueryUpdate.Builder mergePayload(SerializedObject value)
The object representing the Update
.io.axoniq.axonserver.grpc.SerializedObject payload = 3;public QueryUpdate.Builder clearPayload()
The object representing the Update
.io.axoniq.axonserver.grpc.SerializedObject payload = 3;public SerializedObject.Builder getPayloadBuilder()
The object representing the Update
.io.axoniq.axonserver.grpc.SerializedObject payload = 3;public SerializedObjectOrBuilder getPayloadOrBuilder()
The object representing the Update
.io.axoniq.axonserver.grpc.SerializedObject payload = 3;getPayloadOrBuilder in interface QueryUpdateOrBuilderpublic int getMetaDataCount()
QueryUpdateOrBuilderMeta Data providing contextual information of the Update
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 4;getMetaDataCount in interface QueryUpdateOrBuilderpublic boolean containsMetaData(String key)
Meta Data providing contextual information of the Update
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 4;containsMetaData in interface QueryUpdateOrBuilder@Deprecated public Map<String,MetaDataValue> getMetaData()
getMetaDataMap() instead.getMetaData in interface QueryUpdateOrBuilderpublic Map<String,MetaDataValue> getMetaDataMap()
Meta Data providing contextual information of the Update
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 4;getMetaDataMap in interface QueryUpdateOrBuilderpublic MetaDataValue getMetaDataOrDefault(String key, MetaDataValue defaultValue)
Meta Data providing contextual information of the Update
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 4;getMetaDataOrDefault in interface QueryUpdateOrBuilderpublic MetaDataValue getMetaDataOrThrow(String key)
Meta Data providing contextual information of the Update
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 4;getMetaDataOrThrow in interface QueryUpdateOrBuilderpublic QueryUpdate.Builder clearMetaData()
public QueryUpdate.Builder removeMetaData(String key)
Meta Data providing contextual information of the Update
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 4;@Deprecated public Map<String,MetaDataValue> getMutableMetaData()
public QueryUpdate.Builder putMetaData(String key, MetaDataValue value)
Meta Data providing contextual information of the Update
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 4;public QueryUpdate.Builder putAllMetaData(Map<String,MetaDataValue> values)
Meta Data providing contextual information of the Update
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 4;public String getClientId()
The identifier of the Client instance providing the Update
string client_id = 5;getClientId in interface QueryUpdateOrBuilderpublic com.google.protobuf.ByteString getClientIdBytes()
The identifier of the Client instance providing the Update
string client_id = 5;getClientIdBytes in interface QueryUpdateOrBuilderpublic QueryUpdate.Builder setClientId(String value)
The identifier of the Client instance providing the Update
string client_id = 5;public QueryUpdate.Builder clearClientId()
The identifier of the Client instance providing the Update
string client_id = 5;public QueryUpdate.Builder setClientIdBytes(com.google.protobuf.ByteString value)
The identifier of the Client instance providing the Update
string client_id = 5;public String getComponentName()
The Component Name of the Client providing the Update
string component_name = 6;getComponentName in interface QueryUpdateOrBuilderpublic com.google.protobuf.ByteString getComponentNameBytes()
The Component Name of the Client providing the Update
string component_name = 6;getComponentNameBytes in interface QueryUpdateOrBuilderpublic QueryUpdate.Builder setComponentName(String value)
The Component Name of the Client providing the Update
string component_name = 6;public QueryUpdate.Builder clearComponentName()
The Component Name of the Client providing the Update
string component_name = 6;public QueryUpdate.Builder setComponentNameBytes(com.google.protobuf.ByteString value)
The Component Name of the Client providing the Update
string component_name = 6;public final QueryUpdate.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<QueryUpdate.Builder>public final QueryUpdate.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<QueryUpdate.Builder>Copyright © 2010–2020. All rights reserved.