ServicesTenancyUnitsResource class

Constructors

ServicesTenancyUnitsResource(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

addProject(AddTenantProjectRequest request, String parent, {String? $fields}) Future<Operation>
Add a new tenant project to the tenancy unit.
applyProjectConfig(ApplyTenantProjectConfigRequest request, String name, {String? $fields}) Future<Operation>
Apply a configuration to an existing tenant project.
attachProject(AttachTenantProjectRequest request, String name, {String? $fields}) Future<Operation>
Attach an existing project to the tenancy unit as a new tenant resource.
create(CreateTenancyUnitRequest request, String parent, {String? $fields}) Future<TenancyUnit>
Creates a tenancy unit with no tenant resources.
delete(String name, {String? $fields}) Future<Operation>
Delete a tenancy unit.
deleteProject(DeleteTenantProjectRequest request, String name, {String? $fields}) Future<Operation>
Deletes the specified project resource identified by a tenant resource tag.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<ListTenancyUnitsResponse>
Find the tenancy unit for a managed service and service consumer.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeProject(RemoveTenantProjectRequest request, String name, {String? $fields}) Future<Operation>
Removes the specified project resource identified by a tenant resource tag.
toString() String
A string representation of this object.
inherited
undeleteProject(UndeleteTenantProjectRequest request, String name, {String? $fields}) Future<Operation>
Attempts to undelete a previously deleted tenant project.

Operators

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