| Package | Description |
|---|---|
| com.google.api |
| Modifier and Type | Method and Description |
|---|---|
DocumentationRule.Builder |
DocumentationRule.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
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 API(s).
|
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.
|
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(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DocumentationRule.Builder |
DocumentationRule.Builder.mergeFrom(DocumentationRule other) |
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(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(String value)
Description of the selected API(s).
|
DocumentationRule.Builder |
DocumentationRule.Builder.setDescriptionBytes(com.google.protobuf.ByteString value)
Description of the selected API(s).
|
DocumentationRule.Builder |
DocumentationRule.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DocumentationRule.Builder |
DocumentationRule.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DocumentationRule.Builder |
DocumentationRule.Builder.setSelector(String value)
The selector is a comma-separated list of patterns.
|
DocumentationRule.Builder |
DocumentationRule.Builder.setSelectorBytes(com.google.protobuf.ByteString value)
The selector is a comma-separated list of patterns.
|
DocumentationRule.Builder |
DocumentationRule.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DocumentationRule.Builder |
DocumentationRule.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentationRule.Builder> |
Documentation.Builder.getRulesBuilderList()
A list of documentation rules that apply to individual API elements.
|
| Modifier and Type | Method and Description |
|---|---|
Documentation.Builder |
Documentation.Builder.addRules(DocumentationRule.Builder builderForValue)
A list of documentation rules that apply to individual API elements.
|
Documentation.Builder |
Documentation.Builder.addRules(int index,
DocumentationRule.Builder builderForValue)
A list of documentation rules that apply to individual API elements.
|
Documentation.Builder |
Documentation.Builder.setRules(int index,
DocumentationRule.Builder builderForValue)
A list of documentation rules that apply to individual API elements.
|
Copyright © 2022 Google LLC. All rights reserved.