io.axoniq.axonserver.grpc.query.QueryUpdateCompleteOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: query.proto
package io.axoniq.axonserver.grpc.query;
public interface QueryUpdateCompleteOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.axoniq.axonserver.grpc.query.QueryUpdateComplete)
com.google.protobuf.MessageOrBuilder {
/**
*
* The identifier of the Client instance providing the Update
*
*
* string client_id = 2;
*/
java.lang.String getClientId();
/**
*
* The identifier of the Client instance providing the Update
*
*
* string client_id = 2;
*/
com.google.protobuf.ByteString
getClientIdBytes();
/**
*
* The Component Name of the Client providing the Update
*
*
* string component_name = 3;
*/
java.lang.String getComponentName();
/**
*
* The Component Name of the Client providing the Update
*
*
* string component_name = 3;
*/
com.google.protobuf.ByteString
getComponentNameBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy