public static final class QueryRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<QueryRequest.Builder> implements QueryRequestOrBuilder
Message representing an incoming QueryProtobuf type
io.axoniq.axonserver.grpc.query.QueryRequest| Modifier and Type | Method and Description |
|---|---|
QueryRequest.Builder |
addAllProcessingInstructions(Iterable<? extends ProcessingInstruction> values)
Any instructions for components Routing or Handling the Query
|
QueryRequest.Builder |
addProcessingInstructions(int index,
ProcessingInstruction.Builder builderForValue)
Any instructions for components Routing or Handling the Query
|
QueryRequest.Builder |
addProcessingInstructions(int index,
ProcessingInstruction value)
Any instructions for components Routing or Handling the Query
|
QueryRequest.Builder |
addProcessingInstructions(ProcessingInstruction.Builder builderForValue)
Any instructions for components Routing or Handling the Query
|
QueryRequest.Builder |
addProcessingInstructions(ProcessingInstruction value)
Any instructions for components Routing or Handling the Query
|
ProcessingInstruction.Builder |
addProcessingInstructionsBuilder()
Any instructions for components Routing or Handling the Query
|
ProcessingInstruction.Builder |
addProcessingInstructionsBuilder(int index)
Any instructions for components Routing or Handling the Query
|
QueryRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
QueryRequest |
build() |
QueryRequest |
buildPartial() |
QueryRequest.Builder |
clear() |
QueryRequest.Builder |
clearClientId()
The unique identifier of the client instance dispatching the query
|
QueryRequest.Builder |
clearComponentName()
The Name of the Component dispatching the query
|
QueryRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
QueryRequest.Builder |
clearMessageIdentifier()
The message ID of the incoming Query
|
QueryRequest.Builder |
clearMetaData() |
QueryRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
QueryRequest.Builder |
clearPayload()
A payload accompanying the Query
|
QueryRequest.Builder |
clearProcessingInstructions()
Any instructions for components Routing or Handling the Query
|
QueryRequest.Builder |
clearQuery()
The name of the Query to execute
|
QueryRequest.Builder |
clearResponseType()
An object describing the expectations of the Response Type
|
QueryRequest.Builder |
clearTimestamp()
The timestamp of the Query creation
|
QueryRequest.Builder |
clone() |
boolean |
containsMetaData(String key)
Meta Data providing contextual information of the Query
|
String |
getClientId()
The unique identifier of the client instance dispatching the query
|
com.google.protobuf.ByteString |
getClientIdBytes()
The unique identifier of the client instance dispatching the query
|
String |
getComponentName()
The Name of the Component dispatching the query
|
com.google.protobuf.ByteString |
getComponentNameBytes()
The Name of the Component dispatching the query
|
QueryRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getMessageIdentifier()
The message ID of the incoming Query
|
com.google.protobuf.ByteString |
getMessageIdentifierBytes()
The message ID of the incoming Query
|
Map<String,MetaDataValue> |
getMetaData()
Deprecated.
|
int |
getMetaDataCount()
Meta Data providing contextual information of the Query
|
Map<String,MetaDataValue> |
getMetaDataMap()
Meta Data providing contextual information of the Query
|
MetaDataValue |
getMetaDataOrDefault(String key,
MetaDataValue defaultValue)
Meta Data providing contextual information of the Query
|
MetaDataValue |
getMetaDataOrThrow(String key)
Meta Data providing contextual information of the Query
|
Map<String,MetaDataValue> |
getMutableMetaData()
Deprecated.
|
SerializedObject |
getPayload()
A payload accompanying the Query
|
SerializedObject.Builder |
getPayloadBuilder()
A payload accompanying the Query
|
SerializedObjectOrBuilder |
getPayloadOrBuilder()
A payload accompanying the Query
|
ProcessingInstruction |
getProcessingInstructions(int index)
Any instructions for components Routing or Handling the Query
|
ProcessingInstruction.Builder |
getProcessingInstructionsBuilder(int index)
Any instructions for components Routing or Handling the Query
|
List<ProcessingInstruction.Builder> |
getProcessingInstructionsBuilderList()
Any instructions for components Routing or Handling the Query
|
int |
getProcessingInstructionsCount()
Any instructions for components Routing or Handling the Query
|
List<ProcessingInstruction> |
getProcessingInstructionsList()
Any instructions for components Routing or Handling the Query
|
ProcessingInstructionOrBuilder |
getProcessingInstructionsOrBuilder(int index)
Any instructions for components Routing or Handling the Query
|
List<? extends ProcessingInstructionOrBuilder> |
getProcessingInstructionsOrBuilderList()
Any instructions for components Routing or Handling the Query
|
String |
getQuery()
The name of the Query to execute
|
com.google.protobuf.ByteString |
getQueryBytes()
The name of the Query to execute
|
SerializedObject |
getResponseType()
An object describing the expectations of the Response Type
|
SerializedObject.Builder |
getResponseTypeBuilder()
An object describing the expectations of the Response Type
|
SerializedObjectOrBuilder |
getResponseTypeOrBuilder()
An object describing the expectations of the Response Type
|
long |
getTimestamp()
The timestamp of the Query creation
|
boolean |
hasPayload()
A payload accompanying the Query
|
boolean |
hasResponseType()
An object describing the expectations of the Response Type
|
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() |
QueryRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
QueryRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
QueryRequest.Builder |
mergeFrom(QueryRequest other) |
QueryRequest.Builder |
mergePayload(SerializedObject value)
A payload accompanying the Query
|
QueryRequest.Builder |
mergeResponseType(SerializedObject value)
An object describing the expectations of the Response Type
|
QueryRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
QueryRequest.Builder |
putAllMetaData(Map<String,MetaDataValue> values)
Meta Data providing contextual information of the Query
|
QueryRequest.Builder |
putMetaData(String key,
MetaDataValue value)
Meta Data providing contextual information of the Query
|
QueryRequest.Builder |
removeMetaData(String key)
Meta Data providing contextual information of the Query
|
QueryRequest.Builder |
removeProcessingInstructions(int index)
Any instructions for components Routing or Handling the Query
|
QueryRequest.Builder |
setClientId(String value)
The unique identifier of the client instance dispatching the query
|
QueryRequest.Builder |
setClientIdBytes(com.google.protobuf.ByteString value)
The unique identifier of the client instance dispatching the query
|
QueryRequest.Builder |
setComponentName(String value)
The Name of the Component dispatching the query
|
QueryRequest.Builder |
setComponentNameBytes(com.google.protobuf.ByteString value)
The Name of the Component dispatching the query
|
QueryRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
QueryRequest.Builder |
setMessageIdentifier(String value)
The message ID of the incoming Query
|
QueryRequest.Builder |
setMessageIdentifierBytes(com.google.protobuf.ByteString value)
The message ID of the incoming Query
|
QueryRequest.Builder |
setPayload(SerializedObject.Builder builderForValue)
A payload accompanying the Query
|
QueryRequest.Builder |
setPayload(SerializedObject value)
A payload accompanying the Query
|
QueryRequest.Builder |
setProcessingInstructions(int index,
ProcessingInstruction.Builder builderForValue)
Any instructions for components Routing or Handling the Query
|
QueryRequest.Builder |
setProcessingInstructions(int index,
ProcessingInstruction value)
Any instructions for components Routing or Handling the Query
|
QueryRequest.Builder |
setQuery(String value)
The name of the Query to execute
|
QueryRequest.Builder |
setQueryBytes(com.google.protobuf.ByteString value)
The name of the Query to execute
|
QueryRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
QueryRequest.Builder |
setResponseType(SerializedObject.Builder builderForValue)
An object describing the expectations of the Response Type
|
QueryRequest.Builder |
setResponseType(SerializedObject value)
An object describing the expectations of the Response Type
|
QueryRequest.Builder |
setTimestamp(long value)
The timestamp of the Query creation
|
QueryRequest.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<QueryRequest.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<QueryRequest.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<QueryRequest.Builder>public QueryRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<QueryRequest.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<QueryRequest.Builder>public QueryRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic QueryRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic QueryRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic QueryRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<QueryRequest.Builder>public QueryRequest.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<QueryRequest.Builder>public QueryRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<QueryRequest.Builder>public QueryRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<QueryRequest.Builder>public QueryRequest.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<QueryRequest.Builder>public QueryRequest.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<QueryRequest.Builder>public QueryRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<QueryRequest.Builder>public QueryRequest.Builder mergeFrom(QueryRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<QueryRequest.Builder>public QueryRequest.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<QueryRequest.Builder>IOExceptionpublic String getMessageIdentifier()
The message ID of the incoming Query
string message_identifier = 1;getMessageIdentifier in interface QueryRequestOrBuilderpublic com.google.protobuf.ByteString getMessageIdentifierBytes()
The message ID of the incoming Query
string message_identifier = 1;getMessageIdentifierBytes in interface QueryRequestOrBuilderpublic QueryRequest.Builder setMessageIdentifier(String value)
The message ID of the incoming Query
string message_identifier = 1;public QueryRequest.Builder clearMessageIdentifier()
The message ID of the incoming Query
string message_identifier = 1;public QueryRequest.Builder setMessageIdentifierBytes(com.google.protobuf.ByteString value)
The message ID of the incoming Query
string message_identifier = 1;public String getQuery()
The name of the Query to execute
string query = 2;getQuery in interface QueryRequestOrBuilderpublic com.google.protobuf.ByteString getQueryBytes()
The name of the Query to execute
string query = 2;getQueryBytes in interface QueryRequestOrBuilderpublic QueryRequest.Builder setQuery(String value)
The name of the Query to execute
string query = 2;public QueryRequest.Builder clearQuery()
The name of the Query to execute
string query = 2;public QueryRequest.Builder setQueryBytes(com.google.protobuf.ByteString value)
The name of the Query to execute
string query = 2;public long getTimestamp()
The timestamp of the Query creation
int64 timestamp = 3;getTimestamp in interface QueryRequestOrBuilderpublic QueryRequest.Builder setTimestamp(long value)
The timestamp of the Query creation
int64 timestamp = 3;public QueryRequest.Builder clearTimestamp()
The timestamp of the Query creation
int64 timestamp = 3;public boolean hasPayload()
A payload accompanying the Query
.io.axoniq.axonserver.grpc.SerializedObject payload = 4;hasPayload in interface QueryRequestOrBuilderpublic SerializedObject getPayload()
A payload accompanying the Query
.io.axoniq.axonserver.grpc.SerializedObject payload = 4;getPayload in interface QueryRequestOrBuilderpublic QueryRequest.Builder setPayload(SerializedObject value)
A payload accompanying the Query
.io.axoniq.axonserver.grpc.SerializedObject payload = 4;public QueryRequest.Builder setPayload(SerializedObject.Builder builderForValue)
A payload accompanying the Query
.io.axoniq.axonserver.grpc.SerializedObject payload = 4;public QueryRequest.Builder mergePayload(SerializedObject value)
A payload accompanying the Query
.io.axoniq.axonserver.grpc.SerializedObject payload = 4;public QueryRequest.Builder clearPayload()
A payload accompanying the Query
.io.axoniq.axonserver.grpc.SerializedObject payload = 4;public SerializedObject.Builder getPayloadBuilder()
A payload accompanying the Query
.io.axoniq.axonserver.grpc.SerializedObject payload = 4;public SerializedObjectOrBuilder getPayloadOrBuilder()
A payload accompanying the Query
.io.axoniq.axonserver.grpc.SerializedObject payload = 4;getPayloadOrBuilder in interface QueryRequestOrBuilderpublic int getMetaDataCount()
QueryRequestOrBuilderMeta Data providing contextual information of the Query
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 5;getMetaDataCount in interface QueryRequestOrBuilderpublic boolean containsMetaData(String key)
Meta Data providing contextual information of the Query
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 5;containsMetaData in interface QueryRequestOrBuilder@Deprecated public Map<String,MetaDataValue> getMetaData()
getMetaDataMap() instead.getMetaData in interface QueryRequestOrBuilderpublic Map<String,MetaDataValue> getMetaDataMap()
Meta Data providing contextual information of the Query
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 5;getMetaDataMap in interface QueryRequestOrBuilderpublic MetaDataValue getMetaDataOrDefault(String key, MetaDataValue defaultValue)
Meta Data providing contextual information of the Query
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 5;getMetaDataOrDefault in interface QueryRequestOrBuilderpublic MetaDataValue getMetaDataOrThrow(String key)
Meta Data providing contextual information of the Query
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 5;getMetaDataOrThrow in interface QueryRequestOrBuilderpublic QueryRequest.Builder clearMetaData()
public QueryRequest.Builder removeMetaData(String key)
Meta Data providing contextual information of the Query
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 5;@Deprecated public Map<String,MetaDataValue> getMutableMetaData()
public QueryRequest.Builder putMetaData(String key, MetaDataValue value)
Meta Data providing contextual information of the Query
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 5;public QueryRequest.Builder putAllMetaData(Map<String,MetaDataValue> values)
Meta Data providing contextual information of the Query
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 5;public boolean hasResponseType()
An object describing the expectations of the Response Type
.io.axoniq.axonserver.grpc.SerializedObject response_type = 6;hasResponseType in interface QueryRequestOrBuilderpublic SerializedObject getResponseType()
An object describing the expectations of the Response Type
.io.axoniq.axonserver.grpc.SerializedObject response_type = 6;getResponseType in interface QueryRequestOrBuilderpublic QueryRequest.Builder setResponseType(SerializedObject value)
An object describing the expectations of the Response Type
.io.axoniq.axonserver.grpc.SerializedObject response_type = 6;public QueryRequest.Builder setResponseType(SerializedObject.Builder builderForValue)
An object describing the expectations of the Response Type
.io.axoniq.axonserver.grpc.SerializedObject response_type = 6;public QueryRequest.Builder mergeResponseType(SerializedObject value)
An object describing the expectations of the Response Type
.io.axoniq.axonserver.grpc.SerializedObject response_type = 6;public QueryRequest.Builder clearResponseType()
An object describing the expectations of the Response Type
.io.axoniq.axonserver.grpc.SerializedObject response_type = 6;public SerializedObject.Builder getResponseTypeBuilder()
An object describing the expectations of the Response Type
.io.axoniq.axonserver.grpc.SerializedObject response_type = 6;public SerializedObjectOrBuilder getResponseTypeOrBuilder()
An object describing the expectations of the Response Type
.io.axoniq.axonserver.grpc.SerializedObject response_type = 6;getResponseTypeOrBuilder in interface QueryRequestOrBuilderpublic List<ProcessingInstruction> getProcessingInstructionsList()
Any instructions for components Routing or Handling the Query
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 7;getProcessingInstructionsList in interface QueryRequestOrBuilderpublic int getProcessingInstructionsCount()
Any instructions for components Routing or Handling the Query
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 7;getProcessingInstructionsCount in interface QueryRequestOrBuilderpublic ProcessingInstruction getProcessingInstructions(int index)
Any instructions for components Routing or Handling the Query
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 7;getProcessingInstructions in interface QueryRequestOrBuilderpublic QueryRequest.Builder setProcessingInstructions(int index, ProcessingInstruction value)
Any instructions for components Routing or Handling the Query
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 7;public QueryRequest.Builder setProcessingInstructions(int index, ProcessingInstruction.Builder builderForValue)
Any instructions for components Routing or Handling the Query
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 7;public QueryRequest.Builder addProcessingInstructions(ProcessingInstruction value)
Any instructions for components Routing or Handling the Query
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 7;public QueryRequest.Builder addProcessingInstructions(int index, ProcessingInstruction value)
Any instructions for components Routing or Handling the Query
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 7;public QueryRequest.Builder addProcessingInstructions(ProcessingInstruction.Builder builderForValue)
Any instructions for components Routing or Handling the Query
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 7;public QueryRequest.Builder addProcessingInstructions(int index, ProcessingInstruction.Builder builderForValue)
Any instructions for components Routing or Handling the Query
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 7;public QueryRequest.Builder addAllProcessingInstructions(Iterable<? extends ProcessingInstruction> values)
Any instructions for components Routing or Handling the Query
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 7;public QueryRequest.Builder clearProcessingInstructions()
Any instructions for components Routing or Handling the Query
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 7;public QueryRequest.Builder removeProcessingInstructions(int index)
Any instructions for components Routing or Handling the Query
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 7;public ProcessingInstruction.Builder getProcessingInstructionsBuilder(int index)
Any instructions for components Routing or Handling the Query
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 7;public ProcessingInstructionOrBuilder getProcessingInstructionsOrBuilder(int index)
Any instructions for components Routing or Handling the Query
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 7;getProcessingInstructionsOrBuilder in interface QueryRequestOrBuilderpublic List<? extends ProcessingInstructionOrBuilder> getProcessingInstructionsOrBuilderList()
Any instructions for components Routing or Handling the Query
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 7;getProcessingInstructionsOrBuilderList in interface QueryRequestOrBuilderpublic ProcessingInstruction.Builder addProcessingInstructionsBuilder()
Any instructions for components Routing or Handling the Query
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 7;public ProcessingInstruction.Builder addProcessingInstructionsBuilder(int index)
Any instructions for components Routing or Handling the Query
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 7;public List<ProcessingInstruction.Builder> getProcessingInstructionsBuilderList()
Any instructions for components Routing or Handling the Query
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 7;public String getClientId()
The unique identifier of the client instance dispatching the query
string client_id = 8;getClientId in interface QueryRequestOrBuilderpublic com.google.protobuf.ByteString getClientIdBytes()
The unique identifier of the client instance dispatching the query
string client_id = 8;getClientIdBytes in interface QueryRequestOrBuilderpublic QueryRequest.Builder setClientId(String value)
The unique identifier of the client instance dispatching the query
string client_id = 8;public QueryRequest.Builder clearClientId()
The unique identifier of the client instance dispatching the query
string client_id = 8;public QueryRequest.Builder setClientIdBytes(com.google.protobuf.ByteString value)
The unique identifier of the client instance dispatching the query
string client_id = 8;public String getComponentName()
The Name of the Component dispatching the query
string component_name = 9;getComponentName in interface QueryRequestOrBuilderpublic com.google.protobuf.ByteString getComponentNameBytes()
The Name of the Component dispatching the query
string component_name = 9;getComponentNameBytes in interface QueryRequestOrBuilderpublic QueryRequest.Builder setComponentName(String value)
The Name of the Component dispatching the query
string component_name = 9;public QueryRequest.Builder clearComponentName()
The Name of the Component dispatching the query
string component_name = 9;public QueryRequest.Builder setComponentNameBytes(com.google.protobuf.ByteString value)
The Name of the Component dispatching the query
string component_name = 9;public final QueryRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<QueryRequest.Builder>public final QueryRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<QueryRequest.Builder>Copyright © 2010–2020. All rights reserved.