ProjectsAttestorsResource class

Constructors

ProjectsAttestorsResource(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(Attestor request, String parent, {String? attestorId, String? $fields}) Future<Attestor>
Creates an attestor, and returns a copy of the new attestor.
delete(String name, {String? $fields}) Future<Empty>
Deletes an attestor.
get(String name, {String? $fields}) Future<Attestor>
Gets an attestor.
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields}) Future<IamPolicy>
Gets the access control policy for a resource.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListAttestorsResponse>
Lists attestors.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields}) Future<IamPolicy>
Sets the access control policy on the specified resource.
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields}) Future<TestIamPermissionsResponse>
Returns permissions that a caller has on the specified resource.
toString() String
A string representation of this object.
inherited
update(Attestor request, String name, {String? $fields}) Future<Attestor>
Updates an attestor.
validateAttestationOccurrence(ValidateAttestationOccurrenceRequest request, String attestor, {String? $fields}) Future<ValidateAttestationOccurrenceResponse>
Returns whether the given Attestation for the given image URI was signed by the given Attestor

Operators

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