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 ErrorGroupName
ErrorGroupName.Builder. build()
static ErrorGroupName
ErrorGroupName. of(String project, String group)
static ErrorGroupName
ErrorGroupName. 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 ErrorGroup
ErrorGroupServiceClient. 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)
-