Uses of Class
com.google.api.DocumentationRule
-
Packages that use DocumentationRule Package Description com.google.api -
-
Uses of DocumentationRule in com.google.api
Methods in com.google.api that return DocumentationRule Modifier and Type Method Description DocumentationRule
DocumentationRule.Builder. build()
DocumentationRule
DocumentationRule.Builder. buildPartial()
static DocumentationRule
DocumentationRule. getDefaultInstance()
DocumentationRule
DocumentationRule.Builder. getDefaultInstanceForType()
DocumentationRule
DocumentationRule. getDefaultInstanceForType()
DocumentationRule
Documentation.Builder. getRules(int index)
A list of documentation rules that apply to individual API elements.DocumentationRule
Documentation. getRules(int index)
A list of documentation rules that apply to individual API elements.DocumentationRule
DocumentationOrBuilder. getRules(int index)
A list of documentation rules that apply to individual API elements.static DocumentationRule
DocumentationRule. parseDelimitedFrom(java.io.InputStream input)
static DocumentationRule
DocumentationRule. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DocumentationRule
DocumentationRule. parseFrom(byte[] data)
static DocumentationRule
DocumentationRule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DocumentationRule
DocumentationRule. parseFrom(com.google.protobuf.ByteString data)
static DocumentationRule
DocumentationRule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DocumentationRule
DocumentationRule. parseFrom(com.google.protobuf.CodedInputStream input)
static DocumentationRule
DocumentationRule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DocumentationRule
DocumentationRule. parseFrom(java.io.InputStream input)
static DocumentationRule
DocumentationRule. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DocumentationRule
DocumentationRule. parseFrom(java.nio.ByteBuffer data)
static DocumentationRule
DocumentationRule. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api that return types with arguments of type DocumentationRule Modifier and Type Method Description com.google.protobuf.Parser<DocumentationRule>
DocumentationRule. getParserForType()
java.util.List<DocumentationRule>
Documentation.Builder. getRulesList()
A list of documentation rules that apply to individual API elements.java.util.List<DocumentationRule>
Documentation. getRulesList()
A list of documentation rules that apply to individual API elements.java.util.List<DocumentationRule>
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 DocumentationRule Modifier and Type Method Description Documentation.Builder
Documentation.Builder. addRules(int index, DocumentationRule value)
A list of documentation rules that apply to individual API elements.Documentation.Builder
Documentation.Builder. addRules(DocumentationRule value)
A list of documentation rules that apply to individual API elements.DocumentationRule.Builder
DocumentationRule.Builder. mergeFrom(DocumentationRule other)
static DocumentationRule.Builder
DocumentationRule. newBuilder(DocumentationRule prototype)
Documentation.Builder
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 DocumentationRule Modifier and Type Method Description Documentation.Builder
Documentation.Builder. addAllRules(java.lang.Iterable<? extends DocumentationRule> values)
A list of documentation rules that apply to individual API elements.
-