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

io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionallyOrBuilder 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 QueryUpdateCompleteExceptionallyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally)
    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(); /** *
   * The Code describing the type of Error that occurred 
   * 
* * string error_code = 5; */ java.lang.String getErrorCode(); /** *
   * The Code describing the type of Error that occurred 
   * 
* * string error_code = 5; */ com.google.protobuf.ByteString getErrorCodeBytes(); /** *
   * A detailed description of the error, if available 
   * 
* * .io.axoniq.axonserver.grpc.ErrorMessage error_message = 6; */ boolean hasErrorMessage(); /** *
   * A detailed description of the error, if available 
   * 
* * .io.axoniq.axonserver.grpc.ErrorMessage error_message = 6; */ io.axoniq.axonserver.grpc.ErrorMessage getErrorMessage(); /** *
   * A detailed description of the error, if available 
   * 
* * .io.axoniq.axonserver.grpc.ErrorMessage error_message = 6; */ io.axoniq.axonserver.grpc.ErrorMessageOrBuilder getErrorMessageOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy