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 DocumentationRuleDocumentationRule.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 DocumentationRuleDocumentationRule.parseDelimitedFrom(InputStream input) static DocumentationRuleDocumentationRule.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DocumentationRuleDocumentationRule.parseFrom(byte[] data) static DocumentationRuleDocumentationRule.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DocumentationRuleDocumentationRule.parseFrom(com.google.protobuf.ByteString data) static DocumentationRuleDocumentationRule.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DocumentationRuleDocumentationRule.parseFrom(com.google.protobuf.CodedInputStream input) static DocumentationRuleDocumentationRule.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DocumentationRuleDocumentationRule.parseFrom(InputStream input) static DocumentationRuleDocumentationRule.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DocumentationRuleDocumentationRule.parseFrom(ByteBuffer data) static DocumentationRuleDocumentationRule.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.BuilderDocumentationRule.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.