Package com.google.cloud.datacatalog.v1
Interface LookerSystemSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LookerSystemSpec,LookerSystemSpec.Builder
public interface LookerSystemSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetParentInstanceDisplayName()Name of the parent Looker Instance.com.google.protobuf.ByteStringgetParentInstanceDisplayNameBytes()Name of the parent Looker Instance.StringgetParentInstanceId()ID of the parent Looker Instance.com.google.protobuf.ByteStringgetParentInstanceIdBytes()ID of the parent Looker Instance.StringgetParentModelDisplayName()Name of the parent Model.com.google.protobuf.ByteStringgetParentModelDisplayNameBytes()Name of the parent Model.StringgetParentModelId()ID of the parent Model.com.google.protobuf.ByteStringgetParentModelIdBytes()ID of the parent Model.StringgetParentViewDisplayName()Name of the parent View.com.google.protobuf.ByteStringgetParentViewDisplayNameBytes()Name of the parent View.StringgetParentViewId()ID of the parent View.com.google.protobuf.ByteStringgetParentViewIdBytes()ID of the parent View.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParentInstanceId
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:
- The parentInstanceId.
-
getParentInstanceIdBytes
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;- Returns:
- The bytes for parentInstanceId.
-
getParentInstanceDisplayName
String getParentInstanceDisplayName()
Name of the parent Looker Instance. Empty if it does not exist.
string parent_instance_display_name = 2;- Returns:
- The parentInstanceDisplayName.
-
getParentInstanceDisplayNameBytes
com.google.protobuf.ByteString getParentInstanceDisplayNameBytes()
Name of the parent Looker Instance. Empty if it does not exist.
string parent_instance_display_name = 2;- Returns:
- The bytes for parentInstanceDisplayName.
-
getParentModelId
String getParentModelId()
ID of the parent Model. Empty if it does not exist.
string parent_model_id = 3;- Returns:
- The parentModelId.
-
getParentModelIdBytes
com.google.protobuf.ByteString getParentModelIdBytes()
ID of the parent Model. Empty if it does not exist.
string parent_model_id = 3;- Returns:
- The bytes for parentModelId.
-
getParentModelDisplayName
String getParentModelDisplayName()
Name of the parent Model. Empty if it does not exist.
string parent_model_display_name = 4;- Returns:
- The parentModelDisplayName.
-
getParentModelDisplayNameBytes
com.google.protobuf.ByteString getParentModelDisplayNameBytes()
Name of the parent Model. Empty if it does not exist.
string parent_model_display_name = 4;- Returns:
- The bytes for parentModelDisplayName.
-
getParentViewId
String getParentViewId()
ID of the parent View. Empty if it does not exist.
string parent_view_id = 5;- Returns:
- The parentViewId.
-
getParentViewIdBytes
com.google.protobuf.ByteString getParentViewIdBytes()
ID of the parent View. Empty if it does not exist.
string parent_view_id = 5;- Returns:
- The bytes for parentViewId.
-
getParentViewDisplayName
String getParentViewDisplayName()
Name of the parent View. Empty if it does not exist.
string parent_view_display_name = 6;- Returns:
- The parentViewDisplayName.
-
getParentViewDisplayNameBytes
com.google.protobuf.ByteString getParentViewDisplayNameBytes()
Name of the parent View. Empty if it does not exist.
string parent_view_display_name = 6;- Returns:
- The bytes for parentViewDisplayName.
-
-