public interface LookerSystemSpecOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParentInstanceDisplayName()
public abstract String getParentInstanceDisplayName()Name of the parent Looker Instance. Empty if it does not exist.
string parent_instance_display_name = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for parentViewId. |