public interface LookerSystemSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParentInstanceDisplayName()
Name of the parent Looker Instance.
|
com.google.protobuf.ByteString |
getParentInstanceDisplayNameBytes()
Name of the parent Looker Instance.
|
String |
getParentInstanceId()
ID of the parent Looker Instance.
|
com.google.protobuf.ByteString |
getParentInstanceIdBytes()
ID of the parent Looker Instance.
|
String |
getParentModelDisplayName()
Name of the parent Model.
|
com.google.protobuf.ByteString |
getParentModelDisplayNameBytes()
Name of the parent Model.
|
String |
getParentModelId()
ID of the parent Model.
|
com.google.protobuf.ByteString |
getParentModelIdBytes()
ID of the parent Model.
|
String |
getParentViewDisplayName()
Name of the parent View.
|
com.google.protobuf.ByteString |
getParentViewDisplayNameBytes()
Name of the parent View.
|
String |
getParentViewId()
ID of the parent View.
|
com.google.protobuf.ByteString |
getParentViewIdBytes()
ID of the parent View.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParentInstanceId()
ID of the parent Looker Instance. Empty if it does not exist. Example value: `someinstance.looker.com`
string parent_instance_id = 1;com.google.protobuf.ByteString getParentInstanceIdBytes()
ID of the parent Looker Instance. Empty if it does not exist. Example value: `someinstance.looker.com`
string parent_instance_id = 1;String getParentInstanceDisplayName()
Name of the parent Looker Instance. Empty if it does not exist.
string parent_instance_display_name = 2;com.google.protobuf.ByteString getParentInstanceDisplayNameBytes()
Name of the parent Looker Instance. Empty if it does not exist.
string parent_instance_display_name = 2;String getParentModelId()
ID of the parent Model. Empty if it does not exist.
string parent_model_id = 3;com.google.protobuf.ByteString getParentModelIdBytes()
ID of the parent Model. Empty if it does not exist.
string parent_model_id = 3;String getParentModelDisplayName()
Name of the parent Model. Empty if it does not exist.
string parent_model_display_name = 4;com.google.protobuf.ByteString getParentModelDisplayNameBytes()
Name of the parent Model. Empty if it does not exist.
string parent_model_display_name = 4;String getParentViewId()
ID of the parent View. Empty if it does not exist.
string parent_view_id = 5;com.google.protobuf.ByteString getParentViewIdBytes()
ID of the parent View. Empty if it does not exist.
string parent_view_id = 5;String getParentViewDisplayName()
Name of the parent View. Empty if it does not exist.
string parent_view_display_name = 6;com.google.protobuf.ByteString getParentViewDisplayNameBytes()
Name of the parent View. Empty if it does not exist.
string parent_view_display_name = 6;Copyright © 2023 Google LLC. All rights reserved.