ProjectsResource class

Constructors

ProjectsResource(ApiRequester client)

Properties

attestors → ProjectsAttestorsResource
no setter
hashCode → int
The hash code for this object.
no setterinherited
platforms → ProjectsPlatformsResource
no setter
policy → ProjectsPolicyResource
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPolicy(String name, {String? $fields}) → Future<Policy>
A policy specifies the attestors that must attest to a container image, before the project is allowed to deploy that image.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited
updatePolicy(Policy request, String name, {String? $fields}) → Future<Policy>
Creates or updates a project's policy, and returns a copy of the new policy.

Operators

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