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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GrpcMethodList.ServicegetServices(int index)repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;intgetServicesCount()repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;List<GrpcMethodList.Service>getServicesList()repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;GrpcMethodList.ServiceOrBuildergetServicesOrBuilder(int index)repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;List<? extends GrpcMethodList.ServiceOrBuilder>getServicesOrBuilderList()repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getServicesList
List<GrpcMethodList.Service> getServicesList()
repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;
-
getServices
GrpcMethodList.Service getServices(int index)
repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;
-
getServicesCount
int getServicesCount()
repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;
-
getServicesOrBuilderList
List<? extends GrpcMethodList.ServiceOrBuilder> getServicesOrBuilderList()
repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;
-
getServicesOrBuilder
GrpcMethodList.ServiceOrBuilder getServicesOrBuilder(int index)
repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;
-
-