Package io.envoyproxy.envoy.api.v2.core
Interface GrpcMethodListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GrpcMethodList,GrpcMethodList.Builder
public interface GrpcMethodListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetServices(int index) repeated .envoy.api.v2.core.GrpcMethodList.Service services = 1;intrepeated .envoy.api.v2.core.GrpcMethodList.Service services = 1;repeated .envoy.api.v2.core.GrpcMethodList.Service services = 1;getServicesOrBuilder(int index) repeated .envoy.api.v2.core.GrpcMethodList.Service services = 1;List<? extends GrpcMethodList.ServiceOrBuilder>repeated .envoy.api.v2.core.GrpcMethodList.Service services = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getServicesList
List<GrpcMethodList.Service> getServicesList()repeated .envoy.api.v2.core.GrpcMethodList.Service services = 1; -
getServices
repeated .envoy.api.v2.core.GrpcMethodList.Service services = 1; -
getServicesCount
int getServicesCount()repeated .envoy.api.v2.core.GrpcMethodList.Service services = 1; -
getServicesOrBuilderList
List<? extends GrpcMethodList.ServiceOrBuilder> getServicesOrBuilderList()repeated .envoy.api.v2.core.GrpcMethodList.Service services = 1; -
getServicesOrBuilder
repeated .envoy.api.v2.core.GrpcMethodList.Service services = 1;
-