![JAR search and dependency download from the Maven repository](/logo.png)
io.grpc.reflection.v1alpha.ListServiceResponseOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/reflection/v1alpha/reflection.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);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy