public final class Usage
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Service Networking API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Usage() |
| Modifier and Type | Method and Description |
|---|---|
Usage |
clone() |
String |
getProducerNotificationChannel()
The full resource name of a channel used for sending notifications to the service producer.
|
List<String> |
getRequirements()
Requirements that must be satisfied before a consumer project can use the service.
|
List<UsageRule> |
getRules()
A list of usage rules that apply to individual API methods.
|
Usage |
set(String fieldName,
Object value) |
Usage |
setProducerNotificationChannel(String producerNotificationChannel)
The full resource name of a channel used for sending notifications to the service producer.
|
Usage |
setRequirements(List<String> requirements)
Requirements that must be satisfied before a consumer project can use the service.
|
Usage |
setRules(List<UsageRule> rules)
A list of usage rules that apply to individual API methods.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getProducerNotificationChannel()
null for nonepublic Usage setProducerNotificationChannel(String producerNotificationChannel)
producerNotificationChannel - producerNotificationChannel or null for nonepublic List<String> getRequirements()
null for nonepublic Usage setRequirements(List<String> requirements)
requirements - requirements or null for nonepublic List<UsageRule> getRules()
null for nonepublic Usage setRules(List<UsageRule> rules)
rules - rules or null for nonepublic Usage set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Usage clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.