public sealed class Environment.Types.Endpoints : IMessage<Environment.Types.Endpoints>, IEquatable<Environment.Types.Endpoints>, IDeepCloneable<Environment.Types.Endpoints>, IBufferMessage, IMessage
Implements
IMessageEnvironmentTypesEndpoints, IEquatableEnvironmentTypesEndpoints, IDeepCloneableEnvironmentTypesEndpoints, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DataplexV1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
Endpoints()
public Endpoints()
Endpoints(Endpoints)
public Endpoints(Environment.Types.Endpoints other)
Parameter | |
---|---|
Name | Description |
other | EnvironmentTypesEndpoints |
Properties
Notebooks
public string Notebooks { get; set; }
Output only. URI to serve notebook APIs
Property Value | |
---|---|
Type | Description |
string |
Sql
public string Sql { get; set; }
Output only. URI to serve SQL APIs
Property Value | |
---|---|
Type | Description |
string |