public final class GoogleCloudApigeeV1RuntimeTraceConfig
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 |
|---|
GoogleCloudApigeeV1RuntimeTraceConfig() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1RuntimeTraceConfig |
clone() |
String |
getEndpoint()
Endpoint of the exporter.
|
String |
getExporter()
Exporter that is used to view the distributed trace captured using OpenCensus.
|
String |
getName()
Name of the trace config in the following format:
`organizations/{org}/environment/{env}/traceConfig`
|
List<GoogleCloudApigeeV1RuntimeTraceConfigOverride> |
getOverrides()
List of trace configuration overrides for spicific API proxies.
|
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 has changed
between two versions.
|
GoogleCloudApigeeV1RuntimeTraceSamplingConfig |
getSamplingConfig()
Trace configuration for all API proxies in an environment.
|
GoogleCloudApigeeV1RuntimeTraceConfig |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1RuntimeTraceConfig |
setEndpoint(String endpoint)
Endpoint of the exporter.
|
GoogleCloudApigeeV1RuntimeTraceConfig |
setExporter(String exporter)
Exporter that is used to view the distributed trace captured using OpenCensus.
|
GoogleCloudApigeeV1RuntimeTraceConfig |
setName(String name)
Name of the trace config in the following format:
`organizations/{org}/environment/{env}/traceConfig`
|
GoogleCloudApigeeV1RuntimeTraceConfig |
setOverrides(List<GoogleCloudApigeeV1RuntimeTraceConfigOverride> overrides)
List of trace configuration overrides for spicific API proxies.
|
GoogleCloudApigeeV1RuntimeTraceConfig |
setRevisionCreateTime(String revisionCreateTime)
The timestamp that the revision was created or updated.
|
GoogleCloudApigeeV1RuntimeTraceConfig |
setRevisionId(String revisionId)
Revision number which can be used by the runtime to detect if the trace config has changed
between two versions.
|
GoogleCloudApigeeV1RuntimeTraceConfig |
setSamplingConfig(GoogleCloudApigeeV1RuntimeTraceSamplingConfig samplingConfig)
Trace configuration for all API proxies in an environment.
|
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 GoogleCloudApigeeV1RuntimeTraceConfig()
public String getEndpoint()
null for nonepublic GoogleCloudApigeeV1RuntimeTraceConfig setEndpoint(String endpoint)
endpoint - endpoint or null for nonepublic String getExporter()
null for nonepublic GoogleCloudApigeeV1RuntimeTraceConfig setExporter(String exporter)
exporter - exporter or null for nonepublic String getName()
null for nonepublic GoogleCloudApigeeV1RuntimeTraceConfig setName(String name)
name - name or null for nonepublic List<GoogleCloudApigeeV1RuntimeTraceConfigOverride> getOverrides()
null for nonepublic GoogleCloudApigeeV1RuntimeTraceConfig setOverrides(List<GoogleCloudApigeeV1RuntimeTraceConfigOverride> overrides)
overrides - overrides or null for nonepublic String getRevisionCreateTime()
null for nonepublic GoogleCloudApigeeV1RuntimeTraceConfig setRevisionCreateTime(String revisionCreateTime)
revisionCreateTime - revisionCreateTime or null for nonepublic String getRevisionId()
null for nonepublic GoogleCloudApigeeV1RuntimeTraceConfig setRevisionId(String revisionId)
revisionId - revisionId or null for nonepublic GoogleCloudApigeeV1RuntimeTraceSamplingConfig getSamplingConfig()
null for nonepublic GoogleCloudApigeeV1RuntimeTraceConfig setSamplingConfig(GoogleCloudApigeeV1RuntimeTraceSamplingConfig samplingConfig)
samplingConfig - samplingConfig or null for nonepublic GoogleCloudApigeeV1RuntimeTraceConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1RuntimeTraceConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.