io.axoniq.axonserver.grpc.query.QueryUpdateOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: query.proto
package io.axoniq.axonserver.grpc.query;
public interface QueryUpdateOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.axoniq.axonserver.grpc.query.QueryUpdate)
com.google.protobuf.MessageOrBuilder {
/**
*
* The unique identifier of this Update
*
*
* string message_identifier = 2;
*/
java.lang.String getMessageIdentifier();
/**
*
* The unique identifier of this Update
*
*
* string message_identifier = 2;
*/
com.google.protobuf.ByteString
getMessageIdentifierBytes();
/**
*
* The object representing the Update
*
*
* .io.axoniq.axonserver.grpc.SerializedObject payload = 3;
*/
boolean hasPayload();
/**
*
* The object representing the Update
*
*
* .io.axoniq.axonserver.grpc.SerializedObject payload = 3;
*/
io.axoniq.axonserver.grpc.SerializedObject getPayload();
/**
*
* The object representing the Update
*
*
* .io.axoniq.axonserver.grpc.SerializedObject payload = 3;
*/
io.axoniq.axonserver.grpc.SerializedObjectOrBuilder getPayloadOrBuilder();
/**
*
* Meta Data providing contextual information of the Update
*
*
* map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 4;
*/
int getMetaDataCount();
/**
*
* Meta Data providing contextual information of the Update
*
*
* map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 4;
*/
boolean containsMetaData(
java.lang.String key);
/**
* Use {@link #getMetaDataMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getMetaData();
/**
*
* Meta Data providing contextual information of the Update
*
*
* map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 4;
*/
java.util.Map
getMetaDataMap();
/**
*
* Meta Data providing contextual information of the Update
*
*
* map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 4;
*/
io.axoniq.axonserver.grpc.MetaDataValue getMetaDataOrDefault(
java.lang.String key,
io.axoniq.axonserver.grpc.MetaDataValue defaultValue);
/**
*
* Meta Data providing contextual information of the Update
*
*
* map<string, .io.axoniq.axonserver.grpc.MetaDataValue> meta_data = 4;
*/
io.axoniq.axonserver.grpc.MetaDataValue getMetaDataOrThrow(
java.lang.String key);
/**
*
* The identifier of the Client instance providing the Update
*
*
* string client_id = 5;
*/
java.lang.String getClientId();
/**
*
* The identifier of the Client instance providing the Update
*
*
* string client_id = 5;
*/
com.google.protobuf.ByteString
getClientIdBytes();
/**
*
* The Component Name of the Client providing the Update
*
*
* string component_name = 6;
*/
java.lang.String getComponentName();
/**
*
* The Component Name of the Client providing the Update
*
*
* string component_name = 6;
*/
com.google.protobuf.ByteString
getComponentNameBytes();
/**
*
* An Error Code identifying the type of error, if any
*
*
* string error_code = 7;
*/
java.lang.String getErrorCode();
/**
*
* An Error Code identifying the type of error, if any
*
*
* string error_code = 7;
*/
com.google.protobuf.ByteString
getErrorCodeBytes();
/**
*
* A detailed description of the error, if any
*
*
* .io.axoniq.axonserver.grpc.ErrorMessage error_message = 8;
*/
boolean hasErrorMessage();
/**
*
* A detailed description of the error, if any
*
*
* .io.axoniq.axonserver.grpc.ErrorMessage error_message = 8;
*/
io.axoniq.axonserver.grpc.ErrorMessage getErrorMessage();
/**
*
* A detailed description of the error, if any
*
*
* .io.axoniq.axonserver.grpc.ErrorMessage error_message = 8;
*/
io.axoniq.axonserver.grpc.ErrorMessageOrBuilder getErrorMessageOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy