Uses of Class
com.google.protobuf.Api.Builder
Packages that use Api.Builder
-
Uses of Api.Builder in com.google.protobuf
Methods in com.google.protobuf that return Api.BuilderModifier and TypeMethodDescriptionApi.Builder.addAllMethods
(Iterable<? extends Method> values) The methods of this interface, in unspecified order.Api.Builder.addAllMixins
(Iterable<? extends Mixin> values) Included interfaces.Api.Builder.addAllOptions
(Iterable<? extends Option> values) Any metadata attached to the interface.Api.Builder.addMethods
(int index, Method value) The methods of this interface, in unspecified order.Api.Builder.addMethods
(int index, Method.Builder builderForValue) The methods of this interface, in unspecified order.Api.Builder.addMethods
(Method value) The methods of this interface, in unspecified order.Api.Builder.addMethods
(Method.Builder builderForValue) The methods of this interface, in unspecified order.Included interfaces.Api.Builder.addMixins
(int index, Mixin.Builder builderForValue) Included interfaces.Included interfaces.Api.Builder.addMixins
(Mixin.Builder builderForValue) Included interfaces.Api.Builder.addOptions
(int index, Option value) Any metadata attached to the interface.Api.Builder.addOptions
(int index, Option.Builder builderForValue) Any metadata attached to the interface.Api.Builder.addOptions
(Option value) Any metadata attached to the interface.Api.Builder.addOptions
(Option.Builder builderForValue) Any metadata attached to the interface.Api.Builder.addRepeatedField
(Descriptors.FieldDescriptor field, Object value) Api.Builder.clear()
Api.Builder.clearField
(Descriptors.FieldDescriptor field) Api.Builder.clearMethods()
The methods of this interface, in unspecified order.Api.Builder.clearMixins()
Included interfaces.Api.Builder.clearName()
The fully qualified name of this interface, including package name followed by the interface's simple name.Api.Builder.clearOneof
(Descriptors.OneofDescriptor oneof) Api.Builder.clearOptions()
Any metadata attached to the interface.Api.Builder.clearSourceContext()
Source context for the protocol buffer service represented by this message.Api.Builder.clearSyntax()
The source syntax of the service.Api.Builder.clearVersion()
A version string for this interface.Api.Builder.clone()
Api.Builder.mergeFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) Api.Builder.mergeSourceContext
(SourceContext value) Source context for the protocol buffer service represented by this message.final Api.Builder
Api.Builder.mergeUnknownFields
(UnknownFieldSet unknownFields) static Api.Builder
Api.newBuilder()
static Api.Builder
Api.newBuilder
(Api prototype) Api.newBuilderForType()
protected Api.Builder
Api.newBuilderForType
(GeneratedMessageV3.BuilderParent parent) Api.Builder.removeMethods
(int index) The methods of this interface, in unspecified order.Api.Builder.removeMixins
(int index) Included interfaces.Api.Builder.removeOptions
(int index) Any metadata attached to the interface.Api.Builder.setField
(Descriptors.FieldDescriptor field, Object value) Api.Builder.setMethods
(int index, Method value) The methods of this interface, in unspecified order.Api.Builder.setMethods
(int index, Method.Builder builderForValue) The methods of this interface, in unspecified order.Included interfaces.Api.Builder.setMixins
(int index, Mixin.Builder builderForValue) Included interfaces.The fully qualified name of this interface, including package name followed by the interface's simple name.Api.Builder.setNameBytes
(ByteString value) The fully qualified name of this interface, including package name followed by the interface's simple name.Api.Builder.setOptions
(int index, Option value) Any metadata attached to the interface.Api.Builder.setOptions
(int index, Option.Builder builderForValue) Any metadata attached to the interface.Api.Builder.setRepeatedField
(Descriptors.FieldDescriptor field, int index, Object value) Api.Builder.setSourceContext
(SourceContext value) Source context for the protocol buffer service represented by this message.Api.Builder.setSourceContext
(SourceContext.Builder builderForValue) Source context for the protocol buffer service represented by this message.The source syntax of the service.Api.Builder.setSyntaxValue
(int value) The source syntax of the service.final Api.Builder
Api.Builder.setUnknownFields
(UnknownFieldSet unknownFields) Api.Builder.setVersion
(String value) A version string for this interface.Api.Builder.setVersionBytes
(ByteString value) A version string for this interface.Api.toBuilder()