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

io.grpc.channelz.v1.GetServerRequestOrBuilder 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 GetServerRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:grpc.channelz.v1.GetServerRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * server_id is the identifier of the specific server to get.
   * 
* * int64 server_id = 1; * @return The serverId. */ long getServerId(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy