Package io.grpc.auth
Class GoogleAuthLibraryCallCredentials.MethodPair
- java.lang.Object
-
- io.grpc.auth.GoogleAuthLibraryCallCredentials.MethodPair
-
- Enclosing class:
- GoogleAuthLibraryCallCredentials
private static class GoogleAuthLibraryCallCredentials.MethodPair extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.Method
builderSetter
private java.lang.reflect.Method
getter
-
Constructor Summary
Constructors Modifier Constructor Description private
MethodPair(java.lang.reflect.Method getter, java.lang.reflect.Method builderSetter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
apply(com.google.auth.Credentials credentials, java.lang.Object builder)
-