shade.polaris.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 polaris-all Show documentation
Show all versions of polaris-all Show documentation
All in one project for polaris-java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/reflection/v1alpha/reflection.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 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