public sealed class RuntimeEntitySchema : IMessage<RuntimeEntitySchema>, IEquatable<RuntimeEntitySchema>, IDeepCloneable<RuntimeEntitySchema>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class RuntimeEntitySchema.
[[["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 documentation covers the `RuntimeEntitySchema` class, which is part of the Google Cloud Connectors v1 API, specifically version 1.2.0."],["`RuntimeEntitySchema` is a sealed class that represents the schema of a runtime entity and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor for creating a new `RuntimeEntitySchema` instance, as well as a constructor for creating a copy from another `RuntimeEntitySchema` instance."],["The class has two main properties: `Entity`, which represents the name of the entity, and `Fields`, which is a list of fields within the entity, each designated as output only."],["The `RuntimeEntitySchema` is a part of the `Google.Cloud.Connectors.V1` namespace and is found within the `Google.Cloud.Connectors.V1.dll` assembly."]]],[]]