Uses of Class
com.google.devtools.clouderrorreporting.v1beta1.ErrorGroupName
-
Packages that use ErrorGroupName Package Description com.google.devtools.clouderrorreporting.v1beta1 A client to Error Reporting API -
-
Uses of ErrorGroupName in com.google.devtools.clouderrorreporting.v1beta1
Methods in com.google.devtools.clouderrorreporting.v1beta1 that return ErrorGroupName Modifier and Type Method Description ErrorGroupNameErrorGroupName.Builder. build()static ErrorGroupNameErrorGroupName. of(String project, String group)static ErrorGroupNameErrorGroupName. parse(String formattedString)Methods in com.google.devtools.clouderrorreporting.v1beta1 that return types with arguments of type ErrorGroupName Modifier and Type Method Description static List<ErrorGroupName>ErrorGroupName. parseList(List<String> formattedStrings)Methods in com.google.devtools.clouderrorreporting.v1beta1 with parameters of type ErrorGroupName Modifier and Type Method Description ErrorGroupErrorGroupServiceClient. getGroup(ErrorGroupName groupName)Get the specified group.Method parameters in com.google.devtools.clouderrorreporting.v1beta1 with type arguments of type ErrorGroupName Modifier and Type Method Description static List<String>ErrorGroupName. toStringList(List<ErrorGroupName> values)
-