Package | Description |
---|---|
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
MethodPolicy |
MethodPolicy.clone() |
MethodPolicy |
MethodPolicy.set(String fieldName,
Object value) |
MethodPolicy |
MethodPolicy.setRequestPolicies(List<FieldPolicy> requestPolicies)
Policies that are applicable to the request message.
|
MethodPolicy |
MethodPolicy.setSelector(String selector)
Selects a method to which these policies should be enforced, for example,
"google.pubsub.v1.Subscriber.CreateSubscription".
|
Modifier and Type | Method and Description |
---|---|
List<MethodPolicy> |
Control.getMethodPolicies()
Defines policies applying to the API methods of the service.
|
Modifier and Type | Method and Description |
---|---|
Control |
Control.setMethodPolicies(List<MethodPolicy> methodPolicies)
Defines policies applying to the API methods of the service.
|
Copyright © 2011–2024 Google. All rights reserved.