Skip to content

Commit 591ef68

Browse files
committed
mark enum as internal only.
1 parent 6a27af6 commit 591ef68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/InstantiatingGrpcChannelProvider.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ public final class InstantiatingGrpcChannelProvider implements TransportChannelP
139139
* or S2A is used to estabilsh a connection to Google APIs.
140140
*
141141
*/
142+
@InternalApi
142143
public enum HardBoundTokenTypes {
143144
// Use ALTS bound tokens when using DirectPath
144145
ALTS,

0 commit comments

Comments
 (0)