Uses of Interface
com.google.api.BackendRuleOrBuilder
-
Packages that use BackendRuleOrBuilder Package Description com.google.api -
-
Uses of BackendRuleOrBuilder in com.google.api
Classes in com.google.api that implement BackendRuleOrBuilder Modifier and Type Class Description classBackendRuleA backend rule provides configuration for an individual API element.static classBackendRule.BuilderA backend rule provides configuration for an individual API element.Methods in com.google.api that return BackendRuleOrBuilder Modifier and Type Method Description BackendRuleOrBuilderBackend.Builder. getRulesOrBuilder(int index)A list of API backend rules that apply to individual API methods.BackendRuleOrBuilderBackend. getRulesOrBuilder(int index)A list of API backend rules that apply to individual API methods.BackendRuleOrBuilderBackendOrBuilder. getRulesOrBuilder(int index)A list of API backend rules that apply to individual API methods.Methods in com.google.api that return types with arguments of type BackendRuleOrBuilder Modifier and Type Method Description List<? extends BackendRuleOrBuilder>Backend.Builder. getRulesOrBuilderList()A list of API backend rules that apply to individual API methods.List<? extends BackendRuleOrBuilder>Backend. getRulesOrBuilderList()A list of API backend rules that apply to individual API methods.List<? extends BackendRuleOrBuilder>BackendOrBuilder. getRulesOrBuilderList()A list of API backend rules that apply to individual API methods.
-