Uses of Class
com.google.api.MethodPolicy
Packages that use MethodPolicy
-
Uses of MethodPolicy in com.google.api
Fields in com.google.api with type parameters of type MethodPolicyModifier and TypeFieldDescriptionstatic final com.google.protobuf.GeneratedMessage.GeneratedExtension
<com.google.protobuf.DescriptorProtos.MethodOptions, MethodPolicy> PolicyProto.methodPolicy
See [MethodPolicy][].Methods in com.google.api that return MethodPolicyModifier and TypeMethodDescriptionMethodPolicy.Builder.build()
MethodPolicy.Builder.buildPartial()
static MethodPolicy
MethodPolicy.getDefaultInstance()
MethodPolicy.Builder.getDefaultInstanceForType()
MethodPolicy.getDefaultInstanceForType()
Control.Builder.getMethodPolicies
(int index) Defines policies applying to the API methods of the service.Control.getMethodPolicies
(int index) Defines policies applying to the API methods of the service.ControlOrBuilder.getMethodPolicies
(int index) Defines policies applying to the API methods of the service.static MethodPolicy
MethodPolicy.parseDelimitedFrom
(InputStream input) static MethodPolicy
MethodPolicy.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MethodPolicy
MethodPolicy.parseFrom
(byte[] data) static MethodPolicy
MethodPolicy.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MethodPolicy
MethodPolicy.parseFrom
(com.google.protobuf.ByteString data) static MethodPolicy
MethodPolicy.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MethodPolicy
MethodPolicy.parseFrom
(com.google.protobuf.CodedInputStream input) static MethodPolicy
MethodPolicy.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MethodPolicy
MethodPolicy.parseFrom
(InputStream input) static MethodPolicy
MethodPolicy.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MethodPolicy
MethodPolicy.parseFrom
(ByteBuffer data) static MethodPolicy
MethodPolicy.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.api that return types with arguments of type MethodPolicyModifier and TypeMethodDescriptionControl.Builder.getMethodPoliciesList()
Defines policies applying to the API methods of the service.Control.getMethodPoliciesList()
Defines policies applying to the API methods of the service.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 MethodPolicyModifier and TypeMethodDescriptionControl.Builder.addMethodPolicies
(int index, MethodPolicy value) Defines policies applying to the API methods of the service.Control.Builder.addMethodPolicies
(MethodPolicy value) Defines policies applying to the API methods of the service.MethodPolicy.Builder.mergeFrom
(MethodPolicy other) static MethodPolicy.Builder
MethodPolicy.newBuilder
(MethodPolicy prototype) Control.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 MethodPolicyModifier and TypeMethodDescriptionControl.Builder.addAllMethodPolicies
(Iterable<? extends MethodPolicy> values) Defines policies applying to the API methods of the service.