Interface LookerSystemSpecOrBuilder (1.19.0)

public interface LookerSystemSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParentInstanceDisplayName()

public abstract String getParentInstanceDisplayName()

Name of the parent Looker Instance. Empty if it does not exist.

string parent_instance_display_name = 2;

Returns
TypeDescription
String

The parentInstanceDisplayName.

getParentInstanceDisplayNameBytes()

public abstract ByteString getParentInstanceDisplayNameBytes()

Name of the parent Looker Instance. Empty if it does not exist.

string parent_instance_display_name = 2;

Returns
TypeDescription
ByteString

The bytes for parentInstanceDisplayName.

getParentInstanceId()

public abstract String getParentInstanceId()

ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com

string parent_instance_id = 1;

Returns
TypeDescription
String

The parentInstanceId.

getParentInstanceIdBytes()

public abstract ByteString getParentInstanceIdBytes()

ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com

string parent_instance_id = 1;

Returns
TypeDescription
ByteString

The bytes for parentInstanceId.

getParentModelDisplayName()

public abstract String getParentModelDisplayName()

Name of the parent Model. Empty if it does not exist.

string parent_model_display_name = 4;

Returns
TypeDescription
String

The parentModelDisplayName.

getParentModelDisplayNameBytes()

public abstract ByteString getParentModelDisplayNameBytes()

Name of the parent Model. Empty if it does not exist.

string parent_model_display_name = 4;

Returns
TypeDescription
ByteString

The bytes for parentModelDisplayName.

getParentModelId()

public abstract String getParentModelId()

ID of the parent Model. Empty if it does not exist.

string parent_model_id = 3;

Returns
TypeDescription
String

The parentModelId.

getParentModelIdBytes()

public abstract ByteString getParentModelIdBytes()

ID of the parent Model. Empty if it does not exist.

string parent_model_id = 3;

Returns
TypeDescription
ByteString

The bytes for parentModelId.

getParentViewDisplayName()

public abstract String getParentViewDisplayName()

Name of the parent View. Empty if it does not exist.

string parent_view_display_name = 6;

Returns
TypeDescription
String

The parentViewDisplayName.

getParentViewDisplayNameBytes()

public abstract ByteString getParentViewDisplayNameBytes()

Name of the parent View. Empty if it does not exist.

string parent_view_display_name = 6;

Returns
TypeDescription
ByteString

The bytes for parentViewDisplayName.

getParentViewId()

public abstract String getParentViewId()

ID of the parent View. Empty if it does not exist.

string parent_view_id = 5;

Returns
TypeDescription
String

The parentViewId.

getParentViewIdBytes()

public abstract ByteString getParentViewIdBytes()

ID of the parent View. Empty if it does not exist.

string parent_view_id = 5;

Returns
TypeDescription
ByteString

The bytes for parentViewId.