public sealed class Endpoints : IMessage<Environment.Types.Endpoints>, IEquatable<Environment.Types.Endpoints>, IDeepCloneable<Environment.Types.Endpoints>, IBufferMessage, IMessage
[[["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."],[[["This page details the `Endpoints` class within the `Google.Cloud.Dataplex.V1` namespace, specifically version 2.2.0, used for managing environment endpoints in Google Cloud Dataplex."],["The `Endpoints` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer message operations."],["The class provides two constructors, a default `Endpoints()` and one that takes another `Endpoints` object for copying, `Endpoints(Environment.Types.Endpoints other)`, which allows creating a new instance from an existing one."],["It has properties `Notebooks` and `Sql`, both of which are strings and represent URIs for accessing notebook and SQL APIs, respectively, and are designated as output only."],["The page also provides a version history with different versions of the `Environment.Types.Endpoints` resource, from the latest 3.6.0 down to 1.0.0."]]],[]]