io.grpc.reflection.v1alpha.ListServiceResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dubbo Show documentation
Show all versions of dubbo Show documentation
The all in one project of dubbo
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: reflectionV1Alpha.proto
// Protobuf Java Version: 3.25.5
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 extends io.grpc.reflection.v1alpha.ServiceResponseOrBuilder>
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);
}