Package | Description |
---|---|
com.google.api.services.serviceconsumermanagement.v1.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)
The description is the comment in front of the selected proto element, such as a message, a
method, a 'service' definition, or a field.
|
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–2021 Google. All rights reserved.