Uses of Class
com.google.protobuf.Method
Packages that use Method
-
Uses of Method in com.google.protobuf
Subclasses with type arguments of type Method in com.google.protobufModifier and TypeClassDescriptionfinal classMethod represents a method of an API interface.static final classMethod represents a method of an API interface.Fields in com.google.protobuf declared as MethodFields in com.google.protobuf with type parameters of type MethodModifier and TypeFieldDescriptionprivate Internal.ProtobufList<Method> Api.methods_Method.PARSERMethods in com.google.protobuf that return MethodModifier and TypeMethodDescriptionstatic MethodMethod.getDefaultInstance()Api.Builder.getMethods(int index) The methods of this interface, in unspecified order.Api.getMethods(int index) The methods of this interface, in unspecified order.ApiOrBuilder.getMethods(int index) The methods of this interface, in unspecified order.static MethodMethod.parseDelimitedFrom(InputStream input) static MethodMethod.parseDelimitedFrom(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(InputStream input) static MethodMethod.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static MethodMethod.parseFrom(ByteBuffer data) static MethodMethod.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type MethodModifier and TypeMethodDescriptionApi.Builder.getMethodsList()The methods of this interface, in unspecified order.Api.getMethodsList()The methods of this interface, in unspecified order.ApiOrBuilder.getMethodsList()The methods of this interface, in unspecified order.Method.parser()Methods in com.google.protobuf with parameters of type MethodModifier and TypeMethodDescriptionprivate voidApi.addMethods(int index, Method value) The methods of this interface, in unspecified order.private voidApi.addMethods(Method value) The methods of this interface, in unspecified order.Api.Builder.addMethods(int index, Method value) The methods of this interface, in unspecified order.Api.Builder.addMethods(Method value) The methods of this interface, in unspecified order.static Method.BuilderMethod.newBuilder(Method prototype) Api.Builder.setMethods(int index, Method value) The methods of this interface, in unspecified order.private voidApi.setMethods(int index, Method value) The methods of this interface, in unspecified order.Method parameters in com.google.protobuf with type arguments of type MethodModifier and TypeMethodDescriptionprivate voidApi.addAllMethods(Iterable<? extends Method> values) The methods of this interface, in unspecified order.Api.Builder.addAllMethods(Iterable<? extends Method> values) The methods of this interface, in unspecified order.