public sealed class SourceObjectIdentifier : IMessage<SourceObjectIdentifier>, IEquatable<SourceObjectIdentifier>, IDeepCloneable<SourceObjectIdentifier>, IBufferMessage, IMessage
Represents an identifier of an object in the data source.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["The `SourceObjectIdentifier` class, part of the `Google.Cloud.Datastream.V1` namespace, represents an identifier of an object within a data source, and is currently at version 2.9.0 (latest)."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and message buffering."],["`SourceObjectIdentifier` offers constructors for creating new instances, either default or by cloning an existing `SourceObjectIdentifier` object."],["The class allows you to identify objects in either a MySQL or Oracle data source using the `MysqlIdentifier` and `OracleIdentifier` properties, respectively."],["Available versions for `SourceObjectIdentifier` range from 1.0.0 to 2.9.0, with individual documentation pages available for each version."]]],[]]