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

io.axoniq.platform.grpc.NodeInfoOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: platform_api.proto

package io.axoniq.platform.grpc;

public interface NodeInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.axoniq.platform.grpc.NodeInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string host_name = 1;
   */
  java.lang.String getHostName();
  /**
   * optional string host_name = 1;
   */
  com.google.protobuf.ByteString
      getHostNameBytes();

  /**
   * optional int32 grpc_port = 2;
   */
  int getGrpcPort();

  /**
   * optional int32 http_port = 3;
   */
  int getHttpPort();

  /**
   * optional int32 version = 4;
   */
  int getVersion();

  /**
   * optional string node_name = 5;
   */
  java.lang.String getNodeName();
  /**
   * optional string node_name = 5;
   */
  com.google.protobuf.ByteString
      getNodeNameBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy