View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1RuntimeTraceConfigOverride (google_api_apigee v0.53.0)
NEXT ID: 7 Trace configuration override for a specific API proxy in an environment.
Attributes
-
apiProxy(type:String.t, default:nil) - Name of the API proxy that will have its trace configuration overridden following format:organizations/{org}/apis/{api} -
name(type:String.t, default:nil) - Name of the trace config override in the following format:organizations/{org}/environment/{env}/traceConfig/overrides/{override} -
revisionCreateTime(type:DateTime.t, default:nil) - The timestamp that the revision was created or updated. -
revisionId(type:String.t, default:nil) - Revision number which can be used by the runtime to detect if the trace config override has changed between two versions. -
samplingConfig(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1RuntimeTraceSamplingConfig.t, default:nil) - Trace configuration override for a specific API proxy in an environment. -
uid(type:String.t, default:nil) - Unique ID for the configuration override. The ID will only change if the override is deleted and recreated. Corresponds to name's "override" field.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1RuntimeTraceConfigOverride{ apiProxy: String.t() | nil, name: String.t() | nil, revisionCreateTime: DateTime.t() | nil, revisionId: String.t() | nil, samplingConfig: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1RuntimeTraceSamplingConfig.t() | nil, uid: String.t() | nil }