Uses of Class
com.squareup.protoparser.Service.Method
-
-
Uses of Service.Method in com.squareup.protoparser
Fields in com.squareup.protoparser with type parameters of type Service.Method Modifier and Type Field Description private java.util.List<Service.Method>Service. methodsMethods in com.squareup.protoparser that return Service.Method Modifier and Type Method Description private Service.MethodProtoSchemaParser. readRpc(java.lang.String documentation)Reads an rpc method and returns it.Methods in com.squareup.protoparser that return types with arguments of type Service.Method Modifier and Type Method Description java.util.List<Service.Method>Service. getMethods()
-