Uses of Interface
com.google.api.DocumentationRuleOrBuilder
-
Packages that use DocumentationRuleOrBuilder Package Description com.google.api -
-
Uses of DocumentationRuleOrBuilder in com.google.api
Classes in com.google.api that implement DocumentationRuleOrBuilder Modifier and Type Class Description class
DocumentationRule
A documentation rule provides information about individual API elements.static class
DocumentationRule.Builder
A documentation rule provides information about individual API elements.Methods in com.google.api that return DocumentationRuleOrBuilder Modifier and Type Method Description DocumentationRuleOrBuilder
Documentation.Builder. getRulesOrBuilder(int index)
A list of documentation rules that apply to individual API elements.DocumentationRuleOrBuilder
Documentation. getRulesOrBuilder(int index)
A list of documentation rules that apply to individual API elements.DocumentationRuleOrBuilder
DocumentationOrBuilder. getRulesOrBuilder(int index)
A list of documentation rules that apply to individual API elements.Methods in com.google.api that return types with arguments of type DocumentationRuleOrBuilder Modifier and Type Method Description java.util.List<? extends DocumentationRuleOrBuilder>
Documentation.Builder. getRulesOrBuilderList()
A list of documentation rules that apply to individual API elements.java.util.List<? extends DocumentationRuleOrBuilder>
Documentation. getRulesOrBuilderList()
A list of documentation rules that apply to individual API elements.java.util.List<? extends DocumentationRuleOrBuilder>
DocumentationOrBuilder. getRulesOrBuilderList()
A list of documentation rules that apply to individual API elements.
-