Uses of Class
com.google.protobuf.Method
Packages that use Method
-
Uses of Method in com.google.protobuf
Methods in com.google.protobuf that return MethodModifier and TypeMethodDescriptionMethod.Builder.build()Method.Builder.buildPartial()static MethodMethod.getDefaultInstance()Method.Builder.getDefaultInstanceForType()Method.getDefaultInstanceForType()Api.Builder.getMethods(int index) repeated .google.protobuf.Method methods = 2 [json_name = "methods"];Api.getMethods(int index) repeated .google.protobuf.Method methods = 2 [json_name = "methods"];ApiOrBuilder.getMethods(int index) repeated .google.protobuf.Method methods = 2 [json_name = "methods"];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()repeated .google.protobuf.Method methods = 2 [json_name = "methods"];Api.getMethodsList()repeated .google.protobuf.Method methods = 2 [json_name = "methods"];ApiOrBuilder.getMethodsList()repeated .google.protobuf.Method methods = 2 [json_name = "methods"];Method.getParserForType()Method.parser()Methods in com.google.protobuf with parameters of type MethodModifier and TypeMethodDescriptionApi.Builder.addMethods(int index, Method value) repeated .google.protobuf.Method methods = 2 [json_name = "methods"];Api.Builder.addMethods(Method value) repeated .google.protobuf.Method methods = 2 [json_name = "methods"];static Method.BuilderMethod.newBuilder(Method prototype) Api.Builder.setMethods(int index, Method value) repeated .google.protobuf.Method methods = 2 [json_name = "methods"];Method parameters in com.google.protobuf with type arguments of type MethodModifier and TypeMethodDescriptionApi.Builder.addAllMethods(Iterable<? extends Method> values) repeated .google.protobuf.Method methods = 2 [json_name = "methods"];