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 classContextRuleA context rule provides information about the context for an individual API element.static classContextRule.BuilderA 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 ContextRuleOrBuilderContext.Builder. getRulesOrBuilder(int index)A list of RPC context rules that apply to individual API methods.ContextRuleOrBuilderContext. getRulesOrBuilder(int index)A list of RPC context rules that apply to individual API methods.ContextRuleOrBuilderContextOrBuilder. 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 List<? extends ContextRuleOrBuilder>Context.Builder. getRulesOrBuilderList()A list of RPC context rules that apply to individual API methods.List<? extends ContextRuleOrBuilder>Context. getRulesOrBuilderList()A list of RPC context rules that apply to individual API methods.List<? extends ContextRuleOrBuilder>ContextOrBuilder. getRulesOrBuilderList()A list of RPC context rules that apply to individual API methods.
-