public sealed class GetStreamObjectRequest : IMessage<GetStreamObjectRequest>, IEquatable<GetStreamObjectRequest>, IDeepCloneable<GetStreamObjectRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class GetStreamObjectRequest.
[[["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."],[[["The `GetStreamObjectRequest` class is used to fetch a specific stream object in the DataStream v1 API."],["This class is part of the `Google.Cloud.Datastream.V1` namespace and is available in the `Google.Cloud.Datastream.V1.dll` assembly."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides constructors for creating instances, either default or from an existing `GetStreamObjectRequest` instance."],["The class has properties to set and retrieve the name of the stream object resource, with string and `StreamObjectName` options available."]]],[]]