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 version 2.63.1, with older versions ranging down to 2.7.1 also available."],["This document provides version-specific references to the `ApiTracer.Scope` class within the `com.google.api.gax.tracing` package for Java."],["`ApiTracer.Scope` is a context class designed for use with the `#inScope()` method and a try-with-resources block to manage context."],["Closing an `ApiTracer.Scope` object, by calling the `close()` method, will remove the context that might have been set by the implementation's `#inScope()` method."],["The `ApiTracer.Scope` class implements the `AutoCloseable` interface, allowing it to be used in try-with-resources blocks for automatic resource management."]]],[]]