public final class GoogleApiServiceusageV1ServiceConfig 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 |
|---|
GoogleApiServiceusageV1ServiceConfig() |
| Modifier and Type | Method and Description |
|---|---|
GoogleApiServiceusageV1ServiceConfig |
clone() |
List<Api> |
getApis()
A list of API interfaces exported by this service.
|
Authentication |
getAuthentication()
Auth configuration.
|
Documentation |
getDocumentation()
Additional API documentation.
|
List<Endpoint> |
getEndpoints()
Configuration for network endpoints.
|
List<MonitoredResourceDescriptor> |
getMonitoredResources()
Defines the monitored resources used by this service.
|
Monitoring |
getMonitoring()
Monitoring configuration.
|
String |
getName()
The DNS address at which this service is available.
|
Quota |
getQuota()
Quota configuration.
|
String |
getTitle()
The product title for this service.
|
Usage |
getUsage()
Configuration controlling usage of this service.
|
GoogleApiServiceusageV1ServiceConfig |
set(String fieldName,
Object value) |
GoogleApiServiceusageV1ServiceConfig |
setApis(List<Api> apis)
A list of API interfaces exported by this service.
|
GoogleApiServiceusageV1ServiceConfig |
setAuthentication(Authentication authentication)
Auth configuration.
|
GoogleApiServiceusageV1ServiceConfig |
setDocumentation(Documentation documentation)
Additional API documentation.
|
GoogleApiServiceusageV1ServiceConfig |
setEndpoints(List<Endpoint> endpoints)
Configuration for network endpoints.
|
GoogleApiServiceusageV1ServiceConfig |
setMonitoredResources(List<MonitoredResourceDescriptor> monitoredResources)
Defines the monitored resources used by this service.
|
GoogleApiServiceusageV1ServiceConfig |
setMonitoring(Monitoring monitoring)
Monitoring configuration.
|
GoogleApiServiceusageV1ServiceConfig |
setName(String name)
The DNS address at which this service is available.
|
GoogleApiServiceusageV1ServiceConfig |
setQuota(Quota quota)
Quota configuration.
|
GoogleApiServiceusageV1ServiceConfig |
setTitle(String title)
The product title for this service.
|
GoogleApiServiceusageV1ServiceConfig |
setUsage(Usage usage)
Configuration controlling usage of this service.
|
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()
public List<Api> getApis()
null for nonepublic GoogleApiServiceusageV1ServiceConfig setApis(List<Api> apis)
apis - apis or null for nonepublic Authentication getAuthentication()
null for nonepublic GoogleApiServiceusageV1ServiceConfig setAuthentication(Authentication authentication)
authentication - authentication or null for nonepublic Documentation getDocumentation()
null for nonepublic GoogleApiServiceusageV1ServiceConfig setDocumentation(Documentation documentation)
documentation - documentation or null for nonepublic List<Endpoint> getEndpoints()
null for nonepublic GoogleApiServiceusageV1ServiceConfig setEndpoints(List<Endpoint> endpoints)
endpoints - endpoints or null for nonepublic List<MonitoredResourceDescriptor> getMonitoredResources()
null for nonepublic GoogleApiServiceusageV1ServiceConfig setMonitoredResources(List<MonitoredResourceDescriptor> monitoredResources)
monitoredResources - monitoredResources or null for nonepublic Monitoring getMonitoring()
null for nonepublic GoogleApiServiceusageV1ServiceConfig setMonitoring(Monitoring monitoring)
monitoring - monitoring or null for nonepublic String getName()
null for nonepublic GoogleApiServiceusageV1ServiceConfig setName(String name)
name - name or null for nonepublic Quota getQuota()
null for nonepublic GoogleApiServiceusageV1ServiceConfig setQuota(Quota quota)
quota - quota or null for nonepublic String getTitle()
null for nonepublic GoogleApiServiceusageV1ServiceConfig setTitle(String title)
title - title or null for nonepublic Usage getUsage()
null for nonepublic GoogleApiServiceusageV1ServiceConfig setUsage(Usage usage)
usage - usage or null for nonepublic GoogleApiServiceusageV1ServiceConfig set(String fieldName, Object value)
set in class GenericJsonpublic GoogleApiServiceusageV1ServiceConfig clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.