Uses of Class
com.google.protobuf.Method
-
Packages that use Method Package Description com.google.protobuf -
-
Uses of Method in com.google.protobuf
Methods in com.google.protobuf that return Method Modifier and Type Method Description MethodMethod.Builder. build()MethodMethod.Builder. buildPartial()static MethodMethod. getDefaultInstance()MethodMethod.Builder. getDefaultInstanceForType()MethodMethod. getDefaultInstanceForType()MethodApi.Builder. getMethods(int index)The methods of this interface, in unspecified order.MethodApi. getMethods(int index)The methods of this interface, in unspecified order.MethodApiOrBuilder. getMethods(int index)The methods of this interface, in unspecified order.static MethodMethod. parseDelimitedFrom(java.io.InputStream input)static MethodMethod. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static MethodMethod. parseFrom(byte[] data)static MethodMethod. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static MethodMethod. parseFrom(ByteString data)static MethodMethod. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static MethodMethod. parseFrom(CodedInputStream input)static MethodMethod. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static MethodMethod. parseFrom(java.io.InputStream input)static MethodMethod. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static MethodMethod. parseFrom(java.nio.ByteBuffer data)static MethodMethod. parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)Methods in com.google.protobuf that return types with arguments of type Method Modifier and Type Method Description java.util.List<Method>Api.Builder. getMethodsList()The methods of this interface, in unspecified order.java.util.List<Method>Api. getMethodsList()The methods of this interface, in unspecified order.java.util.List<Method>ApiOrBuilder. getMethodsList()The methods of this interface, in unspecified order.Parser<Method>Method. getParserForType()static Parser<Method>Method. parser()Methods in com.google.protobuf with parameters of type Method Modifier and Type Method Description Api.BuilderApi.Builder. addMethods(int index, Method value)The methods of this interface, in unspecified order.Api.BuilderApi.Builder. addMethods(Method value)The methods of this interface, in unspecified order.Method.BuilderMethod.Builder. mergeFrom(Method other)static Method.BuilderMethod. newBuilder(Method prototype)Api.BuilderApi.Builder. setMethods(int index, Method value)The methods of this interface, in unspecified order.Method parameters in com.google.protobuf with type arguments of type Method Modifier and Type Method Description Api.BuilderApi.Builder. addAllMethods(java.lang.Iterable<? extends Method> values)The methods of this interface, in unspecified order.
-