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-07-26 UTC."],[[["The webpage provides a comprehensive list of versions for `ApiTracer.Scope`, ranging from version 2.63.1 (latest) down to version 2.7.1."],["Each listed version number links to specific documentation for `com.google.api.gax.tracing.ApiTracer.Scope`, enabling users to explore the API's behavior within each respective release."],["`ApiTracer.Scope` is presented as an interface that extends `AutoCloseable`, designed for use with the `#inScope()` method and within try-with-resources blocks."],["The primary function of the `ApiTracer.Scope` interface is to manage the context within which operations occur, ensuring proper cleanup upon closure via its `close()` method."]]],[]]