Uses of Class
com.google.api.DocumentationRule.Builder
Packages that use DocumentationRule.Builder
-
Uses of DocumentationRule.Builder in com.google.api
Methods in com.google.api that return DocumentationRule.BuilderModifier and TypeMethodDescriptionDocumentation.Builder.addRulesBuilder()A list of documentation rules that apply to individual API elements.Documentation.Builder.addRulesBuilder(int index) A list of documentation rules that apply to individual API elements.DocumentationRule.Builder.clear()DocumentationRule.Builder.clearDeprecationDescription()Deprecation description of the selected element(s).DocumentationRule.Builder.clearDescription()Description of the selected proto element (e.g. a message, a method, a 'service' definition, or a field).DocumentationRule.Builder.clearSelector()The selector is a comma-separated list of patterns for any element such as a method, a field, an enum value.Documentation.Builder.getRulesBuilder(int index) A list of documentation rules that apply to individual API elements.DocumentationRule.Builder.mergeFrom(DocumentationRule other) DocumentationRule.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DocumentationRule.Builder.mergeFrom(com.google.protobuf.Message other) static DocumentationRule.BuilderDocumentationRule.newBuilder()static DocumentationRule.BuilderDocumentationRule.newBuilder(DocumentationRule prototype) DocumentationRule.newBuilderForType()protected DocumentationRule.BuilderDocumentationRule.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) DocumentationRule.Builder.setDeprecationDescription(String value) Deprecation description of the selected element(s).DocumentationRule.Builder.setDeprecationDescriptionBytes(com.google.protobuf.ByteString value) Deprecation description of the selected element(s).DocumentationRule.Builder.setDescription(String value) Description of the selected proto element (e.g. a message, a method, a 'service' definition, or a field).DocumentationRule.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) Description of the selected proto element (e.g. a message, a method, a 'service' definition, or a field).DocumentationRule.Builder.setSelector(String value) The selector is a comma-separated list of patterns for any element such as a method, a field, an enum value.DocumentationRule.Builder.setSelectorBytes(com.google.protobuf.ByteString value) The selector is a comma-separated list of patterns for any element such as a method, a field, an enum value.DocumentationRule.toBuilder()Methods in com.google.api that return types with arguments of type DocumentationRule.BuilderModifier and TypeMethodDescriptionDocumentation.Builder.getRulesBuilderList()A list of documentation rules that apply to individual API elements.Methods in com.google.api with parameters of type DocumentationRule.BuilderModifier and TypeMethodDescriptionDocumentation.Builder.addRules(int index, DocumentationRule.Builder builderForValue) A list of documentation rules that apply to individual API elements.Documentation.Builder.addRules(DocumentationRule.Builder builderForValue) A list of documentation rules that apply to individual API elements.Documentation.Builder.setRules(int index, DocumentationRule.Builder builderForValue) A list of documentation rules that apply to individual API elements.