Uses of Class
com.google.devtools.clouderrorreporting.v1beta1.ResolutionStatus
-
Packages that use ResolutionStatus Package Description com.google.devtools.clouderrorreporting.v1beta1 A client to Error Reporting API -
-
Uses of ResolutionStatus in com.google.devtools.clouderrorreporting.v1beta1
Methods in com.google.devtools.clouderrorreporting.v1beta1 that return ResolutionStatus Modifier and Type Method Description static ResolutionStatusResolutionStatus. forNumber(int value)ResolutionStatusErrorGroup.Builder. getResolutionStatus()Error group's resolution status.ResolutionStatusErrorGroup. getResolutionStatus()Error group's resolution status.ResolutionStatusErrorGroupOrBuilder. getResolutionStatus()Error group's resolution status.static ResolutionStatusResolutionStatus. valueOf(int value)Deprecated.static ResolutionStatusResolutionStatus. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ResolutionStatusResolutionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ResolutionStatus[]ResolutionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.devtools.clouderrorreporting.v1beta1 that return types with arguments of type ResolutionStatus Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ResolutionStatus>ResolutionStatus. internalGetValueMap()Methods in com.google.devtools.clouderrorreporting.v1beta1 with parameters of type ResolutionStatus Modifier and Type Method Description ErrorGroup.BuilderErrorGroup.Builder. setResolutionStatus(ResolutionStatus value)Error group's resolution status.
-