feat: Expose the `Database.mongodb_compatible_data_access_mode` parameter
feat: Expose the `Database.realtime_updates_mode` parameter
feat: Expose the `Index.unique` parameter
docs: Update documentation on several parameters, especially when relating to the new `enterprise` database edition
PiperOrigin-RevId: 865444806
feat: Add `NestedWidget`
feat: Add the field `TextParagraph.max_lines`
feat: Add the field `TextInput.validation`
feat: Add the field `SelectionInput.validation`
feat: Add `Button.Type` and field `Button.type`
feat: Add `ChipList`, `Chip` and field `Widgets.chip_list`
feat: Add the field `TextParagraph.TextSyntax`
feat: Add the field `DecoratedText.start_icon_vertical_alignment`
feat: Add the fields `DecoratedText.top_label_text`, `content_text`, and `bottom_label_text`
docs: change `Workspace Add-ons` to `Workspace add-ons`
docs: improve comments
PiperOrigin-RevId: 860083867
docs: Update reference documentation for annotations. Introduce new richlink metadata types
docs: Add support for providing metadata about the app commands that were invoked.
feat: Add missing field annotations in space.proto, message.proto, reaction.proto, space_event.proto, membership.proto, attachment.proto
docs: Update field annotations in space.proto, message.proto, reaction.proto, space_event.proto, membership.proto, attachment.proto
Changed field behavior for an existing field `update_mask` and `emoji`
docs: Update customemoji docs to denote that it is out of developer preview.
feat: Add DeletionType.SPACE_MEMBER. This is returned when a message sent by an app is deleted by a human in a space
feat: add ROLE_ASSISTANT_MANAGER to the MembershipRole enum in the Membership proto and assistant_managers_allowed to the PermissionSetting
docs: Update field documentations for space.proto and membership.proto
feat: Addition of app auth support for chat api
docs: Update reference documentation for createSpace,updateSpace,deleteSpace,createMembership,updateMembership,deleteMembership and the newly added field -customer- in space.proto
chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 830866244
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: 820810512
feat: add experimental U-turn Avoidance feature
feat: add OptimizeToursLongRunning method
feat: add OptimizeToursUri method
docs: A comment for field `duration_distance_matrices` in message `.google.maps.routeoptimization.v1.ShipmentModel` is changed
docs: A comment for field `precedence_rules` in message `.google.maps.routeoptimization.v1.ShipmentModel` is changed
docs: A comment for enum `TravelMode` is changed
docs: A comment for field `place_id` in message `.google.maps.routeoptimization.v1.Waypoint` is changed
PiperOrigin-RevId: 819788002