Uses of Class
com.google.cloud.logging.testing.RemoteLoggingHelper
-
Packages that use RemoteLoggingHelper Package Description com.google.cloud.logging.testing A testing helper for Cloud Logging. -
-
Uses of RemoteLoggingHelper in com.google.cloud.logging.testing
Methods in com.google.cloud.logging.testing that return RemoteLoggingHelper Modifier and Type Method Description static RemoteLoggingHelperRemoteLoggingHelper. create()Creates aRemoteLoggingHelperobject using default project id and authentication credentials.static RemoteLoggingHelperRemoteLoggingHelper. create(String projectId, InputStream keyStream)Creates aRemoteLoggingHelperobject for the given project id and JSON key input stream.
-