Uses of Interface
com.google.api.ContextRuleOrBuilder
-
Packages that use ContextRuleOrBuilder Package Description com.google.api -
-
Uses of ContextRuleOrBuilder in com.google.api
Classes in com.google.api that implement ContextRuleOrBuilder Modifier and Type Class Description class
ContextRule
A context rule provides information about the context for an individual API element.static class
ContextRule.Builder
A context rule provides information about the context for an individual API element.Methods in com.google.api that return ContextRuleOrBuilder Modifier and Type Method Description ContextRuleOrBuilder
Context.Builder. getRulesOrBuilder(int index)
A list of RPC context rules that apply to individual API methods.ContextRuleOrBuilder
Context. getRulesOrBuilder(int index)
A list of RPC context rules that apply to individual API methods.ContextRuleOrBuilder
ContextOrBuilder. getRulesOrBuilder(int index)
A list of RPC context rules that apply to individual API methods.Methods in com.google.api that return types with arguments of type ContextRuleOrBuilder Modifier and Type Method Description java.util.List<? extends ContextRuleOrBuilder>
Context.Builder. getRulesOrBuilderList()
A list of RPC context rules that apply to individual API methods.java.util.List<? extends ContextRuleOrBuilder>
Context. getRulesOrBuilderList()
A list of RPC context rules that apply to individual API methods.java.util.List<? extends ContextRuleOrBuilder>
ContextOrBuilder. getRulesOrBuilderList()
A list of RPC context rules that apply to individual API methods.
-