public final class LogConfig
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 Google Cloud Deployment Manager 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
Constructor and Description |
---|
LogConfig() |
Modifier and Type | Method and Description |
---|---|
LogConfig |
clone() |
LogConfigCloudAuditOptions |
getCloudAudit()
Cloud audit options.
|
LogConfigCounterOptions |
getCounter()
Counter options.
|
LogConfigDataAccessOptions |
getDataAccess()
Data access options.
|
LogConfig |
set(java.lang.String fieldName,
java.lang.Object value) |
LogConfig |
setCloudAudit(LogConfigCloudAuditOptions cloudAudit)
Cloud audit options.
|
LogConfig |
setCounter(LogConfigCounterOptions counter)
Counter options.
|
LogConfig |
setDataAccess(LogConfigDataAccessOptions dataAccess)
Data access options.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public LogConfigCloudAuditOptions getCloudAudit()
null
for nonepublic LogConfig setCloudAudit(LogConfigCloudAuditOptions cloudAudit)
cloudAudit
- cloudAudit or null
for nonepublic LogConfigCounterOptions getCounter()
null
for nonepublic LogConfig setCounter(LogConfigCounterOptions counter)
counter
- counter or null
for nonepublic LogConfigDataAccessOptions getDataAccess()
null
for nonepublic LogConfig setDataAccess(LogConfigDataAccessOptions dataAccess)
dataAccess
- dataAccess or null
for nonepublic LogConfig set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public LogConfig clone()
clone
in class com.google.api.client.json.GenericJson