public final class GoogleCloudApigeeV1TraceConfig
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 |
|---|
GoogleCloudApigeeV1TraceConfig() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1TraceConfig |
clone() |
String |
getEndpoint()
Required.
|
String |
getExporter()
Required.
|
GoogleCloudApigeeV1TraceSamplingConfig |
getSamplingConfig()
Distributed trace configuration for all API proxies in an environment.
|
GoogleCloudApigeeV1TraceConfig |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1TraceConfig |
setEndpoint(String endpoint)
Required.
|
GoogleCloudApigeeV1TraceConfig |
setExporter(String exporter)
Required.
|
GoogleCloudApigeeV1TraceConfig |
setSamplingConfig(GoogleCloudApigeeV1TraceSamplingConfig samplingConfig)
Distributed 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 String getEndpoint()
null for nonepublic GoogleCloudApigeeV1TraceConfig setEndpoint(String endpoint)
endpoint - endpoint or null for nonepublic String getExporter()
null for nonepublic GoogleCloudApigeeV1TraceConfig setExporter(String exporter)
exporter - exporter or null for nonepublic GoogleCloudApigeeV1TraceSamplingConfig getSamplingConfig()
null for nonepublic GoogleCloudApigeeV1TraceConfig setSamplingConfig(GoogleCloudApigeeV1TraceSamplingConfig samplingConfig)
samplingConfig - samplingConfig or null for nonepublic GoogleCloudApigeeV1TraceConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1TraceConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.