Uses of Class
com.google.devtools.clouderrorreporting.v1beta1.ProjectName
-
Packages that use ProjectName Package Description com.google.devtools.clouderrorreporting.v1beta1 A client to Error Reporting API -
-
Uses of ProjectName in com.google.devtools.clouderrorreporting.v1beta1
Methods in com.google.devtools.clouderrorreporting.v1beta1 that return ProjectName Modifier and Type Method Description ProjectNameProjectName.Builder. build()static ProjectNameProjectName. of(String project)static ProjectNameProjectName. parse(String formattedString)Methods in com.google.devtools.clouderrorreporting.v1beta1 that return types with arguments of type ProjectName Modifier and Type Method Description static List<ProjectName>ProjectName. parseList(List<String> formattedStrings)Methods in com.google.devtools.clouderrorreporting.v1beta1 with parameters of type ProjectName Modifier and Type Method Description DeleteEventsResponseErrorStatsServiceClient. deleteEvents(ProjectName projectName)Deletes all error events of a given project.ErrorStatsServiceClient.ListEventsPagedResponseErrorStatsServiceClient. listEvents(ProjectName projectName, String groupId)Lists the specified events.ErrorStatsServiceClient.ListGroupStatsPagedResponseErrorStatsServiceClient. listGroupStats(ProjectName projectName, QueryTimeRange timeRange)Lists the specified groups.ReportErrorEventResponseReportErrorsServiceClient. reportErrorEvent(ProjectName projectName, ReportedErrorEvent event)Report an individual error event and record the event to a log.Method parameters in com.google.devtools.clouderrorreporting.v1beta1 with type arguments of type ProjectName Modifier and Type Method Description static List<String>ProjectName. toStringList(List<ProjectName> values)
-