[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document outlines the settings for the `PublisherClient` in the Google Cloud Pub/Sub .NET library, with the latest version being 3.23.0, and provides access to version history through to version 2.3.0."],["The `Settings` class offers customization options for message batching behavior through `BatchingSettings`, allowing control over how messages are grouped for sending."],["Message ordering can be enabled using the `EnableMessageOrdering` property, which is essential for ensuring messages with an `OrderingKey` are processed in sequence."],["The `Scheduler` property allows for the configuration of an `IScheduler`, which can be used to modify the scheduling behavior of the publisher client, or allow for testability."],["The document showcases the inheritance of `PublisherClient.Settings` from the base `Object` class and highlights the included constructors and properties such as `BatchingSettings`, `EnableMessageOrdering`, and `Scheduler`."]]],[]]