ProjectsTenantsCompaniesResource class

Constructors

ProjectsTenantsCompaniesResource(ApiRequester client)

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(Company 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 project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Company request, String name, {String? updateMask, String? $fields}) Future<Company>
Updates specified company.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited