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

io.axoniq.axonserver.grpc.event.ColumnsResponseOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: event.proto

package io.axoniq.axonserver.grpc.event;

public interface ColumnsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.axoniq.axonserver.grpc.event.ColumnsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The names of the columns provided in the query 
   * 
* * repeated string column = 1; */ java.util.List getColumnList(); /** *
   * The names of the columns provided in the query 
   * 
* * repeated string column = 1; */ int getColumnCount(); /** *
   * The names of the columns provided in the query 
   * 
* * repeated string column = 1; */ java.lang.String getColumn(int index); /** *
   * The names of the columns provided in the query 
   * 
* * repeated string column = 1; */ com.google.protobuf.ByteString getColumnBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy