Uses of Class
com.google.api.gax.rpc.ApiCallContext.Key
Packages that use ApiCallContext.Key
Package
Description
-
Uses of ApiCallContext.Key in com.google.api.gax.batching
Fields in com.google.api.gax.batching declared as ApiCallContext.KeyModifier and TypeFieldDescriptionstatic final ApiCallContext.Key<Long>Batcher.THROTTLED_TIME_KEYApiCallContext.Keyfor tracking batch total throttled time -
Uses of ApiCallContext.Key in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return ApiCallContext.KeyModifier and TypeMethodDescriptionstatic <T> ApiCallContext.Key<T>Factory method for creating instances ofApiCallContext.Key.Methods in com.google.api.gax.rpc with parameters of type ApiCallContext.KeyModifier and TypeMethodDescription<T> TApiCallContext.getOption(ApiCallContext.Key<T> key) Return the api call context option set for this context.<T> ApiCallContextApiCallContext.withOption(ApiCallContext.Key<T> key, T value) Return a new ApiCallContext with additional option merged into the present instance. -
Uses of ApiCallContext.Key in com.google.api.gax.rpc.internal
Methods in com.google.api.gax.rpc.internal with parameters of type ApiCallContext.KeyModifier and TypeMethodDescription<T> TApiCallContextOptions.getOption(ApiCallContext.Key<T> key) Get an option.ApiCallContextOptions.withOption(ApiCallContext.Key<T> key, T value) Add an option.