public sealed class OracleObjectIdentifier : IMessage<SourceObjectIdentifier.Types.OracleObjectIdentifier>, IEquatable<SourceObjectIdentifier.Types.OracleObjectIdentifier>, IDeepCloneable<SourceObjectIdentifier.Types.OracleObjectIdentifier>, IBufferMessage, IMessage
[[["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."],[[["This webpage details the `OracleObjectIdentifier` class within the `Google.Cloud.Datastream.V1` namespace, which serves as an identifier for Oracle data source objects."],["The `OracleObjectIdentifier` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class includes two constructors: a default constructor, and another that takes an instance of `SourceObjectIdentifier.Types.OracleObjectIdentifier` as a parameter for copying."],["It contains two properties, `Schema` and `Table`, both of which are required strings that represent the name of the schema and the name of the table, respectively."],["The webpage provides a version history, with the latest version being 2.9.0 and includes links to the documentation of all versions from 1.0.0 to 2.9.0."]]],[]]