Uses of Interface
com.google.api.FieldPolicyOrBuilder
-
Packages that use FieldPolicyOrBuilder Package Description com.google.api -
-
Uses of FieldPolicyOrBuilder in com.google.api
Classes in com.google.api that implement FieldPolicyOrBuilder Modifier and Type Class Description class
FieldPolicy
Google API Policy Annotation This message defines a simple API policy annotation that can be used to annotate API request and response message fields with applicable policies.static class
FieldPolicy.Builder
Google API Policy Annotation This message defines a simple API policy annotation that can be used to annotate API request and response message fields with applicable policies.Methods in com.google.api that return FieldPolicyOrBuilder Modifier and Type Method Description FieldPolicyOrBuilder
MethodPolicy.Builder. getRequestPoliciesOrBuilder(int index)
Policies that are applicable to the request message.FieldPolicyOrBuilder
MethodPolicy. getRequestPoliciesOrBuilder(int index)
Policies that are applicable to the request message.FieldPolicyOrBuilder
MethodPolicyOrBuilder. getRequestPoliciesOrBuilder(int index)
Policies that are applicable to the request message.Methods in com.google.api that return types with arguments of type FieldPolicyOrBuilder Modifier and Type Method Description java.util.List<? extends FieldPolicyOrBuilder>
MethodPolicy.Builder. getRequestPoliciesOrBuilderList()
Policies that are applicable to the request message.java.util.List<? extends FieldPolicyOrBuilder>
MethodPolicy. getRequestPoliciesOrBuilderList()
Policies that are applicable to the request message.java.util.List<? extends FieldPolicyOrBuilder>
MethodPolicyOrBuilder. getRequestPoliciesOrBuilderList()
Policies that are applicable to the request message.
-