Uses of Class
io.envoyproxy.envoy.config.core.v3.GrpcMethodList.Service
Packages that use GrpcMethodList.Service
-
Uses of GrpcMethodList.Service in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return GrpcMethodList.ServiceModifier and TypeMethodDescriptionGrpcMethodList.Service.Builder.build()GrpcMethodList.Service.Builder.buildPartial()static GrpcMethodList.ServiceGrpcMethodList.Service.getDefaultInstance()GrpcMethodList.Service.Builder.getDefaultInstanceForType()GrpcMethodList.Service.getDefaultInstanceForType()GrpcMethodList.Builder.getServices(int index) repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;GrpcMethodList.getServices(int index) repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;GrpcMethodListOrBuilder.getServices(int index) repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;static GrpcMethodList.ServiceGrpcMethodList.Service.parseDelimitedFrom(InputStream input) static GrpcMethodList.ServiceGrpcMethodList.Service.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GrpcMethodList.ServiceGrpcMethodList.Service.parseFrom(byte[] data) static GrpcMethodList.ServiceGrpcMethodList.Service.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GrpcMethodList.ServiceGrpcMethodList.Service.parseFrom(com.google.protobuf.ByteString data) static GrpcMethodList.ServiceGrpcMethodList.Service.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GrpcMethodList.ServiceGrpcMethodList.Service.parseFrom(com.google.protobuf.CodedInputStream input) static GrpcMethodList.ServiceGrpcMethodList.Service.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GrpcMethodList.ServiceGrpcMethodList.Service.parseFrom(InputStream input) static GrpcMethodList.ServiceGrpcMethodList.Service.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GrpcMethodList.ServiceGrpcMethodList.Service.parseFrom(ByteBuffer data) static GrpcMethodList.ServiceGrpcMethodList.Service.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type GrpcMethodList.ServiceModifier and TypeMethodDescriptioncom.google.protobuf.Parser<GrpcMethodList.Service>GrpcMethodList.Service.getParserForType()GrpcMethodList.Builder.getServicesList()repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;GrpcMethodList.getServicesList()repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;GrpcMethodListOrBuilder.getServicesList()repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;static com.google.protobuf.Parser<GrpcMethodList.Service>GrpcMethodList.Service.parser()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type GrpcMethodList.ServiceModifier and TypeMethodDescriptionGrpcMethodList.Builder.addServices(int index, GrpcMethodList.Service value) repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;GrpcMethodList.Builder.addServices(GrpcMethodList.Service value) repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;GrpcMethodList.Service.Builder.mergeFrom(GrpcMethodList.Service other) GrpcMethodList.Service.newBuilder(GrpcMethodList.Service prototype) GrpcMethodList.Builder.setServices(int index, GrpcMethodList.Service value) repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;Method parameters in io.envoyproxy.envoy.config.core.v3 with type arguments of type GrpcMethodList.ServiceModifier and TypeMethodDescriptionGrpcMethodList.Builder.addAllServices(Iterable<? extends GrpcMethodList.Service> values) repeated .envoy.config.core.v3.GrpcMethodList.Service services = 1;