public sealed class FetchErrorsRequest : IMessage<FetchErrorsRequest>, IEquatable<FetchErrorsRequest>, IDeepCloneable<FetchErrorsRequest>, IBufferMessage, IMessage
[[["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 `FetchErrorsRequest` class within the `Google.Cloud.Datastream.V1Alpha1` namespace, part of the `Google.Cloud.Datastream.V1Alpha1.dll` assembly."],["`FetchErrorsRequest` is a request message used for fetching errors and it inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, a default constructor `FetchErrorsRequest()` and a copy constructor `FetchErrorsRequest(FetchErrorsRequest other)`, allowing the creation of new instances and copies of existing ones."],["The `FetchErrorsRequest` class includes two properties: `Stream`, which is a string representing the name of the stream resource, and `StreamAsStreamName`, a `StreamName`-typed view of the `Stream` property."],["The latest version of this documentation is 2.0.0-alpha05, and there are also 2.0.0-alpha04 and 1.0.0-beta02 available."]]],[]]