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: 816273595
feat: Added support for PrivateAuction resource
feat: Added support for GeoTarget resource
feat: Added support for BandwidthGroup resource
feat: Added support for ProgrammaticBuyer
feat: Added support for OperatingSystem resource
feat: Added support for OperatingSystemVersion resource
feat: Added support for DeviceCategory resource
fix!: Added proto3 optional modifier to all primitive type fields
fix!: Moved Company enums to a separate file
fix!: Moved Report messages to a separate file
fix!: Changed canonical resource name format for CustomTargetingValue resource
feat!: New required field customTargetingKey added to CustomTargetingValue resource
docs: Updated documentation for multiple Report enums
PiperOrigin-RevId: 776579480
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: 765227853
fix: Removed closed beta services that had data discrepancies with the SOAP API
Temporarily removed the LineItem, Creative, Contact, Label, and Team services until data discrepancies with the SOAP API are resolved.
PiperOrigin-RevId: 681864022