A context class to be used with #inScope() and a try-with-resources block. Closing a
Scope removes any context that the underlying implementation might've set in #inScope().
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version available is 2.63.1, and it is part of the `com.google.api.gax.tracing.ApiTracer.Scope` package."],["This document provides a historical overview of various versions, starting from 2.63.1 down to 2.7.1 of the `ApiTracer.Scope`, each with its corresponding link."],["`ApiTracer.Scope` is a context class designed for use with `inScope()` and try-with-resources blocks."],["The `ApiTracer.Scope` class implements `AutoCloseable`, meaning it can be used in a try-with-resources block."],["A `close()` method is part of the `ApiTracer.Scope` interface and is used to remove any context set by the `inScope()` method."]]],[]]