Interface LookerSystemSpecOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
LookerSystemSpec, LookerSystemSpec.Builder

@Generated public interface LookerSystemSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

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