docs: A comment for enum `CustomerAttestationState` is changed
docs: A comment for field `customer_attestation_state` in message `.google.cloud.channel.v1.Customer` is changed
docs: A comment for field `entitlement_granularity` in message `.google.cloud.channel.v1.RepricingConfig` is changed
docs: A comment for method `RegisterSubscriber` in service `CloudChannelService` is changed
docs: A comment for method `UnregisterSubscriber` in service `CloudChannelService` is changed
docs: A comment for method `ListSubscribers` in service `CloudChannelService` is changed
docs: A comment for field `owned` in message `.google.cloud.channel.v1.CloudIdentityCustomerAccount` is changed
docs: A comment for field `page_token` in message `.google.cloud.channel.v1.ListSkuGroupsRequest` is changed
docs: A comment for field `page_token` in message `.google.cloud.channel.v1.ListSkuGroupBillableSkusRequest` is changed
docs: A comment for field `next_page_token` in message `.google.cloud.channel.v1.ListSkuGroupsResponse` is changed
docs: A comment for field `next_page_token` in message `.google.cloud.channel.v1.ListSkuGroupBillableSkusResponse` is changed
docs: A comment for message `ChangeParametersRequest` is changed
docs: A comment for field `offers` in message `.google.cloud.channel.v1.ListOffersResponse` is changed
docs: A comment for field `account` in message `.google.cloud.channel.v1.RegisterSubscriberRequest` is changed
docs: A comment for field `account` in message `.google.cloud.channel.v1.UnregisterSubscriberRequest` is changed
docs: A comment for field `account` in message `.google.cloud.channel.v1.ListSubscribersRequest` is changed
docs: A comment for field `event_type` in message `.google.cloud.channel.v1.CustomerEvent` is changed
docs: A comment for field `event_type` in message `.google.cloud.channel.v1.EntitlementEvent` is changed
PiperOrigin-RevId: 838889186
An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025.
PiperOrigin-RevId: 766242721
feat: Add support for importing team customer from a different reseller
feat: Add support to look up team customer Cloud Identity information
docs: Clarify the expected value of the domain field for team type customers
PiperOrigin-RevId: 682051698
docs: A comment for method `RunReportJob` in service `CloudChannelReportsService` is changed
docs: A comment for method `FetchReportResults` in service `CloudChannelReportsService` is changed
docs: A comment for method `ListReports` in service `CloudChannelReportsService` is changed
PiperOrigin-RevId: 592812793
chore: disallow "transport=rest" for services where numeric enums are not confirmed to be supported (except in PHP and Java)
PiperOrigin-RevId: 493113566
* Update descriptions of APIs.
* Add additional_bindings to HTTP annotations of Customer related APIs (list/create/get/update/delete).
* Add a new LookupOffer RPC and LookupOfferRequest proto.
* Add a new enum value LICENSE_CAP_CHANGED to enum EntitlementEvent.Type.
PiperOrigin-RevId: 378177991