CloudCommerceProcurement
import { CloudCommerceProcurement } from "https://googleapis.deno.dev/v1/cloudcommerceprocurement:v1.ts";
Partner API for the Cloud Commerce Procurement Service.
§Methods
Grants an approval on an Account.
Required. The resource name of the account, with the format providers/{providerId}/accounts/{accountId}
.
Lists Accounts that the provider has access to.
Required. The parent resource name.
Resets an Account and cancels all associated Entitlements. Partner can only reset accounts they own rather than customer accounts.
Required. The resource name of the account.
Approves an entitlement that is in the EntitlementState.ENTITLEMENT_ACTIVATION_REQUESTED state. This method is invoked by the provider to approve the creation of the entitlement resource.
Required. The resource name of the entitlement, with the format providers/{providerId}/entitlements/{entitlementId}
.
Approves an entitlement plan change that is in the EntitlementState.ENTITLEMENT_PENDING_PLAN_CHANGE_APPROVAL state. This method is invoked by the provider to approve the plan change on the entitlement resource.
Required. The resource name of the entitlement.
Gets a requested Entitlement resource.
Required. The name of the entitlement to retrieve.
Lists Entitlements for which the provider has read access.
Required. The parent resource name.
Updates an existing Entitlement.
Required. The name of the entitlement to update.
Rejects an entitlement that is in the EntitlementState.ENTITLEMENT_ACTIVATION_REQUESTED state. This method is invoked by the provider to reject the creation of the entitlement resource.
Required. The resource name of the entitlement.
Rejects an entitlement plan change that is in the EntitlementState.ENTITLEMENT_PENDING_PLAN_CHANGE_APPROVAL state. This method is invoked by the provider to reject the plan change on the entitlement resource.
Required. The resource name of the entitlement.