ProjectsLocationsCertificateAuthoritiesCertificatesResource class
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(Certificate request, String parent, {String? certificateId, String? requestId, String? $fields})
→ Future<Certificate>
-
Create a new Certificate in a given Project, Location from a particular
CertificateAuthority.
-
get(String name, {String? $fields})
→ Future<Certificate>
-
Returns a Certificate.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListCertificatesResponse>
-
Lists Certificates.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Certificate request, String name, {String? requestId, String? updateMask, String? $fields})
→ Future<Certificate>
-
Update a Certificate.
-
revoke(RevokeCertificateRequest request, String name, {String? $fields})
→ Future<Certificate>
-
Revoke a Certificate.
-
toString()
→ String
-
A string representation of this object.
inherited