Uses of Interface
com.google.api.MethodPolicyOrBuilder
-
Packages that use MethodPolicyOrBuilder Package Description com.google.api -
-
Uses of MethodPolicyOrBuilder in com.google.api
Classes in com.google.api that implement MethodPolicyOrBuilder Modifier and Type Class Description class
MethodPolicy
Defines policies applying to an RPC method.static class
MethodPolicy.Builder
Defines policies applying to an RPC method.Methods in com.google.api that return MethodPolicyOrBuilder Modifier and Type Method Description MethodPolicyOrBuilder
Control.Builder. getMethodPoliciesOrBuilder(int index)
Defines policies applying to the API methods of the service.MethodPolicyOrBuilder
Control. getMethodPoliciesOrBuilder(int index)
Defines policies applying to the API methods of the service.MethodPolicyOrBuilder
ControlOrBuilder. getMethodPoliciesOrBuilder(int index)
Defines policies applying to the API methods of the service.Methods in com.google.api that return types with arguments of type MethodPolicyOrBuilder Modifier and Type Method Description java.util.List<? extends MethodPolicyOrBuilder>
Control.Builder. getMethodPoliciesOrBuilderList()
Defines policies applying to the API methods of the service.java.util.List<? extends MethodPolicyOrBuilder>
Control. getMethodPoliciesOrBuilderList()
Defines policies applying to the API methods of the service.java.util.List<? extends MethodPolicyOrBuilder>
ControlOrBuilder. getMethodPoliciesOrBuilderList()
Defines policies applying to the API methods of the service.
-