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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 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."]]],[]]