Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
feat: Add API definitions for Cloud Channel Repricing APIs (#169)
Browse files Browse the repository at this point in the history
* feat: Add API definitions for Cloud Channel Repricing APIs

PiperOrigin-RevId: 443782462

Source-Link: googleapis/googleapis@9efd976

Source-Link: googleapis/googleapis-gen@6a7e22c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmE3ZTIyYzBkNDA2NTc3YWQyMjhmZWI4ZTM3NzUyMWJkMzczOTE5OCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Apr 25, 2022
1 parent 2a88151 commit 18db43c
Show file tree
Hide file tree
Showing 35 changed files with 11,380 additions and 833 deletions.
38 changes: 38 additions & 0 deletions google/cloud/channel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@
Product,
Sku,
)
from google.cloud.channel_v1.types.repricing import (
ChannelPartnerRepricingConfig,
CustomerRepricingConfig,
PercentageAdjustment,
RebillingBasis,
RepricingAdjustment,
RepricingConfig,
)
from google.cloud.channel_v1.types.service import (
ActivateEntitlementRequest,
CancelEntitlementRequest,
Expand All @@ -78,15 +86,25 @@
CheckCloudIdentityAccountsExistResponse,
CloudIdentityCustomerAccount,
CreateChannelPartnerLinkRequest,
CreateChannelPartnerRepricingConfigRequest,
CreateCustomerRepricingConfigRequest,
CreateCustomerRequest,
CreateEntitlementRequest,
DeleteChannelPartnerRepricingConfigRequest,
DeleteCustomerRepricingConfigRequest,
DeleteCustomerRequest,
GetChannelPartnerLinkRequest,
GetChannelPartnerRepricingConfigRequest,
GetCustomerRepricingConfigRequest,
GetCustomerRequest,
GetEntitlementRequest,
ImportCustomerRequest,
ListChannelPartnerLinksRequest,
ListChannelPartnerLinksResponse,
ListChannelPartnerRepricingConfigsRequest,
ListChannelPartnerRepricingConfigsResponse,
ListCustomerRepricingConfigsRequest,
ListCustomerRepricingConfigsResponse,
ListCustomersRequest,
ListCustomersResponse,
ListEntitlementsRequest,
Expand Down Expand Up @@ -122,6 +140,8 @@
UnregisterSubscriberRequest,
UnregisterSubscriberResponse,
UpdateChannelPartnerLinkRequest,
UpdateChannelPartnerRepricingConfigRequest,
UpdateCustomerRepricingConfigRequest,
UpdateCustomerRequest,
)
from google.cloud.channel_v1.types.subscriber_event import (
Expand Down Expand Up @@ -172,6 +192,12 @@
"Product",
"Sku",
"MediaType",
"ChannelPartnerRepricingConfig",
"CustomerRepricingConfig",
"PercentageAdjustment",
"RepricingAdjustment",
"RepricingConfig",
"RebillingBasis",
"ActivateEntitlementRequest",
"CancelEntitlementRequest",
"ChangeOfferRequest",
Expand All @@ -181,15 +207,25 @@
"CheckCloudIdentityAccountsExistResponse",
"CloudIdentityCustomerAccount",
"CreateChannelPartnerLinkRequest",
"CreateChannelPartnerRepricingConfigRequest",
"CreateCustomerRepricingConfigRequest",
"CreateCustomerRequest",
"CreateEntitlementRequest",
"DeleteChannelPartnerRepricingConfigRequest",
"DeleteCustomerRepricingConfigRequest",
"DeleteCustomerRequest",
"GetChannelPartnerLinkRequest",
"GetChannelPartnerRepricingConfigRequest",
"GetCustomerRepricingConfigRequest",
"GetCustomerRequest",
"GetEntitlementRequest",
"ImportCustomerRequest",
"ListChannelPartnerLinksRequest",
"ListChannelPartnerLinksResponse",
"ListChannelPartnerRepricingConfigsRequest",
"ListChannelPartnerRepricingConfigsResponse",
"ListCustomerRepricingConfigsRequest",
"ListCustomerRepricingConfigsResponse",
"ListCustomersRequest",
"ListCustomersResponse",
"ListEntitlementsRequest",
Expand Down Expand Up @@ -225,6 +261,8 @@
"UnregisterSubscriberRequest",
"UnregisterSubscriberResponse",
"UpdateChannelPartnerLinkRequest",
"UpdateChannelPartnerRepricingConfigRequest",
"UpdateCustomerRepricingConfigRequest",
"UpdateCustomerRequest",
"CustomerEvent",
"EntitlementEvent",
Expand Down
38 changes: 38 additions & 0 deletions google/cloud/channel_v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@
)
from .types.operations import OperationMetadata
from .types.products import MarketingInfo, Media, MediaType, Product, Sku
from .types.repricing import (
ChannelPartnerRepricingConfig,
CustomerRepricingConfig,
PercentageAdjustment,
RebillingBasis,
RepricingAdjustment,
RepricingConfig,
)
from .types.service import (
ActivateEntitlementRequest,
CancelEntitlementRequest,
Expand All @@ -65,15 +73,25 @@
CheckCloudIdentityAccountsExistResponse,
CloudIdentityCustomerAccount,
CreateChannelPartnerLinkRequest,
CreateChannelPartnerRepricingConfigRequest,
CreateCustomerRepricingConfigRequest,
CreateCustomerRequest,
CreateEntitlementRequest,
DeleteChannelPartnerRepricingConfigRequest,
DeleteCustomerRepricingConfigRequest,
DeleteCustomerRequest,
GetChannelPartnerLinkRequest,
GetChannelPartnerRepricingConfigRequest,
GetCustomerRepricingConfigRequest,
GetCustomerRequest,
GetEntitlementRequest,
ImportCustomerRequest,
ListChannelPartnerLinksRequest,
ListChannelPartnerLinksResponse,
ListChannelPartnerRepricingConfigsRequest,
ListChannelPartnerRepricingConfigsResponse,
ListCustomerRepricingConfigsRequest,
ListCustomerRepricingConfigsResponse,
ListCustomersRequest,
ListCustomersResponse,
ListEntitlementsRequest,
Expand Down Expand Up @@ -109,6 +127,8 @@
UnregisterSubscriberRequest,
UnregisterSubscriberResponse,
UpdateChannelPartnerLinkRequest,
UpdateChannelPartnerRepricingConfigRequest,
UpdateCustomerRepricingConfigRequest,
UpdateCustomerRequest,
)
from .types.subscriber_event import CustomerEvent, EntitlementEvent, SubscriberEvent
Expand All @@ -125,6 +145,7 @@
"ChannelPartnerLink",
"ChannelPartnerLinkState",
"ChannelPartnerLinkView",
"ChannelPartnerRepricingConfig",
"CheckCloudIdentityAccountsExistRequest",
"CheckCloudIdentityAccountsExistResponse",
"CloudChannelServiceClient",
Expand All @@ -134,21 +155,32 @@
"Constraints",
"ContactInfo",
"CreateChannelPartnerLinkRequest",
"CreateChannelPartnerRepricingConfigRequest",
"CreateCustomerRepricingConfigRequest",
"CreateCustomerRequest",
"CreateEntitlementRequest",
"Customer",
"CustomerConstraints",
"CustomerEvent",
"CustomerRepricingConfig",
"DeleteChannelPartnerRepricingConfigRequest",
"DeleteCustomerRepricingConfigRequest",
"DeleteCustomerRequest",
"EduData",
"Entitlement",
"EntitlementEvent",
"GetChannelPartnerLinkRequest",
"GetChannelPartnerRepricingConfigRequest",
"GetCustomerRepricingConfigRequest",
"GetCustomerRequest",
"GetEntitlementRequest",
"ImportCustomerRequest",
"ListChannelPartnerLinksRequest",
"ListChannelPartnerLinksResponse",
"ListChannelPartnerRepricingConfigsRequest",
"ListChannelPartnerRepricingConfigsResponse",
"ListCustomerRepricingConfigsRequest",
"ListCustomerRepricingConfigsResponse",
"ListCustomersRequest",
"ListCustomersResponse",
"ListEntitlementsRequest",
Expand Down Expand Up @@ -179,6 +211,7 @@
"ParameterDefinition",
"PaymentPlan",
"PaymentType",
"PercentageAdjustment",
"Period",
"PeriodType",
"Plan",
Expand All @@ -192,9 +225,12 @@
"ProvisionedService",
"PurchasableOffer",
"PurchasableSku",
"RebillingBasis",
"RegisterSubscriberRequest",
"RegisterSubscriberResponse",
"RenewalSettings",
"RepricingAdjustment",
"RepricingConfig",
"ResourceType",
"Sku",
"StartPaidServiceRequest",
Expand All @@ -210,6 +246,8 @@
"UnregisterSubscriberRequest",
"UnregisterSubscriberResponse",
"UpdateChannelPartnerLinkRequest",
"UpdateChannelPartnerRepricingConfigRequest",
"UpdateCustomerRepricingConfigRequest",
"UpdateCustomerRequest",
"Value",
)
Loading

0 comments on commit 18db43c

Please sign in to comment.