Package-level declarations
Types
Link copied to clipboard
                object Cloudtrace_v2beta1Functions
Link copied to clipboard
                Creates a sink that exports trace spans to a destination. The export of newly-ingested traces begins immediately, unless the sink's writer_identity is not permitted to write to the destination. A sink can export traces only from the resource owning the sink (the 'parent').
Link copied to clipboard
                data class TraceSinkArgs(val name: Output<String>? = null, val outputConfig: Output<OutputConfigArgs>? = null, val project: Output<String>? = null) : ConvertibleToJava<TraceSinkArgs> 
Creates a sink that exports trace spans to a destination. The export of newly-ingested traces begins immediately, unless the sink's writer_identity is not permitted to write to the destination. A sink can export traces only from the resource owning the sink (the 'parent').
Link copied to clipboard
                class TraceSinkArgsBuilder
Builder for TraceSinkArgs.
Link copied to clipboard
                Link copied to clipboard
                class TraceSinkResourceBuilder
Builder for TraceSink.