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

io.grpc.reflection.v1alpha.ListServiceResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.3.0-beta.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: reflectionV1Alpha.proto

package io.grpc.reflection.v1alpha;

public interface ListServiceResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:grpc.reflection.v1alpha.ListServiceResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The information of each service may be expanded in the future, so we use
   * ServiceResponse message to encapsulate it.
   * 
* * repeated .grpc.reflection.v1alpha.ServiceResponse service = 1; */ java.util.List getServiceList(); /** *
   * The information of each service may be expanded in the future, so we use
   * ServiceResponse message to encapsulate it.
   * 
* * repeated .grpc.reflection.v1alpha.ServiceResponse service = 1; */ io.grpc.reflection.v1alpha.ServiceResponse getService(int index); /** *
   * The information of each service may be expanded in the future, so we use
   * ServiceResponse message to encapsulate it.
   * 
* * repeated .grpc.reflection.v1alpha.ServiceResponse service = 1; */ int getServiceCount(); /** *
   * The information of each service may be expanded in the future, so we use
   * ServiceResponse message to encapsulate it.
   * 
* * repeated .grpc.reflection.v1alpha.ServiceResponse service = 1; */ java.util.List getServiceOrBuilderList(); /** *
   * The information of each service may be expanded in the future, so we use
   * ServiceResponse message to encapsulate it.
   * 
* * repeated .grpc.reflection.v1alpha.ServiceResponse service = 1; */ io.grpc.reflection.v1alpha.ServiceResponseOrBuilder getServiceOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy