Uses of Class
com.google.api.gax.rpc.ApiCallContext.Key
-
Packages that use ApiCallContext.Key Package Description com.google.api.gax.batching com.google.api.gax.rpc com.google.api.gax.rpc.internal -
-
Uses of ApiCallContext.Key in com.google.api.gax.batching
Fields in com.google.api.gax.batching declared as ApiCallContext.Key Modifier and Type Field Description static 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.Key Modifier and Type Method Description static <T> ApiCallContext.Key<T>ApiCallContext.Key. create(String name)Factory method for creating instances ofApiCallContext.Key.Methods in com.google.api.gax.rpc with parameters of type ApiCallContext.Key Modifier and Type Method Description <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.Key Modifier and Type Method Description <T> TApiCallContextOptions. getOption(ApiCallContext.Key<T> key)Get an option.<T> ApiCallContextOptionsApiCallContextOptions. withOption(ApiCallContext.Key<T> key, T value)Add an option.
-