Package io.grpc.alts
Class ComputeEngineChannelCredentials
- java.lang.Object
-
- io.grpc.alts.ComputeEngineChannelCredentials
-
public final class ComputeEngineChannelCredentials extends java.lang.ObjectCredentials appropriate to contact Google services when running on Google Compute Engine. This class sets up a secure channel using ALTS if applicable and using TLS as fallback. It is a subset of the functionality provided byGoogleDefaultChannelCredentials.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ChannelCredentialscreate()Creates credentials for Google Compute Engine.
-