Uses of Class
com.google.api.DocumentationRule
Packages that use DocumentationRule
-
Uses of DocumentationRule in com.google.api
Methods in com.google.api that return DocumentationRuleModifier and TypeMethodDescriptionDocumentationRule.Builder.build()
DocumentationRule.Builder.buildPartial()
static DocumentationRule
DocumentationRule.getDefaultInstance()
DocumentationRule.Builder.getDefaultInstanceForType()
DocumentationRule.getDefaultInstanceForType()
Documentation.Builder.getRules
(int index) A list of documentation rules that apply to individual API elements.Documentation.getRules
(int index) A list of documentation rules that apply to individual API elements.DocumentationOrBuilder.getRules
(int index) A list of documentation rules that apply to individual API elements.static DocumentationRule
DocumentationRule.parseDelimitedFrom
(InputStream input) static DocumentationRule
DocumentationRule.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DocumentationRule
DocumentationRule.parseFrom
(byte[] data) static DocumentationRule
DocumentationRule.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DocumentationRule
DocumentationRule.parseFrom
(com.google.protobuf.ByteString data) static DocumentationRule
DocumentationRule.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DocumentationRule
DocumentationRule.parseFrom
(com.google.protobuf.CodedInputStream input) static DocumentationRule
DocumentationRule.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DocumentationRule
DocumentationRule.parseFrom
(InputStream input) static DocumentationRule
DocumentationRule.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DocumentationRule
DocumentationRule.parseFrom
(ByteBuffer data) static DocumentationRule
DocumentationRule.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.api that return types with arguments of type DocumentationRuleModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<DocumentationRule> DocumentationRule.getParserForType()
Documentation.Builder.getRulesList()
A list of documentation rules that apply to individual API elements.Documentation.getRulesList()
A list of documentation rules that apply to individual API elements.DocumentationOrBuilder.getRulesList()
A list of documentation rules that apply to individual API elements.static com.google.protobuf.Parser
<DocumentationRule> DocumentationRule.parser()
Methods in com.google.api with parameters of type DocumentationRuleModifier and TypeMethodDescriptionDocumentation.Builder.addRules
(int index, DocumentationRule value) 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.DocumentationRule.Builder.mergeFrom
(DocumentationRule other) static DocumentationRule.Builder
DocumentationRule.newBuilder
(DocumentationRule prototype) Documentation.Builder.setRules
(int index, DocumentationRule value) A list of documentation rules that apply to individual API elements.Method parameters in com.google.api with type arguments of type DocumentationRuleModifier and TypeMethodDescriptionDocumentation.Builder.addAllRules
(Iterable<? extends DocumentationRule> values) A list of documentation rules that apply to individual API elements.