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

org.polypheny.prism.ConnectionResponseOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: org/polypheny/prism/connection_responses.proto

package org.polypheny.prism;

public interface ConnectionResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.polypheny.prism.ConnectionResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *
   *Indicates whether the client’s API version is compatible with the server.
   *If true, the connection can proceed; if false, the client should consider updating or downgrading its API version.
   * 
* * bool is_compatible = 1; * @return The isCompatible. */ boolean getIsCompatible(); /** *
   * The major version number of the server’s API. Helps the client ascertain the API level of the server.
   * 
* * int32 major_api_version = 2; * @return The majorApiVersion. */ int getMajorApiVersion(); /** *
   * The minor version number of the server’s API. Provides finer granularity about the server’s capabilities.
   * 
* * int32 minor_api_version = 3; * @return The minorApiVersion. */ int getMinorApiVersion(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy