public final class GoogleCloudApigeeV1RuntimeTraceConfigOverride
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 |
|---|
GoogleCloudApigeeV1RuntimeTraceConfigOverride() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1RuntimeTraceConfigOverride |
clone() |
String |
getApiProxy()
Name of the API proxy that will have its trace configuration overridden following format:
`organizations/{org}/apis/{api}`
|
String |
getName()
Name of the trace config override in the following format:
`organizations/{org}/environment/{env}/traceConfig/overrides/{override}`
|
String |
getRevisionCreateTime()
The timestamp that the revision was created or updated.
|
String |
getRevisionId()
Revision number which can be used by the runtime to detect if the trace config override has
changed between two versions.
|
GoogleCloudApigeeV1RuntimeTraceSamplingConfig |
getSamplingConfig()
Trace configuration override for a specific API proxy in an environment.
|
String |
getUid()
Unique ID for the configuration override.
|
GoogleCloudApigeeV1RuntimeTraceConfigOverride |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1RuntimeTraceConfigOverride |
setApiProxy(String apiProxy)
Name of the API proxy that will have its trace configuration overridden following format:
`organizations/{org}/apis/{api}`
|
GoogleCloudApigeeV1RuntimeTraceConfigOverride |
setName(String name)
Name of the trace config override in the following format:
`organizations/{org}/environment/{env}/traceConfig/overrides/{override}`
|
GoogleCloudApigeeV1RuntimeTraceConfigOverride |
setRevisionCreateTime(String revisionCreateTime)
The timestamp that the revision was created or updated.
|
GoogleCloudApigeeV1RuntimeTraceConfigOverride |
setRevisionId(String revisionId)
Revision number which can be used by the runtime to detect if the trace config override has
changed between two versions.
|
GoogleCloudApigeeV1RuntimeTraceConfigOverride |
setSamplingConfig(GoogleCloudApigeeV1RuntimeTraceSamplingConfig samplingConfig)
Trace configuration override for a specific API proxy in an environment.
|
GoogleCloudApigeeV1RuntimeTraceConfigOverride |
setUid(String uid)
Unique ID for the configuration override.
|
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 GoogleCloudApigeeV1RuntimeTraceConfigOverride()
public String getApiProxy()
null for nonepublic GoogleCloudApigeeV1RuntimeTraceConfigOverride setApiProxy(String apiProxy)
apiProxy - apiProxy or null for nonepublic String getName()
null for nonepublic GoogleCloudApigeeV1RuntimeTraceConfigOverride setName(String name)
name - name or null for nonepublic String getRevisionCreateTime()
null for nonepublic GoogleCloudApigeeV1RuntimeTraceConfigOverride setRevisionCreateTime(String revisionCreateTime)
revisionCreateTime - revisionCreateTime or null for nonepublic String getRevisionId()
null for nonepublic GoogleCloudApigeeV1RuntimeTraceConfigOverride setRevisionId(String revisionId)
revisionId - revisionId or null for nonepublic GoogleCloudApigeeV1RuntimeTraceSamplingConfig getSamplingConfig()
null for nonepublic GoogleCloudApigeeV1RuntimeTraceConfigOverride setSamplingConfig(GoogleCloudApigeeV1RuntimeTraceSamplingConfig samplingConfig)
samplingConfig - samplingConfig or null for nonepublic String getUid()
null for nonepublic GoogleCloudApigeeV1RuntimeTraceConfigOverride setUid(String uid)
uid - uid or null for nonepublic GoogleCloudApigeeV1RuntimeTraceConfigOverride set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1RuntimeTraceConfigOverride clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.