public final class BatchEnableServicesResponse 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 |
|---|
BatchEnableServicesResponse() |
| Modifier and Type | Method and Description |
|---|---|
BatchEnableServicesResponse |
clone() |
List<EnableFailure> |
getFailures()
If allow_partial_success is true, and one or more services could not be enabled, this field
contains the details about each failure.
|
List<GoogleApiServiceusageV1Service> |
getServices()
The new state of the services after enabling.
|
BatchEnableServicesResponse |
set(String fieldName,
Object value) |
BatchEnableServicesResponse |
setFailures(List<EnableFailure> failures)
If allow_partial_success is true, and one or more services could not be enabled, this field
contains the details about each failure.
|
BatchEnableServicesResponse |
setServices(List<GoogleApiServiceusageV1Service> services)
The new state of the services after enabling.
|
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 List<EnableFailure> getFailures()
null for nonepublic BatchEnableServicesResponse setFailures(List<EnableFailure> failures)
failures - failures or null for nonepublic List<GoogleApiServiceusageV1Service> getServices()
null for nonepublic BatchEnableServicesResponse setServices(List<GoogleApiServiceusageV1Service> services)
services - services or null for nonepublic BatchEnableServicesResponse set(String fieldName, Object value)
set in class GenericJsonpublic BatchEnableServicesResponse clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.