Uses of Class
com.google.api.MethodPolicy.Builder
Packages that use MethodPolicy.Builder
-
Uses of MethodPolicy.Builder in com.google.api
Methods in com.google.api that return MethodPolicy.BuilderModifier and TypeMethodDescriptionMethodPolicy.Builder.addAllRequestPolicies(Iterable<? extends FieldPolicy> values) Policies that are applicable to the request message.Control.Builder.addMethodPoliciesBuilder()Defines policies applying to the API methods of the service.Control.Builder.addMethodPoliciesBuilder(int index) Defines policies applying to the API methods of the service.MethodPolicy.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) MethodPolicy.Builder.addRequestPolicies(int index, FieldPolicy value) Policies that are applicable to the request message.MethodPolicy.Builder.addRequestPolicies(int index, FieldPolicy.Builder builderForValue) Policies that are applicable to the request message.MethodPolicy.Builder.addRequestPolicies(FieldPolicy value) Policies that are applicable to the request message.MethodPolicy.Builder.addRequestPolicies(FieldPolicy.Builder builderForValue) Policies that are applicable to the request message.MethodPolicy.Builder.clear()MethodPolicy.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) MethodPolicy.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) MethodPolicy.Builder.clearRequestPolicies()Policies that are applicable to the request message.MethodPolicy.Builder.clearSelector()Selects a method to which these policies should be enforced, for example, "google.pubsub.v1.Subscriber.CreateSubscription".MethodPolicy.Builder.clone()Control.Builder.getMethodPoliciesBuilder(int index) Defines policies applying to the API methods of the service.MethodPolicy.Builder.mergeFrom(MethodPolicy other) MethodPolicy.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MethodPolicy.Builder.mergeFrom(com.google.protobuf.Message other) final MethodPolicy.BuilderMethodPolicy.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static MethodPolicy.BuilderMethodPolicy.newBuilder()static MethodPolicy.BuilderMethodPolicy.newBuilder(MethodPolicy prototype) MethodPolicy.newBuilderForType()protected MethodPolicy.BuilderMethodPolicy.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) MethodPolicy.Builder.removeRequestPolicies(int index) Policies that are applicable to the request message.MethodPolicy.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) MethodPolicy.Builder.setRequestPolicies(int index, FieldPolicy value) Policies that are applicable to the request message.MethodPolicy.Builder.setRequestPolicies(int index, FieldPolicy.Builder builderForValue) Policies that are applicable to the request message.MethodPolicy.Builder.setSelector(String value) Selects a method to which these policies should be enforced, for example, "google.pubsub.v1.Subscriber.CreateSubscription".MethodPolicy.Builder.setSelectorBytes(com.google.protobuf.ByteString value) Selects a method to which these policies should be enforced, for example, "google.pubsub.v1.Subscriber.CreateSubscription".final MethodPolicy.BuilderMethodPolicy.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) MethodPolicy.toBuilder()Methods in com.google.api that return types with arguments of type MethodPolicy.BuilderModifier and TypeMethodDescriptionControl.Builder.getMethodPoliciesBuilderList()Defines policies applying to the API methods of the service.Methods in com.google.api with parameters of type MethodPolicy.BuilderModifier and TypeMethodDescriptionControl.Builder.addMethodPolicies(int index, MethodPolicy.Builder builderForValue) Defines policies applying to the API methods of the service.Control.Builder.addMethodPolicies(MethodPolicy.Builder builderForValue) Defines policies applying to the API methods of the service.Control.Builder.setMethodPolicies(int index, MethodPolicy.Builder builderForValue) Defines policies applying to the API methods of the service.