Uses of Class
com.google.devtools.clouderrorreporting.v1beta1.ErrorStatsServiceClient
-
Packages that use ErrorStatsServiceClient Package Description com.google.devtools.clouderrorreporting.v1beta1 A client to Error Reporting API -
-
Uses of ErrorStatsServiceClient in com.google.devtools.clouderrorreporting.v1beta1
Methods in com.google.devtools.clouderrorreporting.v1beta1 that return ErrorStatsServiceClient Modifier and Type Method Description static ErrorStatsServiceClient
ErrorStatsServiceClient. create()
Constructs an instance of ErrorStatsServiceClient with default settings.static ErrorStatsServiceClient
ErrorStatsServiceClient. create(ErrorStatsServiceSettings settings)
Constructs an instance of ErrorStatsServiceClient, using the given settings.static ErrorStatsServiceClient
ErrorStatsServiceClient. create(ErrorStatsServiceStub stub)
Constructs an instance of ErrorStatsServiceClient, using the given stub for making calls.
-