public final class GoogleApiServiceusageV1Service extends 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 Usage API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GoogleApiServiceusageV1Service() |
| Modifier and Type | Method and Description |
|---|---|
GoogleApiServiceusageV1Service |
clone() |
GoogleApiServiceusageV1ServiceConfig |
getConfig()
The service configuration of the available service.
|
String |
getName()
The resource name of the consumer and service.
|
String |
getParent()
The resource name of the consumer.
|
String |
getState()
Whether or not the service has been enabled for use by the consumer.
|
GoogleApiServiceusageV1Service |
set(String fieldName,
Object value) |
GoogleApiServiceusageV1Service |
setConfig(GoogleApiServiceusageV1ServiceConfig config)
The service configuration of the available service.
|
GoogleApiServiceusageV1Service |
setName(String name)
The resource name of the consumer and service.
|
GoogleApiServiceusageV1Service |
setParent(String parent)
The resource name of the consumer.
|
GoogleApiServiceusageV1Service |
setState(String state)
Whether or not the service has been enabled for use by the consumer.
|
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 GoogleApiServiceusageV1ServiceConfig getConfig()
null for nonepublic GoogleApiServiceusageV1Service setConfig(GoogleApiServiceusageV1ServiceConfig config)
config - config or null for nonepublic String getName()
null for nonepublic GoogleApiServiceusageV1Service setName(String name)
name - name or null for nonepublic String getParent()
null for nonepublic GoogleApiServiceusageV1Service setParent(String parent)
parent - parent or null for nonepublic String getState()
null for nonepublic GoogleApiServiceusageV1Service setState(String state)
state - state or null for nonepublic GoogleApiServiceusageV1Service set(String fieldName, Object value)
set in class GenericJsonpublic GoogleApiServiceusageV1Service clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.