Uses of Class
com.google.api.Documentation.Builder
Packages that use Documentation.Builder
-
Uses of Documentation.Builder in com.google.api
Methods in com.google.api that return Documentation.BuilderModifier and TypeMethodDescriptionDocumentation.Builder.addAllPages
(Iterable<? extends Page> values) The top level pages for the documentation set.Documentation.Builder.addAllRules
(Iterable<? extends DocumentationRule> values) A list of documentation rules that apply to individual API elements.The top level pages for the documentation set.Documentation.Builder.addPages
(int index, Page.Builder builderForValue) The top level pages for the documentation set.The top level pages for the documentation set.Documentation.Builder.addPages
(Page.Builder builderForValue) The top level pages for the documentation set.Documentation.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Documentation.Builder.addRules
(int index, DocumentationRule value) A list of documentation rules that apply to individual API elements.Documentation.Builder.addRules
(int index, DocumentationRule.Builder builderForValue) A list of documentation rules that apply to individual API elements.Documentation.Builder.addRules
(DocumentationRule value) A list of documentation rules that apply to individual API elements.Documentation.Builder.addRules
(DocumentationRule.Builder builderForValue) A list of documentation rules that apply to individual API elements.Documentation.Builder.clear()
Documentation.Builder.clearDocumentationRootUrl()
The URL to the root of documentation.Documentation.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Documentation.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Documentation.Builder.clearOverview()
Declares a single overview page.Documentation.Builder.clearPages()
The top level pages for the documentation set.Documentation.Builder.clearRules()
A list of documentation rules that apply to individual API elements.Documentation.Builder.clearServiceRootUrl()
Specifies the service root url if the default one (the service name from the yaml file) is not suitable.Documentation.Builder.clearSummary()
A short description of what the service does.Documentation.Builder.clone()
Service.Builder.getDocumentationBuilder()
Additional API documentation.Documentation.Builder.mergeFrom
(Documentation other) Documentation.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Documentation.Builder.mergeFrom
(com.google.protobuf.Message other) final Documentation.Builder
Documentation.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static Documentation.Builder
Documentation.newBuilder()
static Documentation.Builder
Documentation.newBuilder
(Documentation prototype) Documentation.newBuilderForType()
protected Documentation.Builder
Documentation.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Documentation.Builder.removePages
(int index) The top level pages for the documentation set.Documentation.Builder.removeRules
(int index) A list of documentation rules that apply to individual API elements.Documentation.Builder.setDocumentationRootUrl
(String value) The URL to the root of documentation.Documentation.Builder.setDocumentationRootUrlBytes
(com.google.protobuf.ByteString value) The URL to the root of documentation.Documentation.Builder.setOverview
(String value) Declares a single overview page.Documentation.Builder.setOverviewBytes
(com.google.protobuf.ByteString value) Declares a single overview page.The top level pages for the documentation set.Documentation.Builder.setPages
(int index, Page.Builder builderForValue) The top level pages for the documentation set.Documentation.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Documentation.Builder.setRules
(int index, DocumentationRule value) A list of documentation rules that apply to individual API elements.Documentation.Builder.setRules
(int index, DocumentationRule.Builder builderForValue) A list of documentation rules that apply to individual API elements.Documentation.Builder.setServiceRootUrl
(String value) Specifies the service root url if the default one (the service name from the yaml file) is not suitable.Documentation.Builder.setServiceRootUrlBytes
(com.google.protobuf.ByteString value) Specifies the service root url if the default one (the service name from the yaml file) is not suitable.Documentation.Builder.setSummary
(String value) A short description of what the service does.Documentation.Builder.setSummaryBytes
(com.google.protobuf.ByteString value) A short description of what the service does.final Documentation.Builder
Documentation.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Documentation.toBuilder()
Methods in com.google.api with parameters of type Documentation.BuilderModifier and TypeMethodDescriptionService.Builder.setDocumentation
(Documentation.Builder builderForValue) Additional API documentation.