Uses of Class
com.google.api.MethodPolicy
-
Packages that use MethodPolicy Package Description com.google.api -
-
Uses of MethodPolicy in com.google.api
Fields in com.google.api with type parameters of type MethodPolicy Modifier and Type Field Description static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,MethodPolicy>PolicyProto. methodPolicySee [MethodPolicy][].Methods in com.google.api that return MethodPolicy Modifier and Type Method Description MethodPolicyMethodPolicy.Builder. build()MethodPolicyMethodPolicy.Builder. buildPartial()static MethodPolicyMethodPolicy. getDefaultInstance()MethodPolicyMethodPolicy.Builder. getDefaultInstanceForType()MethodPolicyMethodPolicy. getDefaultInstanceForType()MethodPolicyControl.Builder. getMethodPolicies(int index)Defines policies applying to the API methods of the service.MethodPolicyControl. getMethodPolicies(int index)Defines policies applying to the API methods of the service.MethodPolicyControlOrBuilder. getMethodPolicies(int index)Defines policies applying to the API methods of the service.static MethodPolicyMethodPolicy. parseDelimitedFrom(java.io.InputStream input)static MethodPolicyMethodPolicy. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MethodPolicyMethodPolicy. parseFrom(byte[] data)static MethodPolicyMethodPolicy. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MethodPolicyMethodPolicy. parseFrom(com.google.protobuf.ByteString data)static MethodPolicyMethodPolicy. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MethodPolicyMethodPolicy. parseFrom(com.google.protobuf.CodedInputStream input)static MethodPolicyMethodPolicy. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MethodPolicyMethodPolicy. parseFrom(java.io.InputStream input)static MethodPolicyMethodPolicy. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MethodPolicyMethodPolicy. parseFrom(java.nio.ByteBuffer data)static MethodPolicyMethodPolicy. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.api that return types with arguments of type MethodPolicy Modifier and Type Method Description java.util.List<MethodPolicy>Control.Builder. getMethodPoliciesList()Defines policies applying to the API methods of the service.java.util.List<MethodPolicy>Control. getMethodPoliciesList()Defines policies applying to the API methods of the service.java.util.List<MethodPolicy>ControlOrBuilder. getMethodPoliciesList()Defines policies applying to the API methods of the service.com.google.protobuf.Parser<MethodPolicy>MethodPolicy. getParserForType()static com.google.protobuf.Parser<MethodPolicy>MethodPolicy. parser()Methods in com.google.api with parameters of type MethodPolicy Modifier and Type Method Description Control.BuilderControl.Builder. addMethodPolicies(int index, MethodPolicy value)Defines policies applying to the API methods of the service.Control.BuilderControl.Builder. addMethodPolicies(MethodPolicy value)Defines policies applying to the API methods of the service.MethodPolicy.BuilderMethodPolicy.Builder. mergeFrom(MethodPolicy other)static MethodPolicy.BuilderMethodPolicy. newBuilder(MethodPolicy prototype)Control.BuilderControl.Builder. setMethodPolicies(int index, MethodPolicy value)Defines policies applying to the API methods of the service.Method parameters in com.google.api with type arguments of type MethodPolicy Modifier and Type Method Description Control.BuilderControl.Builder. addAllMethodPolicies(java.lang.Iterable<? extends MethodPolicy> values)Defines policies applying to the API methods of the service.
-