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 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.-
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.
-
-