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

io.grpc.channelz.v1.ServerRefOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.68.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: grpc/channelz/v1/channelz.proto

// Protobuf Java Version: 3.25.1
package io.grpc.channelz.v1;

public interface ServerRefOrBuilder extends
    // @@protoc_insertion_point(interface_extends:grpc.channelz.v1.ServerRef)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * A globally unique identifier for this server.  Must be a positive number.
   * 
* * int64 server_id = 5; * @return The serverId. */ long getServerId(); /** *
   * An optional name associated with the server.
   * 
* * string name = 6; * @return The name. */ java.lang.String getName(); /** *
   * An optional name associated with the server.
   * 
* * string name = 6; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy