Data Analytics API with Gemini v1beta API - Class PrivateLookerInstanceInfo (1.0.0-beta01)

public sealed class PrivateLookerInstanceInfo : IMessage<PrivateLookerInstanceInfo>, IEquatable<PrivateLookerInstanceInfo>, IDeepCloneable<PrivateLookerInstanceInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class PrivateLookerInstanceInfo.

Message representing a private Looker instance info required if the Looker instance is behind a private network.

Inheritance

object > PrivateLookerInstanceInfo

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

PrivateLookerInstanceInfo()

public PrivateLookerInstanceInfo()

PrivateLookerInstanceInfo(PrivateLookerInstanceInfo)

public PrivateLookerInstanceInfo(PrivateLookerInstanceInfo other)
Parameter
Name Description
other PrivateLookerInstanceInfo

Properties

LookerInstanceId

public string LookerInstanceId { get; set; }

The Looker instance id.

Property Value
Type Description
string

ServiceDirectoryName

public string ServiceDirectoryName { get; set; }

The service directory name of the Looker instance.

Property Value
Type Description
string