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 within the `Google.Cloud.Connectors.V1` namespace."],["The `RuntimeEntitySchema` class represents the schema of a runtime entity and includes an `Entity` property for the entity name, and a `Fields` property for a list of fields in the entity."],["This class is a sealed class that inherits from the `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for creating a `RuntimeEntitySchema` object, one is parameterless and the other takes another `RuntimeEntitySchema` object as input."],["This document also includes links to the documentation for the different versions of this class, ranging from version 1.0.0 up to the latest version 1.3.0."]]],[]]