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.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.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.mergeSourceContext
(SourceContext value) Source context for the protocol buffer service represented by this message.static Api.Builder
Api.newBuilder()
static Api.Builder
Api.newBuilder
(Api prototype) 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.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.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.Api.Builder.setVersion
(String value) A version string for this interface.Api.Builder.setVersionBytes
(ByteString value) A version string for this interface.