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 of the API documentation available is 2.63.1, and it contains a comprehensive list of past versions from that version down to version 2.7.1."],["The content provided pertains to the `ApiTracer.Scope` class within the `com.google.api.gax.tracing` package, specifically for the Java programming language."],["The `ApiTracer.Scope` interface, part of the `ApiTracer` class, is designed for use with `inScope()` and try-with-resources blocks."],["The `ApiTracer.Scope` interface extends `AutoCloseable`, allowing it to be used in try-with-resources statements for automatic resource management."],["The `close()` method, implemented by `ApiTracer.Scope`, is used to remove any context that might have been set by the underlying implementation in `inScope()`."]]],[]]