Structs§
- Account
- Represents an account that was established by the customer on the service provider’s system.
- Approval
- An approval for some action on an account.
- Approve
Account Request - Request message for PartnerProcurementService.ApproveAccount.
- Approve
Entitlement Plan Change Request - Request message for [PartnerProcurementService.ApproveEntitlementPlanChange[].
- Approve
Entitlement Request - Request message for [PartnerProcurementService.ApproveEntitlement[].
- Cloud
Commerce Partner Procurement Service - Central instance to access all CloudCommercePartnerProcurementService related resource activities
- Consumer
- A resource using (consuming) this entitlement.
- Empty
- A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
- Entitlement
- Represents a procured product of a customer.
- List
Accounts Response - Response message for [PartnerProcurementService.ListAccounts[].
- List
Entitlements Response - Response message for PartnerProcurementService.ListEntitlements.
- Provider
Account Approve Call - Grants an approval on an Account.
- Provider
Account GetCall - Gets a requested Account resource.
- Provider
Account List Call - Lists Accounts that the provider has access to.
- Provider
Account Reject Call - Rejects an approval on an Account.
- Provider
Account Reset Call - Resets an Account and cancels all associated Entitlements. Partner can only reset accounts they own rather than customer accounts.
- Provider
Entitlement Approve Call - 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.
- Provider
Entitlement Approve Plan Change Call - 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.
- Provider
Entitlement GetCall - Gets a requested Entitlement resource.
- Provider
Entitlement List Call - Lists Entitlements for which the provider has read access.
- Provider
Entitlement Patch Call - Updates an existing Entitlement.
- Provider
Entitlement Reject Call - 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.
- Provider
Entitlement Reject Plan Change Call - 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.
- Provider
Entitlement Suspend Call - Requests suspension of an active Entitlement. This is not yet supported.
- Provider
Methods - A builder providing access to all methods supported on provider resources.
It is not used directly, but through the
CloudCommercePartnerProcurementServicehub. - Reject
Account Request - Request message for PartnerProcurementService.RejectAccount.
- Reject
Entitlement Plan Change Request - Request message for PartnerProcurementService.RejectEntitlementPlanChange.
- Reject
Entitlement Request - Request message for PartnerProcurementService.RejectEntitlement.
- Reset
Account Request - Request message for PartnerProcurementService.ResetAccount.
- Suspend
Entitlement Request - Request message for ParterProcurementService.SuspendEntitlement. This is not yet supported.
Enums§
- Scope
- Identifies the an OAuth2 authorization scope. A scope is needed when requesting an authorization token.