Package com.google.api.gax.grpc
Class GaxGrpcProperties
- java.lang.Object
-
- com.google.api.gax.grpc.GaxGrpcProperties
-
@InternalApi public class GaxGrpcProperties extends Object
Provides properties of the GAX-GRPC library.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PatterngetDefaultApiClientHeaderPattern()Returns default api client header pattern (to facilitate testing)static StringgetGaxGrpcVersion()static StringgetGrpcTokenName()static StringgetGrpcVersion()Returns the current version of gRPC
-
-
-
Method Detail
-
getGrpcVersion
public static String getGrpcVersion()
Returns the current version of gRPC
-
getGrpcTokenName
public static String getGrpcTokenName()
-
getGaxGrpcVersion
public static String getGaxGrpcVersion()
-
getDefaultApiClientHeaderPattern
public static Pattern getDefaultApiClientHeaderPattern()
Returns default api client header pattern (to facilitate testing)
-
-