Cloud Dataplex v1 API - Class Environment.Types.Endpoints (2.15.0)

public sealed class Environment.Types.Endpoints : IMessage<Environment.Types.Endpoints>, IEquatable<Environment.Types.Endpoints>, IDeepCloneable<Environment.Types.Endpoints>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class Environment.Types.Endpoints.

URI Endpoints to access sessions associated with the Environment.

Inheritance

object > Environment.Types.Endpoints

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

Endpoints()

public Endpoints()

Endpoints(Endpoints)

public Endpoints(Environment.Types.Endpoints other)
Parameter
NameDescription
otherEnvironmentTypesEndpoints

Properties

Notebooks

public string Notebooks { get; set; }

Output only. URI to serve notebook APIs

Property Value
TypeDescription
string

Sql

public string Sql { get; set; }

Output only. URI to serve SQL APIs

Property Value
TypeDescription
string