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 Management 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.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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.GenericJson
public Usage clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.