Package | Description |
---|---|
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
Documentation |
Documentation.clone() |
Documentation |
Service.getDocumentation()
Additional API documentation.
|
Documentation |
Documentation.set(String fieldName,
Object value) |
Documentation |
Documentation.setDocumentationRootUrl(String documentationRootUrl)
The URL to the root of documentation.
|
Documentation |
Documentation.setOverview(String overview)
Declares a single overview page.
|
Documentation |
Documentation.setPages(List<Page> pages)
The top level pages for the documentation set.
|
Documentation |
Documentation.setRules(List<DocumentationRule> rules)
A list of documentation rules that apply to individual API elements.
|
Documentation |
Documentation.setSectionOverrides(List<Page> sectionOverrides)
Specifies section and content to override boilerplate content provided by go/api-docgen.
|
Documentation |
Documentation.setServiceRootUrl(String serviceRootUrl)
Specifies the service root url if the default one (the service name from the yaml file) is not
suitable.
|
Documentation |
Documentation.setSummary(String summary)
A short description of what the service does.
|
Modifier and Type | Method and Description |
---|---|
Service |
Service.setDocumentation(Documentation documentation)
Additional API documentation.
|
Copyright © 2011–2024 Google. All rights reserved.