public sealed class LookerSystemSpec : IMessage<LookerSystemSpec>, IEquatable<LookerSystemSpec>, IDeepCloneable<LookerSystemSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class LookerSystemSpec.
Specification that applies to
entries that are part LOOKER system
(user_specified_type)
[[["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-25 UTC."],[[["The `LookerSystemSpec` class is part of the Data Catalog v1 API, specifically within the `Google.Cloud.DataCatalog.V1` namespace, and is used for entries that are part of a `LOOKER` system."],["This class provides properties like `ParentInstanceDisplayName`, `ParentInstanceId`, `ParentModelDisplayName`, `ParentModelId`, `ParentViewDisplayName`, and `ParentViewId` to represent information about the parent Looker instance, model, and view, respectively."],["The latest version available is 2.14.0, and previous versions all the way down to 1.2.0 are documented, offering a range of historical API versions."],["`LookerSystemSpec` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, highlighting its capabilities for message handling, comparison, and deep cloning."],["Two constructors are available for `LookerSystemSpec`, with one being a default constructor and the other being capable of deep cloning from another existing `LookerSystemSpec` object."]]],[]]