Uses of Class
com.google.protobuf.Method.Builder
Packages that use Method.Builder
-
Uses of Method.Builder in com.google.protobuf
Subclasses with type arguments of type Method.Builder in com.google.protobufModifier and TypeClassDescriptionstatic final classMethod represents a method of an API interface.Fields in com.google.protobuf with type parameters of type Method.BuilderMethods in com.google.protobuf that return Method.BuilderModifier and TypeMethodDescriptionMethod.Builder.addAllOptions(Iterable<? extends Option> values) Any metadata attached to the method.Api.Builder.addMethodsBuilder()The methods of this interface, in unspecified order.Api.Builder.addMethodsBuilder(int index) The methods of this interface, in unspecified order.Method.Builder.addOptions(int index, Option value) Any metadata attached to the method.Method.Builder.addOptions(int index, Option.Builder builderForValue) Any metadata attached to the method.Method.Builder.addOptions(Option value) Any metadata attached to the method.Method.Builder.addOptions(Option.Builder builderForValue) Any metadata attached to the method.Method.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) Method.Builder.clear()Method.Builder.clearField(Descriptors.FieldDescriptor field) Method.Builder.clearName()The simple name of this method.Method.Builder.clearOneof(Descriptors.OneofDescriptor oneof) Method.Builder.clearOptions()Any metadata attached to the method.Method.Builder.clearRequestStreaming()If true, the request is streamed.Method.Builder.clearRequestTypeUrl()A URL of the input message type.Method.Builder.clearResponseStreaming()If true, the response is streamed.Method.Builder.clearResponseTypeUrl()The URL of the output message type.Method.Builder.clearSyntax()The source syntax of this method.Method.Builder.clone()Api.Builder.getMethodsBuilder(int index) The methods of this interface, in unspecified order.Method.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) final Method.BuilderMethod.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static Method.BuilderMethod.newBuilder()static Method.BuilderMethod.newBuilder(Method prototype) Method.newBuilderForType()protected Method.BuilderMethod.newBuilderForType(GeneratedMessageV3.BuilderParent parent) Method.Builder.removeOptions(int index) Any metadata attached to the method.Method.Builder.setField(Descriptors.FieldDescriptor field, Object value) The simple name of this method.Method.Builder.setNameBytes(ByteString value) The simple name of this method.Method.Builder.setOptions(int index, Option value) Any metadata attached to the method.Method.Builder.setOptions(int index, Option.Builder builderForValue) Any metadata attached to the method.Method.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) Method.Builder.setRequestStreaming(boolean value) If true, the request is streamed.Method.Builder.setRequestTypeUrl(String value) A URL of the input message type.Method.Builder.setRequestTypeUrlBytes(ByteString value) A URL of the input message type.Method.Builder.setResponseStreaming(boolean value) If true, the response is streamed.Method.Builder.setResponseTypeUrl(String value) The URL of the output message type.Method.Builder.setResponseTypeUrlBytes(ByteString value) The URL of the output message type.The source syntax of this method.Method.Builder.setSyntaxValue(int value) The source syntax of this method.final Method.BuilderMethod.Builder.setUnknownFields(UnknownFieldSet unknownFields) Method.toBuilder()Methods in com.google.protobuf that return types with arguments of type Method.BuilderModifier and TypeMethodDescriptionApi.Builder.getMethodsBuilderList()The methods of this interface, in unspecified order.Api.Builder.getMethodsFieldBuilder()Methods in com.google.protobuf with parameters of type Method.BuilderModifier and TypeMethodDescriptionApi.Builder.addMethods(int index, Method.Builder builderForValue) The methods of this interface, in unspecified order.Api.Builder.addMethods(Method.Builder builderForValue) The methods of this interface, in unspecified order.Api.Builder.setMethods(int index, Method.Builder builderForValue) The methods of this interface, in unspecified order.