We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d9f050 commit 43958b3Copy full SHA for 43958b3
1 file changed
gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/InstantiatingGrpcChannelProvider.java
@@ -178,6 +178,12 @@ static void resetS2AChannelCredentials() {
178
}
179
180
181
+ /**
182
+ * Returns the s2aChannelCredentials of the {@link InstantiatingGrpcChannelProvider} class for
183
+ * testing purposes.
184
+ *
185
+ * <p>This should only be called from tests.
186
+ */
187
@VisibleForTesting
188
static ChannelCredentials getS2AChannelCredentials() {
189
return s2aChannelCredentials;
0 commit comments