Uses of Class
io.envoyproxy.envoy.api.v2.core.GrpcMethodList.Service
-
Packages that use GrpcMethodList.Service Package Description io.envoyproxy.envoy.api.v2.core -
-
Uses of GrpcMethodList.Service in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return GrpcMethodList.Service Modifier and Type Method Description GrpcMethodList.ServiceGrpcMethodList.Service.Builder. build()GrpcMethodList.ServiceGrpcMethodList.Service.Builder. buildPartial()static GrpcMethodList.ServiceGrpcMethodList.Service. getDefaultInstance()GrpcMethodList.ServiceGrpcMethodList.Service.Builder. getDefaultInstanceForType()GrpcMethodList.ServiceGrpcMethodList.Service. getDefaultInstanceForType()GrpcMethodList.ServiceGrpcMethodList.Builder. getServices(int index)repeated .envoy.api.v2.core.GrpcMethodList.Service services = 1;GrpcMethodList.ServiceGrpcMethodList. getServices(int index)repeated .envoy.api.v2.core.GrpcMethodList.Service services = 1;GrpcMethodList.ServiceGrpcMethodListOrBuilder. getServices(int index)repeated .envoy.api.v2.core.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.api.v2.core that return types with arguments of type GrpcMethodList.Service Modifier and Type Method Description com.google.protobuf.Parser<GrpcMethodList.Service>GrpcMethodList.Service. getParserForType()List<GrpcMethodList.Service>GrpcMethodList.Builder. getServicesList()repeated .envoy.api.v2.core.GrpcMethodList.Service services = 1;List<GrpcMethodList.Service>GrpcMethodList. getServicesList()repeated .envoy.api.v2.core.GrpcMethodList.Service services = 1;List<GrpcMethodList.Service>GrpcMethodListOrBuilder. getServicesList()repeated .envoy.api.v2.core.GrpcMethodList.Service services = 1;static com.google.protobuf.Parser<GrpcMethodList.Service>GrpcMethodList.Service. parser()Methods in io.envoyproxy.envoy.api.v2.core with parameters of type GrpcMethodList.Service Modifier and Type Method Description GrpcMethodList.BuilderGrpcMethodList.Builder. addServices(int index, GrpcMethodList.Service value)repeated .envoy.api.v2.core.GrpcMethodList.Service services = 1;GrpcMethodList.BuilderGrpcMethodList.Builder. addServices(GrpcMethodList.Service value)repeated .envoy.api.v2.core.GrpcMethodList.Service services = 1;GrpcMethodList.Service.BuilderGrpcMethodList.Service.Builder. mergeFrom(GrpcMethodList.Service other)static GrpcMethodList.Service.BuilderGrpcMethodList.Service. newBuilder(GrpcMethodList.Service prototype)GrpcMethodList.BuilderGrpcMethodList.Builder. setServices(int index, GrpcMethodList.Service value)repeated .envoy.api.v2.core.GrpcMethodList.Service services = 1;Method parameters in io.envoyproxy.envoy.api.v2.core with type arguments of type GrpcMethodList.Service Modifier and Type Method Description GrpcMethodList.BuilderGrpcMethodList.Builder. addAllServices(Iterable<? extends GrpcMethodList.Service> values)repeated .envoy.api.v2.core.GrpcMethodList.Service services = 1;
-