All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.axoniq.axonserver.grpc.query.QueryCompleteOrBuilder Maven / Gradle / Ivy

There is a newer version: 2024.1.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: query.proto

package io.axoniq.axonserver.grpc.query;

public interface QueryCompleteOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.axoniq.axonserver.grpc.query.QueryComplete)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * A unique identifier for this message 
   * 
* * string message_id = 1; */ java.lang.String getMessageId(); /** *
   * A unique identifier for this message 
   * 
* * string message_id = 1; */ com.google.protobuf.ByteString getMessageIdBytes(); /** *
   * The identifier of the incoming query to complete 
   * 
* * string request_id = 2; */ java.lang.String getRequestId(); /** *
   * The identifier of the incoming query to complete 
   * 
* * string request_id = 2; */ com.google.protobuf.ByteString getRequestIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy