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

shade.polaris.io.grpc.channelz.v1.GetServerResponseOrBuilder Maven / Gradle / Ivy

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

package io.grpc.channelz.v1;

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

  /**
   * 
   * The Server that corresponds to the requested server_id.  This field
   * should be set.
   * 
* * .grpc.channelz.v1.Server server = 1; * @return Whether the server field is set. */ boolean hasServer(); /** *
   * The Server that corresponds to the requested server_id.  This field
   * should be set.
   * 
* * .grpc.channelz.v1.Server server = 1; * @return The server. */ io.grpc.channelz.v1.Server getServer(); /** *
   * The Server that corresponds to the requested server_id.  This field
   * should be set.
   * 
* * .grpc.channelz.v1.Server server = 1; */ io.grpc.channelz.v1.ServerOrBuilder getServerOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy