Package com.google.api.gax.rpc
Class ApiCallContext.Key<T>
- java.lang.Object
-
- com.google.api.gax.rpc.ApiCallContext.Key<T>
-
- Enclosing interface:
- ApiCallContext
public static final class ApiCallContext.Key<T> extends Object
Key for api call context options key-value pair.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> ApiCallContext.Key<T>create(String name)Factory method for creating instances ofApiCallContext.Key.
-
-
-
Method Detail
-
create
public static <T> ApiCallContext.Key<T> create(String name)
Factory method for creating instances ofApiCallContext.Key.
-
-