ProjectsResource class

Constructors

ProjectsResource(ApiRequester client)

Properties

approvalRequests ProjectsApprovalRequestsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteAccessApprovalSettings(String name, {String? $fields}) Future<Empty>
Deletes the settings associated with a project, folder, or organization.
getAccessApprovalSettings(String name, {String? $fields}) Future<AccessApprovalSettings>
Gets the settings associated with a project, folder, or organization.
getServiceAccount(String name, {String? $fields}) Future<AccessApprovalServiceAccount>
Retrieves the service account that is used by Access Approval to access KMS keys for signing approved approval requests.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateAccessApprovalSettings(AccessApprovalSettings request, String name, {String? updateMask, String? $fields}) Future<AccessApprovalSettings>
Updates the settings associated with a project, folder, or organization.

Operators

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