ProjectsCompaniesResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(CreateCompanyRequest request, String parent, {String? $fields})
→ Future<Company>
-
Creates a new company entity.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes specified company.
-
get(String name, {String? $fields})
→ Future<Company>
-
Retrieves specified company.
-
list(String parent, {int? pageSize, String? pageToken, bool? requireOpenJobs, String? $fields})
→ Future<ListCompaniesResponse>
-
Lists all companies associated with the service account.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(UpdateCompanyRequest request, String name, {String? $fields})
→ Future<Company>
-
Updates specified company.
-
toString()
→ String
-
A string representation of this object.
inherited