Package | Description |
---|---|
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
DocumentationRule |
DocumentationRule.clone() |
DocumentationRule |
DocumentationRule.set(String fieldName,
Object value) |
DocumentationRule |
DocumentationRule.setDeprecationDescription(String deprecationDescription)
Deprecation description of the selected element(s).
|
DocumentationRule |
DocumentationRule.setDescription(String description)
Description of the selected proto element (e.g.
|
DocumentationRule |
DocumentationRule.setDisableReplacementWords(String disableReplacementWords)
String of comma or space separated case-sensitive words for which method/field name replacement
will be disabled by go/api-docgen.
|
DocumentationRule |
DocumentationRule.setSelector(String selector)
The selector is a comma-separated list of patterns for any element such as a method, a field,
an enum value.
|
Modifier and Type | Method and Description |
---|---|
List<DocumentationRule> |
Documentation.getRules()
A list of documentation rules that apply to individual API elements.
|
Modifier and Type | Method and Description |
---|---|
Documentation |
Documentation.setRules(List<DocumentationRule> rules)
A list of documentation rules that apply to individual API elements.
|
Copyright © 2011–2024 Google. All rights reserved.