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