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, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<QueryRequest.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<QueryRequest.Builder>
public QueryRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public QueryRequest build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public QueryRequest buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public QueryRequest.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
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.Builder
setField
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.Builder
clearField
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.Builder
clearOneof
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.Builder
setRepeatedField
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.Builder
addRepeatedField
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.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<QueryRequest.Builder>
IOException
public String getMessageIdentifier()
The message ID of the incoming Query
string message_identifier = 1;
getMessageIdentifier
in interface QueryRequestOrBuilder
public com.google.protobuf.ByteString getMessageIdentifierBytes()
The message ID of the incoming Query
string message_identifier = 1;
getMessageIdentifierBytes
in interface QueryRequestOrBuilder
public 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 QueryRequestOrBuilder
public com.google.protobuf.ByteString getQueryBytes()
The name of the Query to execute
string query = 2;
getQueryBytes
in interface QueryRequestOrBuilder
public 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 QueryRequestOrBuilder
public 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 QueryRequestOrBuilder
public SerializedObject getPayload()
A payload accompanying the Query
.io.axoniq.axonserver.grpc.SerializedObject payload = 4;
getPayload
in interface QueryRequestOrBuilder
public 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 QueryRequestOrBuilder
public int getMetaDataCount()
QueryRequestOrBuilder
Meta Data providing contextual information of the Query
map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 5;
getMetaDataCount
in interface QueryRequestOrBuilder
public 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 QueryRequestOrBuilder
public 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 QueryRequestOrBuilder
public 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 QueryRequestOrBuilder
public 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 QueryRequestOrBuilder
public 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 QueryRequestOrBuilder
public SerializedObject getResponseType()
An object describing the expectations of the Response Type
.io.axoniq.axonserver.grpc.SerializedObject response_type = 6;
getResponseType
in interface QueryRequestOrBuilder
public 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 QueryRequestOrBuilder
public List<ProcessingInstruction> getProcessingInstructionsList()
Any instructions for components Routing or Handling the Query
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 7;
getProcessingInstructionsList
in interface QueryRequestOrBuilder
public int getProcessingInstructionsCount()
Any instructions for components Routing or Handling the Query
repeated .io.axoniq.axonserver.grpc.ProcessingInstruction processing_instructions = 7;
getProcessingInstructionsCount
in interface QueryRequestOrBuilder
public 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 QueryRequestOrBuilder
public 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 QueryRequestOrBuilder
public 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 QueryRequestOrBuilder
public 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 QueryRequestOrBuilder
public com.google.protobuf.ByteString getClientIdBytes()
The unique identifier of the client instance dispatching the query
string client_id = 8;
getClientIdBytes
in interface QueryRequestOrBuilder
public 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 QueryRequestOrBuilder
public com.google.protobuf.ByteString getComponentNameBytes()
The Name of the Component dispatching the query
string component_name = 9;
getComponentNameBytes
in interface QueryRequestOrBuilder
public 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.Builder
setUnknownFields
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.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<QueryRequest.Builder>
Copyright © 2010–2020. All rights reserved.