public final class DiagnosticConfig
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 Notebooks 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
DiagnosticConfig() |
| Modifier and Type | Method and Description |
|---|---|
DiagnosticConfig |
clone() |
Boolean |
getCopyHomeFilesFlagEnabled()
Optional.
|
String |
getGcsBucket()
Required.
|
Boolean |
getPacketCaptureFlagEnabled()
Optional.
|
String |
getRelativePath()
Optional.
|
Boolean |
getRepairFlagEnabled()
Optional.
|
DiagnosticConfig |
set(String fieldName,
Object value) |
DiagnosticConfig |
setCopyHomeFilesFlagEnabled(Boolean copyHomeFilesFlagEnabled)
Optional.
|
DiagnosticConfig |
setGcsBucket(String gcsBucket)
Required.
|
DiagnosticConfig |
setPacketCaptureFlagEnabled(Boolean packetCaptureFlagEnabled)
Optional.
|
DiagnosticConfig |
setRelativePath(String relativePath)
Optional.
|
DiagnosticConfig |
setRepairFlagEnabled(Boolean repairFlagEnabled)
Optional.
|
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 Boolean getCopyHomeFilesFlagEnabled()
null for nonepublic DiagnosticConfig setCopyHomeFilesFlagEnabled(Boolean copyHomeFilesFlagEnabled)
copyHomeFilesFlagEnabled - copyHomeFilesFlagEnabled or null for nonepublic String getGcsBucket()
null for nonepublic DiagnosticConfig setGcsBucket(String gcsBucket)
gcsBucket - gcsBucket or null for nonepublic Boolean getPacketCaptureFlagEnabled()
null for nonepublic DiagnosticConfig setPacketCaptureFlagEnabled(Boolean packetCaptureFlagEnabled)
packetCaptureFlagEnabled - packetCaptureFlagEnabled or null for nonepublic String getRelativePath()
null for nonepublic DiagnosticConfig setRelativePath(String relativePath)
relativePath - relativePath or null for nonepublic Boolean getRepairFlagEnabled()
null for nonepublic DiagnosticConfig setRepairFlagEnabled(Boolean repairFlagEnabled)
repairFlagEnabled - repairFlagEnabled or null for nonepublic DiagnosticConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic DiagnosticConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.