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 Method
Method.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 Method
Method.parseDelimitedFrom
(InputStream input) static Method
Method.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Method
Method.parseFrom
(byte[] data) static Method
Method.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Method
Method.parseFrom
(com.google.protobuf.ByteString data) static Method
Method.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Method
Method.parseFrom
(com.google.protobuf.CodedInputStream input) static Method
Method.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Method
Method.parseFrom
(InputStream input) static Method
Method.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Method
Method.parseFrom
(ByteBuffer data) static Method
Method.parseFrom
(ByteBuffer data, com.google.protobuf.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"];
com.google.protobuf.Parser
<Method> Method.getParserForType()
static com.google.protobuf.Parser
<Method> 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.Builder
Method.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"];