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-21 UTC."],[[["The `LookerSystemSpec` class in the Google Cloud Data Catalog v1 API provides specifications for entries that are part of the `LOOKER` system, as indicated by the `user_specified_type`."],["This class is implemented across multiple versions of the API, ranging from version 1.2.0 up to the latest version 2.14.0, all accessible through specific URLs."],["The `LookerSystemSpec` class includes properties such as `ParentInstanceDisplayName`, `ParentInstanceId`, `ParentModelDisplayName`, `ParentModelId`, `ParentViewDisplayName`, and `ParentViewId` to describe the parent Looker elements."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the base `object` class."],["There are two constructors available for `LookerSystemSpec`, a default constructor and one that accepts another `LookerSystemSpec` object as a parameter for copying, with descriptions of parameters included."]]],[]]