Interface DatabaseTableSpec.DatabaseViewSpecOrBuilder

    • Method Detail

      • getViewTypeValue

        int getViewTypeValue()
         Type of this view.
         
        .google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec.ViewType view_type = 1;
        Returns:
        The enum numeric value on the wire for viewType.
      • hasBaseTable

        boolean hasBaseTable()
         Name of a singular table this view reflects one to one.
         
        string base_table = 2;
        Returns:
        Whether the baseTable field is set.
      • getBaseTable

        String getBaseTable()
         Name of a singular table this view reflects one to one.
         
        string base_table = 2;
        Returns:
        The baseTable.
      • getBaseTableBytes

        com.google.protobuf.ByteString getBaseTableBytes()
         Name of a singular table this view reflects one to one.
         
        string base_table = 2;
        Returns:
        The bytes for baseTable.
      • hasSqlQuery

        boolean hasSqlQuery()
         SQL query used to generate this view.
         
        string sql_query = 3;
        Returns:
        Whether the sqlQuery field is set.
      • getSqlQuery

        String getSqlQuery()
         SQL query used to generate this view.
         
        string sql_query = 3;
        Returns:
        The sqlQuery.
      • getSqlQueryBytes

        com.google.protobuf.ByteString getSqlQueryBytes()
         SQL query used to generate this view.
         
        string sql_query = 3;
        Returns:
        The bytes for sqlQuery.