DocumentationRule.Builder |
DocumentationRule.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
DocumentationRule.Builder |
Documentation.Builder.addRulesBuilder() |
A list of documentation rules that apply to individual API elements.
|
DocumentationRule.Builder |
Documentation.Builder.addRulesBuilder(int index) |
A list of documentation rules that apply to individual API elements.
|
DocumentationRule.Builder |
DocumentationRule.Builder.clear() |
|
DocumentationRule.Builder |
DocumentationRule.Builder.clearDeprecationDescription() |
Deprecation description of the selected element(s).
|
DocumentationRule.Builder |
DocumentationRule.Builder.clearDescription() |
Description of the selected proto element (e.g.
|
DocumentationRule.Builder |
DocumentationRule.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
DocumentationRule.Builder |
DocumentationRule.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
DocumentationRule.Builder |
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 |
DocumentationRule.Builder.clone() |
|
DocumentationRule.Builder |
Documentation.Builder.getRulesBuilder(int index) |
A list of documentation rules that apply to individual API elements.
|
DocumentationRule.Builder |
DocumentationRule.Builder.mergeFrom(DocumentationRule other) |
|
DocumentationRule.Builder |
DocumentationRule.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
DocumentationRule.Builder |
DocumentationRule.Builder.mergeFrom(com.google.protobuf.Message other) |
|
DocumentationRule.Builder |
DocumentationRule.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static DocumentationRule.Builder |
DocumentationRule.newBuilder() |
|
static DocumentationRule.Builder |
DocumentationRule.newBuilder(DocumentationRule prototype) |
|
DocumentationRule.Builder |
DocumentationRule.newBuilderForType() |
|
protected DocumentationRule.Builder |
DocumentationRule.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
DocumentationRule.Builder |
DocumentationRule.Builder.setDeprecationDescription(java.lang.String value) |
Deprecation description of the selected element(s).
|
DocumentationRule.Builder |
DocumentationRule.Builder.setDeprecationDescriptionBytes(com.google.protobuf.ByteString value) |
Deprecation description of the selected element(s).
|
DocumentationRule.Builder |
DocumentationRule.Builder.setDescription(java.lang.String value) |
Description of the selected proto element (e.g.
|
DocumentationRule.Builder |
DocumentationRule.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) |
Description of the selected proto element (e.g.
|
DocumentationRule.Builder |
DocumentationRule.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
DocumentationRule.Builder |
DocumentationRule.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
DocumentationRule.Builder |
DocumentationRule.Builder.setSelector(java.lang.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 |
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 |
DocumentationRule.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
DocumentationRule.Builder |
DocumentationRule.toBuilder() |
|