ProjectsTenantsResource class
Methods
-
completeQuery(String tenant, {String? company, List<String>? languageCodes, int? pageSize, String? query, String? scope, String? type, String? $fields})
→ Future<CompleteQueryResponse>
-
Completes the specified prefix with keyword suggestions.
-
create(Tenant request, String parent, {String? $fields})
→ Future<Tenant>
-
Creates a new tenant entity.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes specified tenant.
-
get(String name, {String? $fields})
→ Future<Tenant>
-
Retrieves specified tenant.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListTenantsResponse>
-
Lists all tenants associated with the project.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Tenant request, String name, {String? updateMask, String? $fields})
→ Future<Tenant>
-
Updates specified tenant.
-
toString()
→ String
-
A string representation of this object.
inherited