Package | Description |
---|---|
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
UsageRule |
UsageRule.clone() |
UsageRule |
UsageRule.set(String fieldName,
Object value) |
UsageRule |
UsageRule.setAllowUnregisteredCalls(Boolean allowUnregisteredCalls)
If true, the selected method allows unregistered calls, e.g.
|
UsageRule |
UsageRule.setSelector(String selector)
Selects the methods to which this rule applies.
|
UsageRule |
UsageRule.setSkipServiceControl(Boolean skipServiceControl)
If true, the selected method should skip service control and the control plane features, such
as quota and billing, will not be available.
|
Modifier and Type | Method and Description |
---|---|
List<UsageRule> |
Usage.getRules()
A list of usage rules that apply to individual API methods.
|
Modifier and Type | Method and Description |
---|---|
Usage |
Usage.setRules(List<UsageRule> rules)
A list of usage rules that apply to individual API methods.
|
Copyright © 2011–2024 Google. All rights reserved.