Uses of Class
com.google.api.DocumentationRule.Builder
Packages that use DocumentationRule.Builder
-
Uses of DocumentationRule.Builder in com.google.api
Subclasses with type arguments of type DocumentationRule.Builder in com.google.apiModifier and TypeClassDescriptionstatic final classA documentation rule provides information about individual API elements.Methods in com.google.api that return DocumentationRule.BuilderModifier and TypeMethodDescriptionDocumentationRule.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Documentation.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.DocumentationRule.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) DocumentationRule.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) DocumentationRule.Builder.clearSelector()The selector is a comma-separated list of patterns for any element such as a method, a field, an enum value.DocumentationRule.Builder.clone()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) DocumentationRule.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static DocumentationRule.BuilderDocumentationRule.newBuilder()static DocumentationRule.BuilderDocumentationRule.newBuilder(DocumentationRule prototype) DocumentationRule.newBuilderForType()protected DocumentationRule.BuilderDocumentationRule.newBuilderForType(com.google.protobuf.GeneratedMessageV3.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.DocumentationRule.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) Description of the selected proto element (e.g.DocumentationRule.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DocumentationRule.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) 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.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 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.