CasesResource class
Methods
-
close(CloseCaseRequest request, String name, {String? $fields})
→ Future<Case>
-
Close a case.
-
create(Case request, String parent, {String? $fields})
→ Future<Case>
-
Create a new case and associate it with a parent.
-
escalate(EscalateCaseRequest request, String name, {String? $fields})
→ Future<Case>
-
Escalate a case, starting the Google Cloud Support escalation management
process.
-
get(String name, {String? $fields})
→ Future<Case>
-
Retrieve a case.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<ListCasesResponse>
-
Retrieve all cases under a parent, but not its children.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Case request, String name, {String? updateMask, String? $fields})
→ Future<Case>
-
Update a case.
-
search(String parent, {int? pageSize, String? pageToken, String? query, String? $fields})
→ Future<SearchCasesResponse>
-
Search for cases using a query.
-
toString()
→ String
-
A string representation of this object.
inherited