public final class GoogleCloudApigeeV1RuntimeConfig
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 Apigee 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 |
|---|
GoogleCloudApigeeV1RuntimeConfig() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1RuntimeConfig |
clone() |
String |
getAnalyticsBucket()
Cloud Storage bucket used for uploading Analytics records.
|
String |
getName()
Name of the resource in the following format: `organizations/{org}/runtimeConfig`.
|
String |
getTenantProjectId()
Output only.
|
String |
getTraceBucket()
Cloud Storage bucket used for uploading Trace records.
|
GoogleCloudApigeeV1RuntimeConfig |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1RuntimeConfig |
setAnalyticsBucket(String analyticsBucket)
Cloud Storage bucket used for uploading Analytics records.
|
GoogleCloudApigeeV1RuntimeConfig |
setName(String name)
Name of the resource in the following format: `organizations/{org}/runtimeConfig`.
|
GoogleCloudApigeeV1RuntimeConfig |
setTenantProjectId(String tenantProjectId)
Output only.
|
GoogleCloudApigeeV1RuntimeConfig |
setTraceBucket(String traceBucket)
Cloud Storage bucket used for uploading Trace records.
|
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 String getAnalyticsBucket()
null for nonepublic GoogleCloudApigeeV1RuntimeConfig setAnalyticsBucket(String analyticsBucket)
analyticsBucket - analyticsBucket or null for nonepublic String getName()
null for nonepublic GoogleCloudApigeeV1RuntimeConfig setName(String name)
name - name or null for nonepublic String getTenantProjectId()
null for nonepublic GoogleCloudApigeeV1RuntimeConfig setTenantProjectId(String tenantProjectId)
tenantProjectId - tenantProjectId or null for nonepublic String getTraceBucket()
null for nonepublic GoogleCloudApigeeV1RuntimeConfig setTraceBucket(String traceBucket)
traceBucket - traceBucket or null for nonepublic GoogleCloudApigeeV1RuntimeConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1RuntimeConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.