public sealed class IngestionDataSourceSettings : IMessage<IngestionDataSourceSettings>, IEquatable<IngestionDataSourceSettings>, IDeepCloneable<IngestionDataSourceSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class IngestionDataSourceSettings.
[[["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-31 UTC."],[[["The provided content details the `IngestionDataSourceSettings` class within the Google Cloud Pub/Sub v1 API, specifically version 3.15.0, and includes links to older and newer versions of the class."],["`IngestionDataSourceSettings` is a class for configuring an ingestion data source on a topic within Google Cloud Pub/Sub, inheriting from `object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default `IngestionDataSourceSettings()` and an overload `IngestionDataSourceSettings(IngestionDataSourceSettings other)` for creating a new instance based on another."],["It contains the `AwsKinesis` property, which allows for the specification of settings related to an Amazon Kinesis Data Streams source, and the `SourceCase` property to identify the type of source being configured."],["The content covers a range of versions from 2.3.0 up to the latest 3.23.0 of the `IngestionDataSourceSettings`, for users to refer to when using different libraries."]]],[]]