CustomersCertificateProvisioningProcessesResource class

Constructors

CustomersCertificateProvisioningProcessesResource(ApiRequester client)

Properties

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

Methods

claim(GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest request, String name, {String? $fields}) Future<GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessResponse>
Claims a certificate provisioning process.
get(String name, {String? $fields}) Future<GoogleChromeManagementVersionsV1CertificateProvisioningProcess>
Retrieves a certificate provisioning process.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setFailure(GoogleChromeManagementVersionsV1SetFailureRequest request, String name, {String? $fields}) Future<GoogleChromeManagementVersionsV1SetFailureResponse>
Marks a certificate provisioning process as failed.
signData(GoogleChromeManagementVersionsV1SignDataRequest request, String name, {String? $fields}) Future<GoogleLongrunningOperation>
Requests the client that initiated a certificate provisioning process to sign data.
toString() String
A string representation of this object.
inherited
uploadCertificate(GoogleChromeManagementVersionsV1UploadCertificateRequest request, String name, {String? $fields}) Future<GoogleChromeManagementVersionsV1UploadCertificateResponse>
Uploads a successfully issued certificate for a certificate provisioning process.

Operators

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